DeepLearning: bit.ly/awesome-dl
This repository keeps track of my path towards understanding Deep Learning concepts (mainly with TensorFlow).
- Links to my personal projects while learning Deep Learning and Tensorflow
- Links for online resources to get started with Deep Learning and TensorFlow
- Getting Started with Deep Learning with MNIST
- MNIST running on Android
- Exploring Spiral Dataset
- Vanilla GANs for fashion MNIST
- Easy 21 - Getting started with Reinforcement Learning
- TensorFlow Brasil - A repository for TensorFlow code samples and tutorials in Portuguese
- Teachable games - Using DeepLearnJS to play games just using a camera
- Modified version of text generation tutorial including fun examples
Go to bit.ly/awesome-dl
- A friendly introduction to Deep Learning and Neural Networks
- How Deep Neural Networks Work
- Tensorflow and deep learning, without a PhD, Martin Gorner, Google
- TensorFlow Tutorial (Sherry Moore, Google Brain).
- Original Paper
- Introduction to GANs (Keras)
- GANs for beginners (TensorFlow)
- Blog post about the different kinds of GANs
- DCGAN implementation on TensorFlow
- Generative models implementation (TensorFlow, Pytorch)