An open API service indexing awesome lists of open source software.

https://github.com/jaydu1/tensorflow-tutorial

A tutorial for TnesorFlow 1.11
https://github.com/jaydu1/tensorflow-tutorial

eager-execution tensorflow

Last synced: about 2 months ago
JSON representation

A tutorial for TnesorFlow 1.11

Awesome Lists containing this project

README

          

# TensorFlow-Tutorial

This a tutorial for TensorFlow. Code is provided both in eager execution mode and graph mode.

*Being Updating*

Recommended jupyter notebook viewer: [nbviewer](https://nbviewer.jupyter.org/)

## Content

02 [Installation of TensorFlow on Linux](https://github.com/jaydu1/TensorFlow-Tutorial/tree/master/02%20Installation%20of%20TensorFlow%20on%20Linux)

05 [Softmax Regression on MNIST](https://github.com/jaydu1/TensorFlow-Tutorial/tree/master/05%20Softmax%20Regression%20on%20MNIST)

10 [Recurrent Neural Network](https://github.com/jaydu1/TensorFlow-Tutorial/tree/master/10%20Recurrent%20Neural%20Network)

11 [RNN on MNIST](https://github.com/jaydu1/TensorFlow-Tutorial/tree/master/11%20RNN%20on%20MNIST)

12 [CapsNet on MNIST](https://github.com/jaydu1/TensorFlow-Tutorial/tree/master/12%20CapsNet%20on%20MNIST)

## Requirement
Package | Version
---|---
Python | 3.6
tensorflow | 1.11
numpy | -
matplotlib | -