deep_learning_resources
Papers
How to fool cnn with generative images http://arxiv.org/pdf/1412.1897.pdf
Transfer learning discussion https://arxiv.org/pdf/1411.1792v1.pdf
Segmentation with decoder encoder FCN http://web.eecs.umich.edu/~honglak/cvpr2016-contour.pdf
Segmentation with regional FCN https://arxiv.org/pdf/1605.06409v2.pdf
Websites
cnn visualisations and more http://yosinski.com/ demystifying reinforcement learning http://www.nervanasys.com/demystifying-deep-reinforcement-learning/
Projects
Reinforcement learning with keras https://github.com/farizrahman4u/qlearning4k
Reinforcement learning with keras https://github.com/matthiasplappert/keras-rl
Flappy bird with keras and q learning https://yanpanlau.github.io/2016/07/10/FlappyBird-Keras.html