Building a neural network FROM SCRATCH (no Tensorflow/Pytorch, just numpy & math)

2,000,589
0
Published 2020-11-24

All Comments (21)
  • Making a neural network from scratch is easy, what I really want to see is how to make a neural network ON scratch.
  • @khoa4k266
    I watched this video when I was studying in grade 11. Had no clue what he was talking about but I tried to understand as much as possible. Now I watch it again as a university student, it is so satisfying to understand everything now.
  • @you_just
    i like how numpy has become so ingrained in python that it's basically considered vanilla python at this point
  • @alperengul8654
    If you make more deep learning videos with numpy and math(without any framework) just like in this video, it would be great for begginers to learn basics!!! Do you think to keep continue??
  • @jumpierwolf
    Took a Machine Learning course in university and this is what we did the whole semester in Matlab. Tensorflow was introduced right at the end for the final project.
  • @uncoded0
    This video is one of the best descriptions of neural networks written in only Numpy and Python I've ever seen. Thanks
  • @hcmcnae
    I'm so glad you actually went in depth with the math explanation. So often people will just explain surface layer and then "alright lets jump into the code".
  • @MegaJesusini
    My man really explained how a back propagated neural network works from scratch in 10 minutes
  • @LydellAaron
    Just your intro alone in your motivations was so capturing. You laid out everything so clearly, including creating those row and column matrices in the early steps. Thank you.
  • @notyou4122
    Musician, filmmaker, data scientist, and etc. bro maxed out on skill trees. 😂
  • Most of the videos are titled “how to create a blabla” when they’re actually teaching how to use… so I really appreciate your video! This really contributes to knowledge 🥰
  • @traviss7740
    I've never heard any of this explained before. After watching this once, I understand the mathematics behind neural networks and why the functions are used. Great job with the explanation here. Many thanks.
  • Just discovered this channel. Very cool stuff. Much respect for doing something challenging like this.
  • @randyscorner9434
    Excellent tutorial and example. Reveals the magic that most don't know about NNs and I love how you go about it.
  • You sir, are my hero. You are the first person to actually explain this properly to me. Thank you so much for that.
  • @Bobbleheads56
    I need to come back to this after learning some more preliminaries but you are a very natural teacher and good at presenting. Keep it up 👍
  • This was a really good video. I’ve never build a neural network but it was interesting seeing how the fundamentals add up to build something a little more complexed.
  • @omlachake2551
    this type of learning is honestly the best, i implemented k means clustering by myself in c (pretty easy stuff but still) , and i can never forget it now, makes me happy that i can do stuff too
  • @minjunkevink
    Amazing. Needed to see the low end and finally found it. Thank you for the amazing video!