In this lecture, we now train the Single Neuron learning model for a linear regression problem of used car price prediction. We implement the Mean square loss function. Then we set up gradient descent and train the model. Finally we compare the test set results to understand how the trained model performs.
This series is taught by Dr Anil Variyar, who has a PhD in Aeronautics and Astronautics from Stanford University.
#linearregression #neuralnetworks #python #deeplearning #machinelearning #artificialintelligence
Relevant Previous Videos
Coding a Single Neuron Learning Model : • Coding a Single Neuron Learning Model in P...
Understanding BackPropogation : • How Backpropagation works | A visual step ...
Setting up Anaconda and Jupyter Notebooks : Setting up Python with Anaconda and Using Jupyter Notebooks | A Quick Start
Math Prerequisites
Basics of Derivatives : • Basics of Derivatives | A Review | Math fo...
What is Chain Rule : • What is Chain Rule | A Review | Math for AI