https://github.com/candlewill/tensorflow_learn
Repo used for learning TensorFlow Framework
https://github.com/candlewill/tensorflow_learn
Last synced: about 2 months ago
JSON representation
Repo used for learning TensorFlow Framework
- Host: GitHub
- URL: https://github.com/candlewill/tensorflow_learn
- Owner: candlewill
- Created: 2016-12-19T13:58:28.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-03-18T06:51:20.000Z (over 9 years ago)
- Last Synced: 2025-12-19T22:21:37.136Z (6 months ago)
- Language: Python
- Homepage: http://sentiment-mining.blogspot.com/
- Size: 11.6 MB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TensorFlow Learning
This repo is for learning tensorflow. Many popular examples and tutorials are collected.
## Examples
1. Linnear Regression
2. NN
3. CNN
4. DNN
5. RNN
6. LSTM
7. NN Auto-encoder
8. LSTM Auto-encoder
## Dependencies
1. TensorFlow 0.12
2. Python 3.5
3. os ubuntu 16.04
4. GPU GTX 1070 with CUDA 8.1 and CuDNN 5.1
## Auther
Yunchao He (yunchaohe@gmail.com)