Gradient descent for linear regression
Andrey Vlasenko
Python
8 Chapters
0 Studying now
The starting point for all optimization theory and machine learning is the idea that we can use calculus to automatically step by step change the result towards improvement. In this course, we will apply this idea to a linear model.
Tecnologia
Python
Língua
En
Avaliação
Capítulos
8
Complete this visualization code
Visualization of the derivative
Derivative with respect to b
Derivative with respect to k
Complete the loop of approaching optimal
Vectors of derivatives
Visualization of the gradient direction
Complete the gradient descent
0%
Complete this visualization code
Visualization of the derivative
Derivative with respect to b
Derivative with respect to k
Complete the loop of approaching optimal
Vectors of derivatives
Visualization of the gradient direction
Complete the gradient descent
Descrição do Curso
The starting point for all optimization theory and machine learning is the idea that we can use calculus to automatically step by step change the result towards improvement. In this course, we will apply this idea to a linear model.