Skip to content

Latest commit

 

History

History
31 lines (27 loc) · 1.35 KB

README.md

File metadata and controls

31 lines (27 loc) · 1.35 KB

MachineLearning101

Welcome to Machine Learning 101! Let's get started (:

Setup

  1. Create a new AWS Ubuntu Deep Learning AMI instance
  2. SSH into the machine to install some dependencies and run a jupyter notebooker server
  3. sudo pip install tflearn
  4. (OPTIONAL) If you need to disable the notebook token, run: echo "c.NotebookApp.token = u''" >> ~/.jupyter/jupyter_notebook_config.py
  5. tmux
  6. jupyter notebook --ip=0.0.0.0
  7. Ctrl+b d; exit

For today:

Resources

Here are some aweome resources to use next!