small change to project 2
This commit is contained in:
@@ -151,7 +151,7 @@ The data sets that we propose here are (the default sets)
|
||||
<li> Either the Franke function or the terrain data from project 1, or data sets your propose.</li>
|
||||
</ol>
|
||||
|
||||
<li> Classification. Here you will also need to develop a Logistic regression code that you will use to compare with the Neural Network code. The data set we propose are the so-called <a href="https://www.kaggle.com/uciml/breast-cancer-wisconsin-data" target="_blank">Wisconsin Breat Cancer Data</a> data set of images representing various features of tumors. These are discussed intensively in the lecture notes on neural networks, see for example the slides from <a href="https://compphysics.github.io/MachineLearning/doc/pub/week41/html/week40.html" target="_blank">week 40</a>. A longer explanation with links to the scientific literature can be found at the <a href="https://archive.ics.uci.edu/ml/datasets/Breast+Cancer+Wisconsin+%28Diagnostic%29" target="_blank">Machine Learning repository of the University of California at Irvine</a>. Feel free to consult this site and the pertinent literature.</li>
|
||||
<li> Classification. Here you will also need to develop a Logistic regression code that you will use to compare with the Neural Network code. The data set we propose are the so-called <a href="https://www.kaggle.com/uciml/breast-cancer-wisconsin-data" target="_blank">Wisconsin Breat Cancer Data</a> data set of images representing various features of tumors. These are discussed intensively in the lecture notes, see for example the slides from <a href="https://compphysics.github.io/MachineLearning/doc/pub/week41/html/week40.html" target="_blank">week 40</a>. A longer explanation with links to the scientific literature can be found at the <a href="https://archive.ics.uci.edu/ml/datasets/Breast+Cancer+Wisconsin+%28Diagnostic%29" target="_blank">Machine Learning repository of the University of California at Irvine</a>. Feel free to consult this site and the pertinent literature.</li>
|
||||
</ul>
|
||||
|
||||
You can find more information about this at the <a href="https://scikit-learn.org/stable/modules/generated/sklearn.datasets.load_breast_cancer.html" target="_blank">Scikit-Learn site</a> or at the <a href="https://archive.ics.uci.edu/ml/datasets/breast+cancer+wisconsin+(original)" target="_blank">University of California at Irvine</a>.
|
||||
@@ -187,7 +187,7 @@ results. For Ridge regression you need now to study the results as functions of
|
||||
the learning rate \( \gamma \). Discuss your results.
|
||||
|
||||
<p>
|
||||
You will need your SGD code for the setup of the Neural Network and Logistic Regression codes.
|
||||
You will need your SGD code for the setup of the Neural Network and Logistic Regression codes. You will find the Python <a href="https://seaborn.pydata.org/generated/seaborn.heatmap.html" target="_blank">Seaborn package</a> useful when plotting the results as function of the learning rate \( \eta \) and the hyper-parameter \( \lambda \) when you use Ridge regression.
|
||||
|
||||
<h3 id="part-b-writing-your-own-neural-network-code">Part b): Writing your own Neural Network code </h3>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user