This repository is for using some basic convolutional neural networks
###Start by installing a docker client Here the link to installing on ubuntu
Start up the docker container with a keras backend of Tensorflow
sudo docker run -d -p 8888:8888 -v /notebook:/notebook ermaker/keras-jupyter
By going to localhost:8888 in a browser you can view your keras jobs graphically
Another interesting feature of using Keras with the TensorFlow backend is that it automatically detects and uses your gpu if you have one
For viewing your gpu usage I would recommend the following