Writing Python Code for Neural Networks from Scratch

Neural networks are the gist of deep learning. They are multi-layer networks of neurons that we use to classify things, make predictions, etc. There are 3 parts in any neural network:. The arrows that connect the dots shows how all the neurons are interconnected and how data travels from the input layer all the way through to the output layer.

Link: Writing Python Code for Neural Networks from Scratch
via towardsdatascience.com