Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 812 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 812 Bytes

Tutorials for Machine Learning Courses at Stanford and Cornell

Preparatory material for machine learning courses at Stanford at Cornell. Covers Python and Numpy. This has been used for:

  • The probabilistic graphical models and the deep learning courses at Stanford.
  • The applied machine learning course and deep generative models courses at Cornell.

Material

This repo currently holds:

  • A tutorial on basic Python/Numpy that is necesseary to get started with the above machine learning classes.

You may follow the iPython notebook on github, or clone and execute it locally. The notebook is based on an earlier version prepared by Justin Johnson.