Skip to content

Commit a38026b

Browse files
committed
add items to "what we've learned"
1 parent f8fa01a commit a38026b

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

Diff for: notebooks_en/1_Linear_Regression.ipynb

+4-2
Original file line numberDiff line numberDiff line change
@@ -467,7 +467,9 @@
467467
"- Linear regression starts by assuming a linear relationship between two variables.\n",
468468
"- A model includes the assumed relationship in the data and model parameters.\n",
469469
"- 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()`."
471473
]
472474
},
473475
{
@@ -670,7 +672,7 @@
670672
"name": "python",
671673
"nbconvert_exporter": "python",
672674
"pygments_lexer": "ipython3",
673-
"version": "3.6.13"
675+
"version": "3.8.5"
674676
}
675677
},
676678
"nbformat": 4,

0 commit comments

Comments
 (0)