Deep Learning Starter Guide
Understanding core ideas
Understanding core solutions
- Convolutional networks:
- Long Short Term Memory (LSTM)
- Dropout
- Alternate cost functions (softmax, cross-entropy, etc).
- More details on optimization methods
- Alternate activation functions (Adam, Adagrad, RMSprop, etc.)
My links
Other fun sites
Getting started implementing
My recommendation is to have a starting goal of having a 97% test accuracy rate with the MNIST dataset: http://yann.lecun.com/exdb/mnist/
Once you get 97%, then try to do even better using some of the above techniques.
More?
Please feel free to comment if you think there are other resources or ideas I should put on here.