File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -689,11 +689,14 @@ <h2>Machine Learning</h2>
689
689
690
690
Lecture slides:
691
691
< 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 >
693
693
</ ul >
694
694
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 >
697
700
698
701
</ div >
699
702
</ div >
You can’t perform that action at this time.
0 commit comments