Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
51 changes: 24 additions & 27 deletions README.md
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,27 +1,24 @@
# QSTP-ML
A repository for the Machine Learning QSTP course. Look for assignments and downloads here!

## Submission
Submit your assignments on this google drive link: https://tinyurl.com/qstp-ml-2018

## 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:
```bash
$ jupyter-notebook
```
3) Click on the relevant file in the browser.

For Windows:
http://jupyter-notebook-beginner-guide.readthedocs.io/en/latest/execute.html
# 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:
```bash
$ jupyter-notebook
```
3) Click on the relevant file in the browser.

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