File tree 1 file changed +4
-2
lines changed
1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 467
467
" - Linear regression starts by assuming a linear relationship between two variables.\n " ,
468
468
" - A model includes the assumed relationship in the data and model parameters.\n " ,
469
469
" - Observational data allows finding the parameters in the model (slope, intercept).\n " ,
470
- " - SymPy computes derivatives with `sympy.diff()` and returns numeric functions with `simpy.lambdify()(`."
470
+ " - A loss function captures the deviation between the observed and the predicted values of the dependent variable.\n " ,
471
+ " - We find the parameters by minimizing the loss function via gradient descent.\n " ,
472
+ " - SymPy computes derivatives with `sympy.diff()` and returns numeric functions with `simpy.lambdify()`."
471
473
]
472
474
},
473
475
{
670
672
"name" : " python" ,
671
673
"nbconvert_exporter" : " python" ,
672
674
"pygments_lexer" : " ipython3" ,
673
- "version" : " 3.6.13 "
675
+ "version" : " 3.8.5 "
674
676
}
675
677
},
676
678
"nbformat" : 4 ,
You can’t perform that action at this time.
0 commit comments