You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: math/linearAlgebra.md
+6-2Lines changed: 6 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,10 +31,10 @@ It is the study of vectors and linear functions.
31
31
- it is common to encode categorical variables to make them easier to work with
32
32
4. Linear Regression
33
33
- Used for predicting numerical values in simple regression problems
34
-
- the most common way of solving linear regression is via the least squares optimization that is solved using matrix factorization methods from linear regression
34
+
- the most common way of solving linear regression is via the least squares optimization which is solved using matrix factorization methods from linear regression
35
35
5. Regularization
36
36
- Overfitting is 1 of the greatest obstacles in ML
37
-
- When a model is too close a fit for the available data to the point that i does not perform well with any new or outside data
37
+
- When a model is too close a fit for the available data to the point that it does not perform well with any new or outside data
38
38
- It is a concept from Linear algebra that is used to prevent the model from overfitting
39
39
- Simple models are models that have smaller coefficient values
40
40
- It is a technique that is often used to encourage a model to minimize the size of coefficients while it's being fit on data
@@ -61,8 +61,12 @@ It is the study of vectors and linear functions.
0 commit comments