Home

Awesome

TensorFlow and Deep Learning Tutorials

<div align="center"> <div class="TensorFlow"> <img src="https://www.tensorflow.org/images/tf_logo_transp.png" style=": left; margin-left: 5px; margin-bottom: 5px;"><br><br> </div> </div>

Google's Deep Learning Tutorials

Deep Learning Reading List

Tutorial index

0 - Prerequisite

1 - Introduction

2 - Basic Models

3 - Neural Networks

4 - Utilities

5 - Multi GPU

Dataset

Some examples require MNIST dataset for training and testing. Don't worry, this dataset will automatically be downloaded when running examples (with input_data.py). MNIST is a database of handwritten digits, for a quick description of that dataset, you can check this notebook.

Official Website: http://yann.lecun.com/exdb/mnist/

Selected Repositories

Tricks

Examples

Basics

Computer Vision

Natural Language Processing

Adversarial Learning

Reinforcement Learning

Miscellaneous

Useful Links