Introduction to Deep Learning in Python
Dan Becker
Data Scientist and contributor to Keras and TensorFlow libraries
Start with standard prediction problems on tables of numbers
Images (with convolutional neural networks) are common next steps
keras.io for excellent documentation
Graphical processing unit (GPU) provides dramatic speedups in model training times
Need a CUDA compatible GPU
For training on using GPUs in the cloud look here:
Introduction to Deep Learning in Python