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: README.md
-29Lines changed: 0 additions & 29 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -98,9 +98,6 @@ will produce the coefficients for a straight line.
98
98
4. Evaluate your first-degree polynomial via $c_1 + c_2 \cdot x$ and plot the result as well as the original data using `matplotlib.pyplot`'s `plot` function.
99
99
100
100
101
-
Solution:
102
-
103
-

104
101
105
102
#### ⊙Task 1.2: Fitting a Polynomial to a function
106
103
The straight line above is insufficient to model the data.
@@ -112,9 +109,6 @@ So perform the very same steps as above, but change the degree of the polynomial
112
109
What do you see?
113
110
114
111
115
-
Solution:
116
-
117
-

118
112
119
113
120
114
#### ⊙Task 1.3: Regularization
@@ -185,9 +179,6 @@ Perform the following steps 2. - 4. for epsilon equal to 0.1, 1e-6, and 1e-12.
185
179
3. Estimate the regularized coefficients by applying the formula above.
186
180
4. Plot the result.
187
181
188
-
Solution:
189
-
190
-

191
182
192
183
#### ✪Task 1.4: Model Complexity (Optional):
193
184
Another solution to the overfitting problem is reducing the complexity of the model.
0 commit comments