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

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

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)