Welcome to Machine Learning 101! Let's get started (:
- Create a new AWS Ubuntu Deep Learning AMI instance
- SSH into the machine to install some dependencies and run a jupyter notebooker server
sudo pip install tflearn
- (OPTIONAL) If you need to disable the notebook token, run:
echo "c.NotebookApp.token = u''" >> ~/.jupyter/jupyter_notebook_config.py
tmux
jupyter notebook --ip=0.0.0.0
- Ctrl+b d; exit
Here are some aweome resources to use next!
- Youtube:
- Blogs:
- Classes:
- Codelabs:
- Notes about R2: