Why Neural Networks can learn (almost) anything

Ғылым және технология

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

Пікірлер: 910

  • @Rivali0us
    @Rivali0us2 жыл бұрын

    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 ?

  • @NicholasRenotte
    @NicholasRenotte2 жыл бұрын

    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.

  • @gerixxx1
    @gerixxx12 жыл бұрын

    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

    10 ай бұрын

    Pretty close, it's sitting at 962k views right now.

  • @Diamcreeper
    @Diamcreeper2 жыл бұрын

    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 :)

  • @ScottBrown124
    @ScottBrown1242 жыл бұрын

    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

    2 ай бұрын

    my man altman just walks in with a 7 trillion dollar pitch. hahaha

  • @marlin3576
    @marlin35762 жыл бұрын

    Such a good video mate, Hope your channel grows exponentially.

  • @NKY5223

    @NKY5223

    2 жыл бұрын

    hehe jk

  • @user26344
    @user26344 Жыл бұрын

    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

    Ай бұрын

    I hope one day neuroscience is simulated with computer science. A joint of biological systems would be the construction of conscious things.

  • @SO-th8gc
    @SO-th8gc2 жыл бұрын

    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.

  • @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.

  • @MoritzWallis
    @MoritzWallis2 жыл бұрын

    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.

  • @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.

  • @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

  • @yusufsalk1136
    @yusufsalk11362 жыл бұрын

    What a simplicity! Looking forward to watch more explanations.

  • @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.

  • @clydeb8221
    @clydeb82212 жыл бұрын

    High audio quality, slow and clear language, great presentation and most of all very informative! I'm glad this was recommended to me

  • @cornevanzyl5880
    @cornevanzyl58802 жыл бұрын

    What you did here is nothing short of magical. Fantastic explanation, awesome visuals 👌

  • @Antagon666
    @Antagon6662 жыл бұрын

    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!

  • @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 :)

  • @illustriouschin
    @illustriouschin2 жыл бұрын

    I was recommended this video and wow, great explanation. I hope your channel blows up because this is top quality neural network content.

  • @_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!

  • @miquelmoorrees6010
    @miquelmoorrees60102 жыл бұрын

    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

  • @Vaikilli
    @Vaikilli2 жыл бұрын

    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.

  • @breakdancerQ
    @breakdancerQ Жыл бұрын

    The visualizations are brilliant. Easily one of the most clarifying video I've seen about nns, and I've seen many

  • @parijatbandyopadhyay8057
    @parijatbandyopadhyay80572 жыл бұрын

    This is awesome! Simplest form of explanation ever seen but does not lack any detail. Kudos to you.

  • @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.

  • @naidoeshacks
    @naidoeshacks2 жыл бұрын

    Absolutely love these 3blue1brown style videos! Keep it up man your channel is amazing.

  • @charliegil2007
    @charliegil2007 Жыл бұрын

    Your explanation is brilliant in so many different levels. Thanks for this.

  • @_.entropy._
    @_.entropy._ Жыл бұрын

    Brilliant job. One of the best videos introducing the basics of neural networks on KZread.

  • @olivergurney9622
    @olivergurney96222 жыл бұрын

    Really interesting and highquality video. Keep it up!

  • @orchidchetiaphukan4658
    @orchidchetiaphukan46582 жыл бұрын

    It has been years in this field.....One of the best explanations I have seen till now....

  • @AhmedSam
    @AhmedSam2 жыл бұрын

    The exact info i was looking for finally straightforward! Thank you!

  • @Rikimkigsck
    @Rikimkigsck2 жыл бұрын

    This channel is a treasure. A person who knows how to explain things with great knowledge.

  • @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...

  • @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

  • @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!

  • @TheFinav
    @TheFinav2 жыл бұрын

    What an absolutely wonderful, clear explanation. Thanks!

  • @Los__Merengues
    @Los__Merengues2 жыл бұрын

    The best explanation I've seen

  • @HansLemurson
    @HansLemurson2 жыл бұрын

    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.

  • @yuyong4569
    @yuyong45692 жыл бұрын

    This channel deserves more viewers. Thx for the clear explanations.

  • @kibarpro
    @kibarpro3 күн бұрын

    This is awesome! Quality of your videos is supreme thanks!

  • @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!

  • @jonathanherrera9956
    @jonathanherrera99562 жыл бұрын

    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

    9 ай бұрын

    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

  • @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.!

  • @stas4112
    @stas41122 жыл бұрын

    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!

  • @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 🧬 🧠

  • @spicetea4060
    @spicetea40602 жыл бұрын

    I'm gonna use fuzzy logic

  • @setoelkahfi
    @setoelkahfi4 ай бұрын

    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.

  • @abdelsamie.bousba
    @abdelsamie.bousba2 жыл бұрын

    WOW !!, truly amazing, I got to understand what I couldn't in many years of reading papers and watching tutorials, big thanks to you.

  • @aspectreishauntingeurope
    @aspectreishauntingeurope2 жыл бұрын

    great video! looks a lot like 3blue1brown :D

  • @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

    Ай бұрын

    Sounds the same as billions of small neurons, controlled by a genetic algorithm. Sounds like learning to me.

  • @ParthivShah

    @ParthivShah

    12 күн бұрын

    It's debatable.

  • @fatemehcheginisalzmann2189
    @fatemehcheginisalzmann2189 Жыл бұрын

    Please continue making more videos; you have an excellent talent for creating graphics that make the topic understandable.

  • @balaganesh3440
    @balaganesh344011 ай бұрын

    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!

  • @mastershooter64
    @mastershooter642 жыл бұрын

    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
    @dannyarcher63702 жыл бұрын

    Fun fact: You can't learn everything.

  • @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.

  • @xxsaivior9639
    @xxsaivior9639Ай бұрын

    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 ❤

  • @alessandrorossi1294
    @alessandrorossi12942 жыл бұрын

    Can't learn an XOR 😂😂😂

  • @dagmarski4133

    @dagmarski4133

    Ай бұрын

    That’s not true, it’s even feasible to manually construct a neural network with just 3 nodes for such a simple task.

  • @PunmasterSTP
    @PunmasterSTP Жыл бұрын

    Your videos are incredible; please keep making them!

  • @rahulrustagi7029
    @rahulrustagi7029 Жыл бұрын

    Watched many tutorials on NN but this is far better than anyone in terms of content and explanation. Great Work !!

  • @TheNewton
    @TheNewton2 жыл бұрын

    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.

  • @tnegras99
    @tnegras992 жыл бұрын

    This is amazing, best explanation of neural Networks I've seen, saved it to watch it again and again, might need it

  • @willykitheka7618
    @willykitheka7618 Жыл бұрын

    Truly one of the BEST VIDEOS I've watched on Neural Networks....so very well explained!

  • @lumix854
    @lumix8542 жыл бұрын

    Thank you for making this video, very informative and visually engaging :)

  • @raphaelcrespo3725
    @raphaelcrespo37252 жыл бұрын

    this is one of the best and clear explanations. thank you

  • @zahid1909
    @zahid19092 жыл бұрын

    I believe, now I got some fundamental ideas how and why the neural network works. Thanks a lot! A great video.

  • @Alexander-ms2ct
    @Alexander-ms2ct Жыл бұрын

    Your editing skills and descriptive ability gained you a subscriber. Very good

  • @mayankkhanna3660
    @mayankkhanna3660 Жыл бұрын

    This is the best it can get, and you did it for us, thank you!

  • @RRP3168
    @RRP31682 жыл бұрын

    What a great video! NNs so elegantly explained! I love it! Thanks.

  • @HeisenbergHK
    @HeisenbergHK Жыл бұрын

    I absolutely loved this video, wish we had more content like this on KZread

  • @icecream6256
    @icecream62562 жыл бұрын

    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

  • @saikrishnasyamala5720
    @saikrishnasyamala57202 жыл бұрын

    That’s a great way to explain a complex concept👏🏼

  • @wiktorwysocki516
    @wiktorwysocki5165 ай бұрын

    Great explanation, much better than on the uni and even after studying this concept for some time it brings some clarification. Thank you!

  • @xhinker
    @xhinker2 жыл бұрын

    The relu part is amazing, renewed my understanding of it, thanks!

  • @pkrozie
    @pkrozieАй бұрын

    Amazing video, such a intuitive way to explain NNs.

  • @0xAV
    @0xAV11 ай бұрын

    most easy to grasp explanation i have come across till now sir. Thank You 🙏

  • @zerotwo7319
    @zerotwo73192 жыл бұрын

    I knew it would be turing complete. Thanks immensely for this

  • @HenryChidgeyLeadershipMethod
    @HenryChidgeyLeadershipMethod Жыл бұрын

    Thanks so much for creating this video! Absolutely awesome!

  • @murjoshua
    @murjoshua2 жыл бұрын

    Just shared this master piece in our AI Felowship group, couldn't keep it for myself. Very insightful!

  • @sardesj
    @sardesj Жыл бұрын

    Brilliant!! The best explanation I have come across ! Thank You!! 👏👏

  • @anontasofen60
    @anontasofen602 жыл бұрын

    Very well put together video. Loved it!

  • @notallm
    @notallm11 ай бұрын

    The explanation and video quality is crazy good. Your voice is so nice too!

  • @alonsomartinez9588
    @alonsomartinez9588 Жыл бұрын

    This is legitly order of magnitude better explained that I have seen on any video. Instant sub!!

  • @xreverse_f1ash
    @xreverse_f1ash Жыл бұрын

    I haven't really known what neural networks were until I watched this video. Thanks for furthering my understanding!

  • @aprocesss
    @aprocesss5 ай бұрын

    The visuals you presented are the most eye oppening ive seen in all ML courses ive taken.

  • @mxlinuxpl
    @mxlinuxpl9 ай бұрын

    Thank you, simple, clear, concise, perfect explanation!

  • @hsslay3237
    @hsslay32375 ай бұрын

    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

  • @SeaWaves8
    @SeaWaves8 Жыл бұрын

    amazing, thank you so much for making this.

  • @franklinfeng176
    @franklinfeng1762 жыл бұрын

    such a simple and elegant explanation!

  • @grkuntzmd
    @grkuntzmd2 ай бұрын

    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!

  • @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

  • @jamescarter9147
    @jamescarter9147 Жыл бұрын

    One of THE best explanations of neural networks and how they actually work.

  • @AA-gl1dr
    @AA-gl1dr Жыл бұрын

    Brilliant in every way. Thank you so much

  • @rgoudie
    @rgoudie Жыл бұрын

    This is a great presentation. Thank you.

  • @brocksprogramming
    @brocksprogramming Жыл бұрын

    This video brought together some things I've suspected and learned about neural networks. Thanks

  • @mariokotlar303
    @mariokotlar303 Жыл бұрын

    Seen many such videos explaining how neural networks work over the years, but this is the first time I feel I actually understand it.

  • @HypnosisBear
    @HypnosisBear2 жыл бұрын

    Amazing explanation! Thanks 👍 Neural networks are indeed incredible!!

  • @sheepyuea
    @sheepyuea2 жыл бұрын

    Mate, beautifully explained. Instantly earned my subscription

  • @zerksari
    @zerksari11 ай бұрын

    I'm solid in this field. And your video is right on par, great job.

  • @dasikalyan
    @dasikalyan Жыл бұрын

    I heard of ReLU a lot, but no one provided a good explanation... this was an aha! moment.. thank you for rectifying some linear units in my brain.. now I can dive deep into learning

  • @qwerasdliop2810
    @qwerasdliop281011 ай бұрын

    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!

Келесі