Skip to content

christikaes/machineLearning101

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 

Repository files navigation

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!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published