cs-7641-Machine-Learning icon indicating copy to clipboard operation
cs-7641-Machine-Learning copied to clipboard

GATech OMSCS Machine Learning Course -- notes and assignments

CS 7641: Machine Learning

from GATech OMSCS

Notes

  • written in Markdown (*.md)
  • recommend viewing in StackEdit.

TOC

Assignments

  • use IPython / Jupyter notebook.
  • virtual machine definition can generate all content.

Virtual Machine (VM)

All analysis contained in this repo can be reproduced with use of the VM. First, install VirtualBox and Vagrant and light all this up it up quickly, via:

> git clone [email protected]:nehalecky/cs-7641-Machine-Learning.git
> cd cs-7641-Machine-Learning
> vagrant up
> ./bin/launch-jupyter.sh

Then navigate to the Jupyter session at: http://localhost:8009/

Godspeed!