How to train simple AIs to balance a double pendulum

  Рет қаралды 200,435

Pezzza's Work

Pezzza's Work

Ай бұрын

Previous video: • How to train simple AIs
XPBD article: matthias-research.github.io/p...
Github github.com/johnBuffer/Pendulu...
Music used (in order of appearance):
- Winterbeams by Diffie Bosman
- Empyrean by Dear Gravity (4000 pendulums part)
- Poison Message by Man with Roses
- The Endurance by C.K. Martin

Пікірлер: 646
@HolySerega
@HolySerega Ай бұрын
Imagine training for 46 years and the god says, "naaaah, you wiggle too much"
@maxim_ml
@maxim_ml Ай бұрын
i know RIGHT
@ianweckhorst3200
@ianweckhorst3200 Ай бұрын
I feel like the evolution of quick oscillations was frankly quite cool and made sense with such a chaotic system
@AA-cg1wm
@AA-cg1wm Ай бұрын
"but, but i did the task sir!" *nope echoes in distance*
@mr_b_hhc
@mr_b_hhc Ай бұрын
I would argue with him that in such a case "well, you made me so are at fault". Unless of course I had be given free will?
@user-xm7vu9ql8n
@user-xm7vu9ql8n 29 күн бұрын
😂😂😂😂😂😂
@marklondon9004
@marklondon9004 Ай бұрын
I went from "Only a fool thinks he can balance a double pendulum" to "Praise the lord, he walked on water!"
@extremechimpout
@extremechimpout Ай бұрын
irl it's impossible so you were right
@MrHardzio4Fun
@MrHardzio4Fun Ай бұрын
​​​​@@extremechimpoutSo your claim is that all YT videos with robots doing that are fake? Even with triple ones. In real life it does not wobble as much, everything has friction. It's actually easier irl.
@extremechimpout
@extremechimpout Ай бұрын
@@MrHardzio4Fun I looked there are no such videos
@mapron1
@mapron1 Ай бұрын
@@extremechimpout I looked there are many of those video, even quadruple.
@MrHardzio4Fun
@MrHardzio4Fun Ай бұрын
​@@extremechimpoutLook harder.
@msx80
@msx80 Ай бұрын
The idea of starting with lower gravity and higher friction is simply genius
@research417
@research417 Ай бұрын
Yeah he immediately solved a problem that even that professional research paper struggled with, and it intuitively makes perfect sense how the learning can transfer over from the simpler problem to the more complex problem. Goes to show that sometimes all you need is to just reframe the problem.
@CliffHanger-fg6uy
@CliffHanger-fg6uy Ай бұрын
@@research417If you google it, you’ll find that it was a project report from an undergraduate machine learning course… It’s still a cool approach, though.
@reyariass
@reyariass Ай бұрын
For real, when I saw the research paper I thought Pezzz was going to show something else because the “professionals” said it was not possible. It’s amazing how it just took a small change to make it work. Great work pezzz
@oko3717
@oko3717 26 күн бұрын
ingenious
@joaosousapinto3614
@joaosousapinto3614 21 күн бұрын
It’s common in the field of reinforcement learning. It’s called curriculum learning.
@Geosquare8128
@Geosquare8128 Ай бұрын
the agent UI/visualization, the training graph hyper parameter view, the movitated loss function explanations.. all so well done wow
@PezzzasWork
@PezzzasWork Ай бұрын
Thank you!
@gus2603
@gus2603 Ай бұрын
​@@PezzzasWorkcan you make a video doing those?
@yalnisinfo
@yalnisinfo Ай бұрын
@@gus2603absolutely support this 🎉, i want to avoid looking at numbers as much as possible.
@soumyodiptanath2917
@soumyodiptanath2917 Ай бұрын
Is it made using Python?
@PezzzasWork
@PezzzasWork Ай бұрын
Everything is made using C++
@CriticalMonkey623
@CriticalMonkey623 Ай бұрын
My toxic trait is believing that I would be extremely good at balancing a double pendulum with zero practice.
@PezzzasWork
@PezzzasWork Ай бұрын
That would be very impressive :D
@CriticalMonkey623
@CriticalMonkey623 Ай бұрын
@@PezzzasWork Your videos are always so clean and well put together. I've finished the video now and the final solution you came up with is great. The idea to incrementally ramp up the difficulty was a stroke of genius that felt so obvious after you said it. Great work showing that paper what's possible!
@smileyp4535
@smileyp4535 Ай бұрын
@@CriticalMonkey623 yeah maybe if you could somehow do that irl you'd actually be able to do a double pendulum balance
@anonanon6596
@anonanon6596 Ай бұрын
If single pendulum is like balancing a broomstick on your finger, then double is like balancing a broom stick on top of another broomstick, on top of your finger. Suddenly it does not seem so easy.
@adora_was_taken
@adora_was_taken Ай бұрын
@@anonanon6596 nah i could do it
@xwxwvyz1
@xwxwvyz1 Ай бұрын
it was both surprising and entertaining to see the AI doing the blender move whenever the pendulum drops like a kid throwing tantrums
@daniel.lupton
@daniel.lupton Ай бұрын
It's less "doing a move" and more potential energy being converted into kinetic. If the pendulum falls from its highest position it will be moving fast without a correction. Since it is more stable lower down, it will tend to spend more time rapidly spinning below the axis that slowly spinning above it, unless intervened. And finally, the AI, like any control system has a maximum frequency/speed it can manage, above which it breaks down and essentially become random input. So while the AI might be able to take the slow pendulum and balance it up high, if it then falls, it might not have the skill needed to recover. So every failure mode leads to a rapidly spinning "blender".
@xwxwvyz1
@xwxwvyz1 Ай бұрын
@@daniel.lupton i know how the doube pendulum works and i also know the situation is either what you said or the AI gaining reward through some loophole in the reward system since its technically over the parameters once every loop (thought this because blenders became less of a problem with each added condition) But i just wanted to make a visual comparison between malfunctions of AI and toddler brains where they start giving seemingly nonsensical inputs to solve their impossible problems (which is your statement anyways)
@daniel.lupton
@daniel.lupton Ай бұрын
@@xwxwvyz1 Yeah sorry I didn't mean to imply you didn't understand it. I think I was just looking for an excuse to explain why the blender thing happens.
@jonathanhelgesen8800
@jonathanhelgesen8800 Ай бұрын
The idea of gradually increasing gravity and reducing friction is just genius! Would be interesting to see if this method also would work for a triple pendulum 🤔
@andrewferguson6901
@andrewferguson6901 Ай бұрын
boyo do i have some news for you "World's first video of 56 transition controls for a triple inverted pendulum : 3-body problem"
@ThePyrosirys
@ThePyrosirys Ай бұрын
@@andrewferguson6901 That video is not using an AI controller, it's a controller calculated from methods found in control theory.
@Pockeywn
@Pockeywn Ай бұрын
@@andrewferguson6901lmao i found the video and apparently i already started it at some point
@Gwarks337
@Gwarks337 Ай бұрын
Seems like engineers doing that for years kzbin.info/www/bejne/maqxXnaIg9eVaac this one some years
@dumb8671
@dumb8671 Ай бұрын
Woah there buddy thats enough
@amzogm8749
@amzogm8749 Ай бұрын
The next step is teaching an AI to balance a million pendulums. Keep up the great work, it's both educational and entertaining!
@saferugdev8975
@saferugdev8975 Ай бұрын
we just need a million dyson spheres so the model training doesnt take 100 years
@wanfuse
@wanfuse Ай бұрын
nah dont need a million just the magic number 7
@strecher777
@strecher777 Ай бұрын
Do you mean balancing a rope? 😂
@wanfuse
@wanfuse Ай бұрын
@@strecher777 no but I will share it when the time is best!
@caballeronocturno124
@caballeronocturno124 Ай бұрын
We need to balance the n-pendulum
@o-..-
@o-..- Ай бұрын
I didnt even think that it would be possible, wow, also nice editing and everything is just put in a way that makes the video really enjoyable 🎉
@PezzzasWork
@PezzzasWork Ай бұрын
Thank you very much!
@mage3690
@mage3690 Ай бұрын
All AI are essentially just function emulators.
@CliffHanger-fg6uy
@CliffHanger-fg6uy Ай бұрын
@@PezzzasWorkDefinitely a cool video. If you end up doing a follow-up, here are a couple of things I would like to see (as a control theorist): - test with random disturbances that also take place during the swing-up control. You could also think of this as adding a little noise to the inputs of the NN. I think you would have to include this in the training as the swing-up didn’t look like it would tolerate any sort of disturbance. - It would be nice if you gave the audience the ratio between maximum acceleration and gravity used. - I definitely agree that it makes more sense to use acceleration as the control input.
@CliffHanger-fg6uy
@CliffHanger-fg6uy Ай бұрын
@@PezzzasWorkalso, I think that “article” you mention on NN-based control of a double pendulum is just a project report from an undergraduate ML course. Finally, if you’re unable to make your NN solution robust to disturbances or noise during the swing-up, you could use the ML approach for the “feed-forward” control, basically as a planned trajectory and add conventional control theory on top to stabilize the trajectory w.r.t. noise/disturbances.
@makebreakrepeat
@makebreakrepeat Ай бұрын
Your videos are always a delightful blend of programming, puzzles, science and philosophy. Thank you for making YT a better place
@PezzzasWork
@PezzzasWork Ай бұрын
Thank you very much!
@isaacbutler4262
@isaacbutler4262 Ай бұрын
Very nice!, I really enjoyed the first video, it helped me create my own NN. Keep up the good work
@PezzzasWork
@PezzzasWork Ай бұрын
Thank you!
@janmuntsiglesias577
@janmuntsiglesias577 Ай бұрын
keep up making this content!
@PezzzasWork
@PezzzasWork Ай бұрын
I will try :)
@richardcoppin5332
@richardcoppin5332 Ай бұрын
👌🏼 Magnificent. It was really great idea to use air friction as the simplifying factor. I world love to see the cost of work in the evaluation function.
@gm4984
@gm4984 Ай бұрын
Love this approach of setting up an easier environment, for the ai to learn from and slowly increasing the difficulty. I would also love to see how you are going to explore this aspect in the future :D
@triplezgames3882
@triplezgames3882 Ай бұрын
It's so interesting how friction and low gravity helped the AI learn. It's like humans practicing something complex in simpler variant, because trying to do something like balancing a double pendulum would completely overwhelm us too having no idea about how you would even start counteracting the imbalances
@alxklgn364
@alxklgn364 Ай бұрын
The editing and the feedback UI are brilliant. Cheers, Pez.
@vibaj16
@vibaj16 Ай бұрын
It's amazing how you go above and beyond. After that first working solution, I would've been really proud of myself and be done with it, but you just make it better and better.
@leggyjorington3960
@leggyjorington3960 Ай бұрын
The UI and graphs for this video look amazing! Keep up the good work!
@K0rck
@K0rck Ай бұрын
Amazing work. It was _really_ engenius the way you break up the problem for the evolution algorithm! And the interface you put together to demonstrate the work just adds the cherry on top of it. Keep up the great work, I'm looking forward for the next one!
@davidamatolondriz8512
@davidamatolondriz8512 24 күн бұрын
Congrats on the video man! Literally the best 20min in KZbin since many time ago!
@kevintrigg3707
@kevintrigg3707 Ай бұрын
the progressive difficulty was an amazing training tool! very well put together video
@naijii
@naijii Ай бұрын
The UI is incredible and everything is very well presented!
@bmdsch1320
@bmdsch1320 Ай бұрын
This is amazing! I have been waiting for this second part and its finally here! Its amazing that you can produce a video with such a good quality and informative in such short time!
@martinfisker7438
@martinfisker7438 Ай бұрын
That pendulum rainbow animation is straight art
@SiddhantSharma181
@SiddhantSharma181 20 күн бұрын
I like your idea of starting with a simpler problem and gradually increasing the difficulty
@lanha3385
@lanha3385 Ай бұрын
You made it absolutely wonderous and intrigued interest to the notion of chaos. Well done
@madmanmax120
@madmanmax120 Ай бұрын
Triple pendulum when?
@themoran2
@themoran2 Ай бұрын
Look up "World's first video of 56 transition controls for a triple inverted pendulum". It's the world's first video of 56 transition controls for a triple inverted pendulum.
@ccost
@ccost Ай бұрын
@@themoran2 wow
@Thomas-ko1nf
@Thomas-ko1nf Ай бұрын
@@themoran2 It can't balance it as long and consistently as this video's double pendulum. Seeing the AI balance it for much longer than 15 seconds would be nice. It's still really impressive though and I was on the edge of my seat seeing a triple pendulum being balanced.
@themoran2
@themoran2 Ай бұрын
@@Thomas-ko1nf Seeing as how it's a triple pendulum balanced in real life, it's hardly surprising an AI in a simulated environment is more stable. Then again, it's the world's first video of 56 transition controls for a triple inverted pendulum, not the world's first video of a triple pendulum perpetual balancing act.
@ThePyrosirys
@ThePyrosirys Ай бұрын
@@themoran2 That video is not using an AI. It's from a lab researching control theory. They developped their own method based on control theory.
@brambleumink6928
@brambleumink6928 9 сағат бұрын
This was a really awesome video, I enjoyed watching it very much. Thank you for creating this, the visuals were really nice to watch and the explanations were easy to follow. The idea of starting with low gravity and high friction was amazing, great job!!!!
@mzg147
@mzg147 Ай бұрын
love the visuals, the clean colored borders... perfect!
@liamseanalbarel-hepburn6436
@liamseanalbarel-hepburn6436 Ай бұрын
I haven't worked with neural networks before, but you definitely inspired me to start looking into it and giving it a shot. Well done with your solution, and good work for not giving up!
@stoobidthing
@stoobidthing Ай бұрын
Amazing video as always, I love the visuals on this one! Greetings from Paraguay 🇵🇾
@DjDoGGoD
@DjDoGGoD Ай бұрын
Really amazing implementation! The first moment I saw the jerk movements I immediately blamed floats. I was very satisfied when you confirmed it, and decided to switch to doubles, as I was screaming at my monitor. :D
@TeamDman
@TeamDman Ай бұрын
I'm in love with the interface you designed!
@AA-cg1wm
@AA-cg1wm Ай бұрын
I'm currently making my own neural network and your videos really helped me understand the concepts and mechanisms of this project
@phoenixxofficial
@phoenixxofficial Ай бұрын
Your work never ceases to amaze me
@user-fh7tg3gf5p
@user-fh7tg3gf5p 18 күн бұрын
Genius. A perfect use case to illustrate what is the special ability of a neural network.
@shadowcrafter01
@shadowcrafter01 Ай бұрын
Awesome! I've been looking forward to this video since I saw the first one. Did not disappoint
@Syntax753
@Syntax753 14 күн бұрын
First time I stumbled across one of your videos and this is fantastic work! Loved it. Channel subscribed!
@ivocanevo
@ivocanevo Ай бұрын
Great video. I love watching the refinements. Human and AI learning together.
@poketopa1234
@poketopa1234 14 күн бұрын
Seriously such a great video. I love the curriculum learning approach!
@greatwall2003
@greatwall2003 14 күн бұрын
Great video and fantastic visualizations.
@amzogm8749
@amzogm8749 Ай бұрын
This video is simply fascinating! Seeing how an AI can learn to balance a double pendulum is truly impressive. The explanations are clear, and the visuals are very well done, making the subject both understandable and captivating. I especially enjoyed the demonstration with different weights, and it made me want to try creating my own AI to tackle this challenge. Keep producing such inspiring and educational content, it's a real pleasure to watch!
@srijanraghavula
@srijanraghavula 26 күн бұрын
Loved the video, the visualizations, the breakdown and the thought of using not python for everything is whats impressive, immediate sub, hope ill learn how to do this stuff
@99totof99
@99totof99 Ай бұрын
Wonderful, you have mastered the art of getting what you want from a neural network!
@auds9738
@auds9738 19 күн бұрын
The double pendulum paths at 3:20 should be made into a loading screen. I could stare at that for hours
@mathewgriffiths1870
@mathewgriffiths1870 Ай бұрын
This is incredible, such amazing work
@BORCHLEO
@BORCHLEO Ай бұрын
this is such an amazing visualization and intersection between so many beautiful forms of mathematics. thank you for this @Pezzza's Work
@fwenny
@fwenny Ай бұрын
loving the visuals, great video!!
@purrzival
@purrzival Ай бұрын
This video is so beautiful, great work!
@iainmackenzieUK
@iainmackenzieUK 24 күн бұрын
I laughed at the end when you said "rudimentary" algorithm :) Anyhow - Loved this journey with you. Really fascinating. Thanks for sharing (Seems like you have over-come Loki...)
@wanfuse
@wanfuse Ай бұрын
fantastic! this has so many uses! hope you publish code soon! I have a few ideas what to use it for! I worked for a brief time on this exact problem!
@chrizzzly_hh
@chrizzzly_hh Ай бұрын
Really great video and visualisation. Please add some tests next for pendulum setups that are already in motion to see if it can also stabilize these and not only from resting position. This will be fun!
@brandoncanfield1725
@brandoncanfield1725 Ай бұрын
Beautiful visualizations!
@rewolfer
@rewolfer Ай бұрын
The idea to increase difficulty was so good. Loved watching it go through periods of great success and fast difficulty increasing.
@kaylor87
@kaylor87 27 күн бұрын
I've been obsessed with double pendulums for a long time now, I absolutely loved this video. I honestly started the video thinking it would be impossible to balance.
@SuperElephant
@SuperElephant Ай бұрын
Amazing content would be an extreme understatement.
@TheMiczu
@TheMiczu Ай бұрын
Amazing video, gives great insight how to make AI tackle seemingly impossible task.
@raulgalets
@raulgalets Ай бұрын
the poor guy trained for 46 years, stuck inside the matrix and you said there still room for improvement...
@dashs2597
@dashs2597 Ай бұрын
Incredible work!! Amazing video!
@Alayric
@Alayric Ай бұрын
Love your ideas and visuals! 🥰
@kellymoses8566
@kellymoses8566 Ай бұрын
starting easy and gradually increasing the difficulty is a very clever idea.
@ghomeyshi7
@ghomeyshi7 Ай бұрын
give this man a Nobel prize! respect!
@Maxime2bleau
@Maxime2bleau Ай бұрын
I love the interface, great video!!
@aw_dev
@aw_dev Ай бұрын
Watched the first video, was amazing. Watching this. Hopefully it's even better
@olliecook1982
@olliecook1982 Ай бұрын
Awesome video! Really shows the complexity in tasks like this, and brings into light the massive challenge of doing this in real life with double and tripple pendulums. I wonder how they managed to get such good control! I also find it very interesting how it hits a wall every once in a while than makes 1 small change and just doubles it performance. Thats really interesting!
@Soulergonote
@Soulergonote Ай бұрын
Honestly I thought it would be impossible, you're a real beast !
@lyuboslavilov
@lyuboslavilov Ай бұрын
Starting from easy conditions and gradually making them complex is simply a stroke of genius! I bet this will be a thing in the near future. You should write a paper
@M_1024
@M_1024 Ай бұрын
Increasing the difficulty is a cery good approach, if I ever make a neural network I will probably try it.
@adem0s687
@adem0s687 Ай бұрын
I just LOVE your interface
@AE_Sub
@AE_Sub Ай бұрын
This is the kind of top tier content youtube was made for!
@ChristofFritz
@ChristofFritz Ай бұрын
Ok, that's hella impressive. I fondly remember visiting "Hannover Messe" with my parents. A convention with a lot of technical stuff. There was a booth where they had a pendulum with a flywheel on the end that automatically uprighted itself and balanced after that. It's stuff like that and what you do here that inspires young people to make stuff like that. Thank you! (And now build a machine IRL that replicates the double pendulum simulation and is controlled by the neural net you trained in the simulation :D)
@Radu
@Radu Ай бұрын
Amazing work :-) I will send this to my students in a couple of years when I'll teach intelligent automation.
@eelcohoogendoorn8044
@eelcohoogendoorn8044 Ай бұрын
Really nice! I liked the velocity-commanded version better than the acceleration commanded one. In many practical cases that is also found to matter; 'in theory' equivalent neural networks should exist but controlling acceleration does bias towards smooth accelerations indeed. In practice a motor controller often has an internal PID control loop; so commanding a velocity (and having that quickly realized, up to physical constraints on acceleration; something like min(max_motor_accel, velocity_error/dt)) isnt necessarily an unnatural choice. It still allows for spiky torques to be learned where they are required in a natural manner.
@apia46
@apia46 11 күн бұрын
those graphs are so cool
@Kingdumkey
@Kingdumkey Ай бұрын
Just subscribed. You're a genius
@bdcoller
@bdcoller 13 күн бұрын
Technically fascinating, and aesthetically beautiful. Thanks.
@PezzzasWork
@PezzzasWork 12 күн бұрын
Thank you!
@TheLazyGamer42
@TheLazyGamer42 2 күн бұрын
SUCH ELEGANT SOLUTION
@BCannTV
@BCannTV Ай бұрын
Buddy graduated with a phd at 17. Subbed earned.
@VivienLEGER
@VivienLEGER Ай бұрын
as AI most generaly does not impress me, your work and dedication does. also i love the attention to details like graphics, that s truly amazing!
@Dryfee
@Dryfee Ай бұрын
This video is truly beautiful. And interesting too!
@michabuijs2095
@michabuijs2095 Ай бұрын
Man I love this content, I am young and want to know more about this, thank you!
@EchoPrograms
@EchoPrograms Ай бұрын
Just finished my first implementation of a standard nn with back propagation. I'm 16, so it took a bit, but I'm proud of it. Right now i have it fitting a given function, but it is pretty versatile.
@quinxx12
@quinxx12 Ай бұрын
Such a beautiful project!
@maxim_ml
@maxim_ml Ай бұрын
Oooh, you're real good I would've thought it was good enough as soon as it was able to balance at all
@sbstndbs
@sbstndbs Ай бұрын
That's very great ! Even if the numerical scheme can hide some dissipation, it is the same for a near-perfect physical system.
@BrunexNoticiasBBB
@BrunexNoticiasBBB Ай бұрын
One of the best videos I've ever watched about artificial intelligence, please make more videos like this, this was incredible!
@sophiophile
@sophiophile 21 күн бұрын
Great use of curriculum learning.
@Mega-wt9do
@Mega-wt9do Ай бұрын
Yess! I was waiting for this video :D
@moonyl5341
@moonyl5341 Ай бұрын
triple pendulum?
@Konami9999
@Konami9999 Ай бұрын
beautiful vid! keep up the good work. subbed
@lake5044
@lake5044 Ай бұрын
I don't think you know this but in the real world, if you attach a double pendulum to a vibration source with the right frequency, like a motor oscillating back and forth, the double pendulum balances without any adaptive balancing mechanism. (That's why I think the high jitter solutions of the AI are actually valid in this scenario.)
@anstropleuton
@anstropleuton Ай бұрын
i CAN spend hours watching 4000 pendulum trajectories that form moving geometry. It's just amazing!
@sanderbos4243
@sanderbos4243 Ай бұрын
The exploit solution at the end is amazing
@lumi2030
@lumi2030 Ай бұрын
phenomenal video
@mkiii
@mkiii Ай бұрын
its like it gets angry when the pendulum falls again lmfao
@omegaomega3
@omegaomega3 Ай бұрын
wake up babe, Pezzza uploaded
@bareakon
@bareakon Ай бұрын
Petition for a 10-hour version of those 4000 pendulum trajectories to chill out to.
@DavidTriphon
@DavidTriphon Ай бұрын
That final solution made me laugh out loud! I love it!
@alexanderterry187
@alexanderterry187 Ай бұрын
This is very well put together! At the start I thought there was absolutely no way you'd be able to balance a double pendulum (having learnt all about the dynamics of the system in my maths course earlier this year), but the idea to start on the simpler problem was awesome!
@axeldaval3410
@axeldaval3410 Ай бұрын
mad respect, whole scientist team can get your interview to update the study 😂
How to train simple AIs
12:59
Pezzza's Work
Рет қаралды 67 М.
How to program a Drawing Machine
16:05
Pezzza's Work
Рет қаралды 39 М.
孩子多的烦恼?#火影忍者 #家庭 #佐助
00:31
火影忍者一家
Рет қаралды 52 МЛН
100❤️
00:19
MY💝No War🤝
Рет қаралды 23 МЛН
Why Does Diffusion Work Better than Auto-Regression?
20:18
Algorithmic Simplicity
Рет қаралды 240 М.
10 weird algorithms
9:06
Fireship
Рет қаралды 1,1 МЛН
The Physics Of Associative Memory
26:52
Artem Kirsanov
Рет қаралды 49 М.
AI Learns to Run Faster than Usain Bolt | World Record
10:22
cozmouz
Рет қаралды 202 М.
What Do Neural Networks Really Learn? Exploring the Brain of an AI Model
17:35
Rational Animations
Рет қаралды 155 М.
I'm Coding an Entire Physics Engine from Scratch
9:19
Gonkee
Рет қаралды 1,6 МЛН
We Need to Rethink Exercise - The Workout Paradox
12:00
Kurzgesagt – In a Nutshell
Рет қаралды 4,3 МЛН
Evolving Genetic Neural Network Optimizes Poly Bridge Problems
9:59
😱Хакер взломал зашифрованный ноутбук.
0:54
Последний Оплот Безопасности
Рет қаралды 968 М.
АЙФОН 20 С ФУНКЦИЕЙ ВИДЕНИЯ ОГНЯ
0:59
КиноХост
Рет қаралды 1,1 МЛН
Choose a phone for your mom
0:20
ChooseGift
Рет қаралды 7 МЛН
Отдых для геймера? 😮‍💨 Hiper Engine B50
1:00
Вэйми
Рет қаралды 1,3 МЛН
Easy Art with AR Drawing App - Step by step for Beginners
0:27
Melli Art School
Рет қаралды 15 МЛН