SETUP PYTHON NOTEBOOK SERVER ON AWS FOR DEEP-LEARNING

deeplearning.png
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,

 
25
Kudos
 
25
Kudos

Now read this

How to: Enable and Install (updates/rmps) in RHEL6 without RHNs ?

Installing and Using yum in RHEL6 Without RHN # I recently installed RHEL6 (Red Hat Enterprise Linux 6) on my machine. It’s working perfectly and does exactly what I need. However, unlike Ubuntu or most Linux distributions (except... Continue →