CS 273A: Machine Learning Fall 2018

Resources

Books

There is no required textbook for the class. However, useful books on the subject for supplementary reading include:

Python

We will be using Python for most of the programming in the course. I strongly suggest the “full SciPy stack”, which includes NumPy, MatPlotLib, SciPy, and iPython notebook for interactive work and visualization; see http://www.scipy.org/install.html for installation information.

We will use Python 3.x; if you find parts of the code do not work for more recent versions of Python please let me know the issue and I will try to fix it.