We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parent1064cf1 commita96e824Copy full SHA for a96e824
www/index.html
@@ -689,11 +689,14 @@ <h2>Machine Learning</h2>
689
690
Lecture slides:
691
<ul>
692
-<!-- <li><a href="lectures/machine-learning.pdf">testing.pdf</a></li> -->
+<li><ahref="lectures/machine-learning.pdf">machine-learning.pdf</a></li>
693
</ul>
694
695
-
696
- Examples:
+ Examples:
+<ul>
697
+<li>steepest (gradient) descent:<ahref="https://github.com/sbu-python-class/python-science/blob/master/examples/machine-learning/steepest_descent/steepest_descent.py">steepest_descent.py</a></li>
698
+<li>character recognition:<ahref="https://github.com/sbu-python-class/python-science/blob/master/examples/machine-learning/character_recognition/char_recognition.py">char_recognition.py</a></li>
699
+</ul>
700
701
</div>
702