Home
Softono

Tensorflow Tutorial

Open source MIT Python
729
Stars
207
Forks
0
Issues
64
Watchers
8 years
Last Commit

 About Tensorflow Tutorial

Tensorflow tutorial from basic to hard, 莫烦Python 中文AI教学

Platforms

Web Self-hosted

Languages

Python

Need Help Installing Tensorflow Tutorial?

We provide expert installation service for this software. Our team will install, configure, and secure Tensorflow Tutorial on your server. plans start at just $30.

Tensorflow Tutorial

View on GitHub

TensorFlow and Deep Learning Tutorials



Google's Deep Learning Tutorials

Deep Learning Reading List

Tutorial index

0 - Prerequisite

  • Introduction to Machine Learning (notebook)
  • Introduction to MNIST Dataset (notebook)

1 - Introduction

2 - Basic Models

3 - Neural Networks

4 - Utilities

  • Save and Restore a model (notebook) (code)
  • Tensorboard - Graph and loss visualization (notebook) (code)
  • Tensorboard - Advanced visualization (code)

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