Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 826 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 826 Bytes

Tutorials for Stanford cs228 and cs231n

Preparatory material for the probabilistic graphical models and the deep learning classes at Stanford.

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.

##Modify the code to work under python3 Python Numpy Tutorial is very suitable for beginners to start your scientific computing with Python. So I learn it. Besides, modify the code to work under py3.4. --by NodYoung