Why Neural Networks can learn (almost) anything

  Рет қаралды 1,229,468

Emergent Garden

Emergent Garden

Күн бұрын

A video about neural networks, how they work, and why they're useful.
My twitter: / max_romana
SOURCES
Neural network playground: playground.tensorflow.org/
Universal Function Approximation:
Proof: / hornik.pdf
Covering ReLUs: proceedings.neurips.cc/paper/...
Covering discontinuous functions: arxiv.org/pdf/2012.03016.pdf
Turing Completeness:
Networks of infinite size are turing complete: Neural Computability I & II (behind a paywall unfourtunately, but is cited in following paper)
RNNs are turing complete: binds.cs.umass.edu/papers/199...
Transformers are turing complete: arxiv.org/abs/2103.05247
More on backpropagation:
• What is backpropagatio...
More on the mandelbrot set:
• The Mandelbrot Set - N...
Additional Sources:
Neat explanation of universal function approximation proof: • The Universal Approxim...
Where I got the hard coded parameters: towardsdatascience.com/can-ne...
Reviewers:
Andrew Carr / andrew_n_carr
Connor Christopherson
TIMESTAMPS
(0:00) Intro
(0:27) Functions
(2:31) Neurons
(4:25) Activation Functions
(6:36) NNs can learn anything
(8:31) NNs can't learn anything
(9:35) ...but they can learn a lot
MUSIC
• It Was Here

