Feedforward Explained - Neural Networks From Scratch Part 1

First I discuss how a neural network learns. Then I talk about some basics and notations used to denote the input, weights and biases. Finally I explain the feedforward equation and explain the general form of the equation, which can be extended to any number of samples as well. This is the first part of my series - Neural Networks from Scratch, where my goal is to explain what happens in a neural network, explain the math behind it and how you can implement it from scratch in python. This is for beginners and for people who are interested in the inner workings of a neural network. Part 2 : Gradient Descent & Backpropagation Explained    • Gradient Descent & Backpropagation Explain...   Part 3: Building a Neural Network from Scratch in Python    • Building a Neural Network from Scratch in ...   References: https://www.coursera.org/learn/neural... https://towardsdatascience.com/unders... https://towardsdatascience.com/math-n... https://towardsdatascience.com/how-to... Subscribe to my Newsletter ! https://adarsh1021.github.io/#newsletter Having trouble ? Need help ? Connect with me ! Email: [email protected] Twitter :   / adarsh_menon_   LinkedIn:   / adarsh-me.  . Github : https://github.com/adarsh1021 #neuralnetworks #deeplearning #python