typo in p2
This commit is contained in:
@@ -49,7 +49,7 @@ epochs as well as algorithm for scaling the learning rate. You can
|
||||
also compare your own results with those that can be obtained using
|
||||
for example _Scikit-Learn_'s various SGD options. Discuss your
|
||||
results. For Ridge regression you need now to study the results as functions of the hyper-parameter $\lambda$ and
|
||||
the learning rate $\gamma$. Discuss your results.
|
||||
the learning rate $\eta$. Discuss your results.
|
||||
|
||||
You will need your SGD code for the setup of the Neural Network and Logistic Regression codes. You will find the Python "Seaborn package":"https://seaborn.pydata.org/generated/seaborn.heatmap.html" useful when plotting the results as function of the learning rate $\eta$ and the hyper-parameter $\lambda$ when you use Ridge regression.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user