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
- Host: GitHub
- URL: https://github.com/jaydu1/tensorflow-tutorial
- Owner: jaydu1
- Created: 2018-10-28T07:40:06.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-12-20T10:57:57.000Z (over 7 years ago)
- Last Synced: 2025-04-25T11:50:39.728Z (about 1 year ago)
- Topics: eager-execution, tensorflow
- Language: Jupyter Notebook
- Homepage:
- Size: 844 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 | -