Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 905 Bytes

README.md

File metadata and controls

24 lines (18 loc) · 905 Bytes

QSTP-ML

A repository for the Machine Learning QSTP course. Look for assignments and downloads here!

Resources

"Machine Learning" by Stanford on Coursera: https://www.coursera.org/learn/machine-learning

"Intro to Machine Learning" on Udacity: https://in.udacity.com/course/intro-to-machine-learning--ud120

Downloads

Install Anaconda 3 on Windows: https://jcutrer.com/howto/dev/python/python-tutorial-howto-install-anaconda3-python-windows

Install Anaconda 3 on Ubuntu: https://www.digitalocean.com/community/tutorials/how-to-install-the-anaconda-python-distribution-on-ubuntu-16-04

Running Jupyter-Notebook:

For Ubuntu:

  1. Open terminal in the same folder as the .ipynb file
  2. Start the jupyter-notebook server:
$ jupyter-notebook
  1. Click on the relevant file in the browser.

For Windows: http://jupyter-notebook-beginner-guide.readthedocs.io/en/latest/execute.html