Create a Simple Neural Network in Python from Scratch

Create a Simple Neural Network in Python from Scratch

789.850 Lượt nghe
Create a Simple Neural Network in Python from Scratch
In this video I'll show you how an artificial neural network works, and how to make one yourself in Python. In the next video we'll make one that is usable, but if you want, that code can already be found on github. I recommend watching at 1.5x speed, unless you're coding along. Coding starts at 2:30 Part 2: https://www.youtube.com/watch?v=Py4xvZx-A1E Github code for complete neural network: https://github.com/jonasbostoen/simple-neural-network.py Additional reading: ♦ https://medium.com/technology-invention-and-more/how-to-build-a-simple-neural-network-in-9-lines-of-python-code-cc8f23647ca1 ♦ https://iamtrask.github.io/2015/07/12/basic-python-network/