Skip to content

Commit a96e824

Browse files
committed
update machine learning
1 parent 1064cf1 commit a96e824

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

www/index.html

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -689,11 +689,14 @@ <h2>Machine Learning</h2>
689689

690690
Lecture slides:
691691
<ul>
692-
<!-- <li><a href="http://github.com/lectures/machine-learning.pdf">testing.pdf</a></li> -->
692+
<li><a href="lectures/machine-learning.pdf">machine-learning.pdf</a></li>
693693
</ul>
694694

695-
696-
Examples:
695+
Examples:
696+
<ul>
697+
<li>steepest (gradient) descent: <a href="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: <a href="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>
697700

698701
</div>
699702
</div>

0 commit comments

Comments
 (0)