SETUP PYTHON NOTEBOOK SERVER ON AWS FOR DEEP-LEARNING
Lets play around with some deep learning libraries on AWS with GPU.
If you don’t know what’s deep learning, check this wikipedia article on deep learning
And i will be using Jupyter/IPython Notebook for learning and tinkering.
Jupyter/IPython Notebook is a web application that allows you to create and share documents that contain live code, equations, visualizations and explanatory text. Cool isn’t it ?
I will go through complete guide to set up AWS with the intention of starting my very first Self Driving Car Engineer ND project, Lane Line Detection and further Deep Learning project predicting the correct steering angle.
In this tutorial i will show you how to set up Jupyter/IPython Notebook Server in Amazon Elastic Compute Cloud(EC2) and access it remotely from your web-browser.
I have divided the tutorials into 3 different part,
- Part 1: Creating AWS Account and Setting Up EC2 Machine.
- Part 2: Setting up IPython Notebook Server, access it remotely.
- Part 3: Completely Setting up CarND Term 1 environment and running first Project Lane Line Detection.