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>
689689
690690 Lecture slides:
691691 < ul >
692- <!-- < li><a href="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 >
You can’t perform that action at this time.
0 commit comments