Gradient Descent For Neural Network | Deep Learning Tutorial 12 (Tensorflow2.0, Keras & Python)

Gradient descent is the heart of all supervised learning models. It is important to understand this technique if you are pursuing a career as a data scientist or a machine learning engineer. In this video we will see a very simple explanation of what a gradient descent is for a neural network or a logistic regression (remember logistic regression is a very simple single neuron neural network). We will than implement gradient descent from scratch in python. In my machine learning tutorial series I already ha
Back to Top