Пікірлер: 906
@Rivali0us
@Rivali0us 2 жыл бұрын
I been in this field for years and this is by far one of the best explanations I seen. Thank you for this.
@Songfugel
@Songfugel 2 жыл бұрын
I would have to agree
@zh9664
@zh9664 2 жыл бұрын
i think you need join field english
@ultimateloser3411
@ultimateloser3411 2 жыл бұрын
Any advice on how to build a career in the field without a degree?
@Phoenix_Core
@Phoenix_Core 2 жыл бұрын
@@ultimateloser3411 Take clinical psych classes, take classes on quantum physics, take classes on anthropology, take classes on game theory, take classes on python/lisp/lua/C ++/C #, learn unity and ue engines.
@ayushupadhyay801
@ayushupadhyay801 2 жыл бұрын
if you had enough data could NN learn anything ?
@gerixxx1
@gerixxx1 2 жыл бұрын
This is the absolute best entry level explanation of AI an NN I have yet seen anywhere. This will surely get millions of views!
@pon1
@pon1 2 жыл бұрын
Yeah, I think so too, the video was really good!
@truth.speaker
@truth.speaker Жыл бұрын
@@pon1 I couldn't understand it
@pon1
@pon1 Жыл бұрын
@@truth.speaker What was it that you were having trouble with?
@SimoneBellomonte
@SimoneBellomonte 9 ай бұрын
Pretty close, it's sitting at 962k views right now.
@NicholasRenotte
@NicholasRenotte 2 жыл бұрын
This is such a brilliantly constructed explanation of NNs. Props to you man, this must’ve taken a ton of effort to create.
@Skynet_the_AI
@Skynet_the_AI 2 жыл бұрын
I agree. Nicely compiled points and explanation of information gathered.
@Diamcreeper
@Diamcreeper 2 жыл бұрын
The part where you combined a bunch of line equations was interesting, I've always heard that activation functions are important but I never quite understood what their role is.
@ScottBrown124
@ScottBrown124 2 жыл бұрын
ReLU specifically constructs a solution as a bunch of piecewise linear functions.
@Neoplasie1900
@Neoplasie1900 2 жыл бұрын
@@ScottBrown124 While this may be technically correct, had I just read your statement this would mean almost nothing for me. And I'm pretty sure this will be true for most people who did not persue an higher education in mathematics or a related field. Visually showing what this means with the inclusion of how things work without ReLU is what does the trick for a non-professional audience.
@lsacy8347
@lsacy8347 Жыл бұрын
I was always told that you need the combination of linearity and non-linearity to gain complexity. But this videos really did it.
@mertkaaner8622
@mertkaaner8622 Жыл бұрын
They break linearity in efficient ways and there is nothing much to them(lie). Even though this explains what they do “the why” part needs deeper insights.
@mertkaaner8622
@mertkaaner8622 Жыл бұрын
Without activation(or with linear activation) NN can approximate linear functions with any dimension. However, most of the subjects in real life are represented by non linear functions. So if NN has any chance of learning some meaningful data set it needs non-linearity at some point in its calculations. You can use any non-linear function but most wouldn’t be computationally efficient. ReLu is simple enough and non-linear to be widely used in many NN applications as the activation function. If you wish you can you use sin cos or polynomials or other functions and compare your results and performance with widely used activation functions. Who knows maybe you find the next best activation function :)
@marlin3576
@marlin3576 2 жыл бұрын
Such a good video mate, Hope your channel grows exponentially.
@NKY5223
@NKY5223 2 жыл бұрын
hehe jk
@ScottBrown124
@ScottBrown124 2 жыл бұрын
I'm glad you brought up the caveats to the universal approximation theorem. Available data, compute, and architecture drastically narrow the scope of problems that we can approximate to any real degree of success. Approximation errors, estimation errors, and optimization errors all compound to drastically limit the expressive power of neural networks.
@unh0lys0da16
@unh0lys0da16 Жыл бұрын
Tell that to the managers
@alexCh-ln2gw
@alexCh-ln2gw Жыл бұрын
@@unh0lys0da16 naw. elon musk still wants us to believe neural networks will solve driving. They are very far away from collecting the entire universe of driving data to train on.
@jazzhpatel
@jazzhpatel Ай бұрын
my man altman just walks in with a 7 trillion dollar pitch. hahaha
@sucmadik123
@sucmadik123 11 ай бұрын
As technology advances, AI approaches neuroscience, which is what I find most fascinating about AI. Our brains are just sugar-driven neural networks, tuned to the inputs of everyday life on earth!
@activision4170
@activision4170 17 күн бұрын
I hope one day neuroscience is simulated with computer science. A joint of biological systems would be the construction of conscious things.
@bfi01youtube11
@bfi01youtube11 Жыл бұрын
I’ve been binging your videos all night but this video has easily earned my subscription. An absolutely fantastic explanation that perfectly captures the essence of neural networks without being bogged down by the maths.
@SO-th8gc
@SO-th8gc 2 жыл бұрын
Just came across your video from the feed. Dude, you've done an incredible job on propping up the basics. Huge appreciation. Waiting for your future videos.
@Beerbatter1962
@Beerbatter1962 Жыл бұрын
I've recently become interested in neural networks, and AI in general. This video was spot on for providing a fundamental understanding. The piecewise activation function used to trace along the unknown function was eye opening. Really brought that idea home for me finally. Thanks. Your video is very nicely produced. Right at the top by today's YT standards.
@MoritzWallis
@MoritzWallis 2 жыл бұрын
Wow, this wasn't anything new to me, but you did an amazing job of explaning the background and building intuition. Truly one of the best youtube videos i've seen.
@Antagon666
@Antagon666 2 жыл бұрын
Just found this channel. Quality of your videos is supreme, and you cover really interesting topics, which I've been studying myself for the better part of last year. Thank you!
@yusufsalk1136
@yusufsalk1136 2 жыл бұрын
What a simplicity! Looking forward to watch more explanations.
@RCFreibott
@RCFreibott Жыл бұрын
What a marvelous video. I've been watching tutorials and reading books on machine learning for over a year, but I've never really understood the core concepts... Until now. Thank you
@illustriouschin
@illustriouschin 2 жыл бұрын
I was recommended this video and wow, great explanation. I hope your channel blows up because this is top quality neural network content.
@derekcobo1453
@derekcobo1453 Жыл бұрын
This was so well explained. I love how you briefly dipped into the deep math just giving a taste to do our own searching yet still explaining in depth what is going on.
@clydeb8221
@clydeb8221 2 жыл бұрын
High audio quality, slow and clear language, great presentation and most of all very informative! I'm glad this was recommended to me
@cornevanzyl5880
@cornevanzyl5880 2 жыл бұрын
What you did here is nothing short of magical. Fantastic explanation, awesome visuals 👌
@breakdancerQ
@breakdancerQ Жыл бұрын
The visualizations are brilliant. Easily one of the most clarifying video I've seen about nns, and I've seen many
@_parallax
@_parallax Жыл бұрын
Thank you for this. Your video is, by far, one of the best videos you can find to get an introduction into Neural Networks. Awesome!
@brian_kirk
@brian_kirk Жыл бұрын
Excellent layout of the topic from basic first principles -- well done! Hoping to find more videos like this on your channel :)
@miquelmoorrees6010
@miquelmoorrees6010 2 жыл бұрын
a great voice, a great presentation and a great explanation. you have everything to make it as a succesfull channel how this only has 4k views is beyond me edit: also great thumbnail and title
@naidoeshacks
@naidoeshacks 2 жыл бұрын
Absolutely love these 3blue1brown style videos! Keep it up man your channel is amazing.
@balaganesh3440
@balaganesh3440 10 ай бұрын
You got me when you said "A neural network is basically a Function approximator". No one could explain much simpler than this. This is byfar the best explanation of neural networks I have ever come across. Kudos mate!
@Vaikilli
@Vaikilli 2 жыл бұрын
This was probably just an aside in the video, but you got me from just knowing the basic shape of the ReLU-Function to why one would use it in a NN really damn quickly.
@viky293
@viky293 Жыл бұрын
One of the best videos that I watched, I knew nothing about neural networks before this video and now I feel like I act as one who understands the damn thing. Thank you for beautiful explaination.
@parijatbandyopadhyay8057
@parijatbandyopadhyay8057 2 жыл бұрын
This is awesome! Simplest form of explanation ever seen but does not lack any detail. Kudos to you.
@_.entropy._
@_.entropy._ 11 ай бұрын
Brilliant job. One of the best videos introducing the basics of neural networks on KZbin.
@olivergurney9622
@olivergurney9622 2 жыл бұрын
Really interesting and highquality video. Keep it up!
@orchidchetiaphukan4658
@orchidchetiaphukan4658 2 жыл бұрын
It has been years in this field.....One of the best explanations I have seen till now....
@Rikimkigsck
@Rikimkigsck 2 жыл бұрын
This channel is a treasure. A person who knows how to explain things with great knowledge.
@mxlinuxpl
@mxlinuxpl 8 ай бұрын
Thank you, simple, clear, concise, perfect explanation!
@Los__Merengues
@Los__Merengues 2 жыл бұрын
The best explanation I've seen
@zeb4827
@zeb4827 Жыл бұрын
I think this is one of the most valuable videos i've watched about understanding what neural networks are actually doing. Neural networks are kind of built upon the union of two of the most fundamental ML algorithms- the linear regression draws the main function, and logistic regression bends the function. More layers, more bends, more nuance in the description of relationships- all now automatable through this recursive optimization process. It's quite beautiful really
@TheFinav
@TheFinav 2 жыл бұрын
What an absolutely wonderful, clear explanation. Thanks!
@charliegil2007
@charliegil2007 Жыл бұрын
Your explanation is brilliant in so many different levels. Thanks for this.
@alonsomartinez9588
@alonsomartinez9588 Жыл бұрын
Max, any chance you could do one on Transformer architecture? It’s the core of most modern machine learning and I haven’t seen an intuitive explanation. It’s increasingly that it has remained mostly unchanged and undefeated. It would be incredible to hear your breakdown on it!
@Dante02d12
@Dante02d12 Жыл бұрын
This is the introduction to neural networks that I was ever hoping for. I'm an engineer, but sadly, neural networks weren't part of my learning program. But I am interested in learning, and this explanation is a perfect description to the concept of NNs, it really clears my mind about what this is. So a neural network is a function approximator, and due to the way it is "built", it can approximate _any_ existing function, no matter how complex, as long as we have enough processing power (and memory). The diagram with the function where we only see a few dots is a great view of what neural networks do. They have a set of data (a bunch of pictures, for example), and when you ask for a result that isn't in its set, it extrapolates it based on what it does know. EDIT : I was wondering how a neural network could, for example, study a set of images and return a brand new pic corresponding to its database. I have realized that an image is just a sum of pixels, and a pixel is just a sum of several colors (the famous RGB, with an alpha channel for transparency). So the "function of an image" looks like this : (Pixel 1, Color 1) + (Pixel 1, Color 2) + (Pixel 1, Color 3) + (Pixel 1, Alpha) + (Pixel 2, Color 1) + (Pixel 2, Color 2) + (Pixel 2, Color 3) + (Pixel 2, Alpha) + ................. So a neural network can be trained to recognize the "sum of pixels and colors" of images, and then return a similar result! And, of course, the various layers help recognize patterns, like a character in a pic, or the hair, or the hands, and so on...
@AhmedSam
@AhmedSam 2 жыл бұрын
The exact info i was looking for finally straightforward! Thank you!
@mboosiri
@mboosiri Жыл бұрын
Watching this video will clear all the doubts! Some other videos may try to explain the concept visually and with analogies, but that can often lead to over-fitting, i.e. after watching those videos, will only remember the analogies and not the actual concept. This one nails it!
@jonathanherrera9956
@jonathanherrera9956 2 жыл бұрын
Sometimes you may want to use a simpler approximation with a neural network instead of the complete known function, since the function is too complex and computational intensive. Like in the case of acoustic simulations.
@JordanMetroidManiac
@JordanMetroidManiac Жыл бұрын
Fluid dynamics is another example. Mandelbrot set rendering. Cayley graph (in group theory) diameter calculation and pathfinding (optimally solving a Rubik’s cube, for instance, can take several minutes). Markov decision processes. There are so many things that neural networks can help us to solve or understand better.
@betterbelle29
@betterbelle29 8 ай бұрын
This is actually a great point as well. There's a small set of research that has recently delved into using neural networks to approximate the solutions for NP-Hard problems. That's probably one of the most intuitive ones to think about; NP-Hard problems are quite literally defined as being complex and computationally intensive :P
@HansLemurson
@HansLemurson 2 жыл бұрын
Great video! I liked how you made sure to talk about the major limitations of Neural Networks. The main thing holding NNs back is how long it takes to train, and how inefficient their computation is. But the thing is, that just turns it into a problem that can be solved by scaling up hardware, which is not something that you can do with genius programmers. With machine learning, you can potentially solve any problem by just throwing money at it.
@setoelkahfi
@setoelkahfi 4 ай бұрын
This is by far the best explanation of the subject. I remember trying so hard to grasp the concept at the university. Thanks for putting this one out.
@stas4112
@stas4112 2 жыл бұрын
Wow what a channel, just checked the rest of the videos and got excited for the upcoming weekend to sit down and take some notes on all your videos! Get ready for a lot of growth, looks like the algorithm picked you up!
@spicetea4060
@spicetea4060 2 жыл бұрын
I'm gonna use fuzzy logic
@aspectreishauntingeurope
@aspectreishauntingeurope 2 жыл бұрын
great video! looks a lot like 3blue1brown :D
@yuyong4569
@yuyong4569 2 жыл бұрын
This channel deserves more viewers. Thx for the clear explanations.
@qbitsday3438
@qbitsday3438 7 ай бұрын
Beautifully Explained !
@yashtrivedi2717
@yashtrivedi2717 Жыл бұрын
We need more videos like this. Most of the YT science videos are so in Layman's terms. This is more like learning real scientific explanation 🧬 🧠
@ingolf17
@ingolf17 Жыл бұрын
Its not learning, its conforming to the result you want. Billions of small dials, controlled by a logic algorithm, Its no magic, just alot of numbers!
@Imbalanxd
@Imbalanxd 20 күн бұрын
Sounds the same as billions of small neurons, controlled by a genetic algorithm. Sounds like learning to me.
@abdelsamie.bousba
@abdelsamie.bousba 2 жыл бұрын
WOW !!, truly amazing, I got to understand what I couldn't in many years of reading papers and watching tutorials, big thanks to you.
@raphaelcrespo3725
@raphaelcrespo3725 2 жыл бұрын
this is one of the best and clear explanations. thank you
@mastershooter64
@mastershooter64 2 жыл бұрын
can they learn how to train themselves and to modify their own code to make themselves better?
@hyperteleXii
@hyperteleXii 2 жыл бұрын
Sure, to a degree. Software can't fully optimize itself because a computer is a living ecosystem with dynamic properties. One moment you want to optimize for something, the next for something else. As learning takes time, it will always take *more* time to continously optimize than to brute force. That is to say, LEARNING only accelerates REPETITIVE PROBLEMS. "Become better all the time" sounds repetitive but isn't a well-defined *problem*. So there's a practical limit to self-optimization usefulness.
@dannyarcher6370
@dannyarcher6370 2 жыл бұрын
Fun fact: You can't learn everything.
@PunmasterSTP
@PunmasterSTP Жыл бұрын
Your videos are incredible; please keep making them!
@terryn9450
@terryn9450 Жыл бұрын
Wow!!!! Out of all the videos I watched on deep learning, this video simplified it the best. Amazing work on making this idea easy to understand.!
@alessandrorossi1294
@alessandrorossi1294 2 жыл бұрын
Can't learn an XOR 😂😂😂
@dagmarski4133
@dagmarski4133 28 күн бұрын
That’s not true, it’s even feasible to manually construct a neural network with just 3 nodes for such a simple task.
@fatemehcheginisalzmann2189
@fatemehcheginisalzmann2189 Жыл бұрын
Please continue making more videos; you have an excellent talent for creating graphics that make the topic understandable.
@unpatientes1562
@unpatientes1562 8 ай бұрын
This is an awesome video, congrats!
@asier6734
@asier6734 8 ай бұрын
Best explanation ever, visuals really helped !
@xxsaivior9639
@xxsaivior9639 18 күн бұрын
Dude i learned so much from this video I was actually shocked like I’ve watched 30 min videos and was still left with so many questions but this one’s amazing ❤
@willykitheka7618
@willykitheka7618 Жыл бұрын
Truly one of the BEST VIDEOS I've watched on Neural Networks....so very well explained!
@tnegras99
@tnegras99 2 жыл бұрын
This is amazing, best explanation of neural Networks I've seen, saved it to watch it again and again, might need it
@anontasofen60
@anontasofen60 2 жыл бұрын
Very well put together video. Loved it!
@saikrishnasyamala5720
@saikrishnasyamala5720 2 жыл бұрын
That’s a great way to explain a complex concept👏🏼
@TheNewton
@TheNewton 2 жыл бұрын
Subbed. That thumb of the tensorflow playground spiral is why I watched I've only dabbled in other tools or unfinished projects so I've never gotten the thing to cooperate and forgot all about it.
@Alexander-ms2ct
@Alexander-ms2ct Жыл бұрын
Your editing skills and descriptive ability gained you a subscriber. Very good
@rahulrustagi7029
@rahulrustagi7029 Жыл бұрын
Watched many tutorials on NN but this is far better than anyone in terms of content and explanation. Great Work !!
@lookingaheadoftime
@lookingaheadoftime Жыл бұрын
Thank you for uploading this video! I was taught neural network and this video helps me to clear my doubts and help to understand this topic better. Indeed this is one of the best explanation.
@zerotwo7319
@zerotwo7319 2 жыл бұрын
I knew it would be turing complete. Thanks immensely for this
@franklinfeng176
@franklinfeng176 2 жыл бұрын
such a simple and elegant explanation!
@zahid1909
@zahid1909 2 жыл бұрын
I believe, now I got some fundamental ideas how and why the neural network works. Thanks a lot! A great video.
@mayankkhanna3660
@mayankkhanna3660 Жыл бұрын
This is the best it can get, and you did it for us, thank you!
@pkrozie
@pkrozie 24 күн бұрын
Amazing video, such a intuitive way to explain NNs.
@lumix854
@lumix854 2 жыл бұрын
Thank you for making this video, very informative and visually engaging :)
@rgoudie
@rgoudie Жыл бұрын
This is a great presentation. Thank you.
@hsslay3237
@hsslay3237 4 ай бұрын
Didn’t have any prior knowledge on neural networks and it’s working but a high level overview like this makes it more sensible on how these neural networks works without involving too much background information in it just weights and bias with pre determined input and output to get the function that describes them by adding more and more neurons if that’s what needed for the approximation.This is fascinating id love to go deeper where veretasium talked about this concept but in a different approach.really fascinating stuff
@antoniomachado3083
@antoniomachado3083 Ай бұрын
This video is amazingly well done and clear.
@xhinker
@xhinker 2 жыл бұрын
The relu part is amazing, renewed my understanding of it, thanks!
@HenryChidgeyLeadershipMethod
@HenryChidgeyLeadershipMethod Жыл бұрын
Thanks so much for creating this video! Absolutely awesome!
@skynet_cyberdyne_systems
@skynet_cyberdyne_systems 8 ай бұрын
Well explained ! Good work.
@qwerasdliop2810
@qwerasdliop2810 10 ай бұрын
I didn't come here expecting to learn anything but this video was incredible! I learnt: Neural networks are universal approximators, turing complete, and how multiple layers actually work!
@grkuntzmd
@grkuntzmd Ай бұрын
I started writing neural networks for a research project when I was in medical school in the early 1990's. At the time, I struggled with explaining how they worked to my audience of medical professionals. I wish I had had this video to show them. It would have made things much easier. Bravo!
@0xAV
@0xAV 10 ай бұрын
most easy to grasp explanation i have come across till now sir. Thank You 🙏
@RRP3168
@RRP3168 2 жыл бұрын
What a great video! NNs so elegantly explained! I love it! Thanks.
@notallm
@notallm 11 ай бұрын
The explanation and video quality is crazy good. Your voice is so nice too!
@user-rb2od5bj2w
@user-rb2od5bj2w 8 ай бұрын
Such a good video mate, Hope your channel grows exponentially.. Such a good video mate, Hope your channel grows exponentially..
@AA-gl1dr
@AA-gl1dr Жыл бұрын
Brilliant in every way. Thank you so much
@SeaWaves8
@SeaWaves8 Жыл бұрын
amazing, thank you so much for making this.
@scottterry2606
@scottterry2606 Жыл бұрын
From one educator to another, A+++ job!
@HeisenbergHK
@HeisenbergHK Жыл бұрын
I absolutely loved this video, wish we had more content like this on KZbin
@rishabhjain2532
@rishabhjain2532 8 ай бұрын
That's a great explanation
@wiktorwysocki516
@wiktorwysocki516 4 ай бұрын
Great explanation, much better than on the uni and even after studying this concept for some time it brings some clarification. Thank you!
@jordiwang
@jordiwang Жыл бұрын
Man for real, the visual graphical representation of the piecewise functions sum left me speechless, so freaking good. For someone who has a bad foundation at math, that representation was just everything i need to understand perhaps one of the most pivotal foundation of complex neural network. I don't consider my self dumb, but I've watched several videos that all it does is to explain the concept from an abstract perspective, or if not, making assumptions that we already know some mathematical concepts. With that visual representation, I can finally tell me self that i have understand how really the inner world, the magic box works. Thank you
@user-rn5fh3jr5p
@user-rn5fh3jr5p Ай бұрын
Top explanation. By far the best I have ever seen🎉
@HypnosisBear
@HypnosisBear 2 жыл бұрын
Amazing explanation! Thanks 👍 Neural networks are indeed incredible!!
@aprocesss
@aprocesss 5 ай бұрын
The visuals you presented are the most eye oppening ive seen in all ML courses ive taken.
@icecream6256
@icecream6256 2 жыл бұрын
Wait dude the first 2 min is already great, thank you so much !!! I cant wait to watch you again once i finish more courses on ml
@AAlmunia
@AAlmunia 2 жыл бұрын
Really well explained, thank you.
@jamescarter9147
@jamescarter9147 Жыл бұрын
One of THE best explanations of neural networks and how they actually work.
Watching Neural Networks Learn
25:28
Emergent Garden
Рет қаралды 1,1 МЛН
ChatGPT: 30 Year History | How AI Learned to Talk
26:55
Art of the Problem
Рет қаралды 922 М.
How to Sneak Make Up Into Class 💄 #shorts
00:30
BubbleBee
Рет қаралды 15 МЛН
КАКАЯ ХИТРАЯ КОШКА! #cat #funny #pets
00:50
SOFIADELMONSTRO
Рет қаралды 16 МЛН
Nonomen funny video😂😂😂 #magic
00:29
Nonomen ノノメン
Рет қаралды 60 МЛН
AI Pioneer Shows The Power of AI AGENTS - "The Future Is Agentic"
23:47
Dendrites: Why Biological Neurons Are Deep Neural Networks
25:28
Artem Kirsanov
Рет қаралды 211 М.
The Most Important Algorithm in Machine Learning
40:08
Artem Kirsanov
Рет қаралды 145 М.
But what is a neural network? | Chapter 1, Deep learning
18:40
3Blue1Brown
Рет қаралды 16 МЛН
I programmed some creatures. They Evolved.
56:10
davidrandallmiller
Рет қаралды 4 МЛН
AI Building Stuff in Minecraft
12:44
Emergent Garden
Рет қаралды 317 М.
How AIs, like ChatGPT, Learn
8:55
CGP Grey
Рет қаралды 10 МЛН
You Don't Understand AI Until You Watch THIS
37:22
AI Search
Рет қаралды 221 М.
How are memories stored in neural networks? | The Hopfield Network #SoME2
15:14
Распаковка айфона под водой!💦(🎥: @saken_kagarov on IG)
0:20
Взрывная История
Рет қаралды 9 МЛН
iPhone 15 в реальной жизни
20:03
HUDAKOV
Рет қаралды 657 М.
Продать одно приложение дважды
0:49
Real Emil
Рет қаралды 1,3 МЛН
iPhone - телефон для нищебродов?!
0:53
ÉЖИ АКСЁНОВ
Рет қаралды 3,4 МЛН
Phone sees the future ! 📲🫣👽
0:38
BOGDANCHIKI
Рет қаралды 11 МЛН