TensorFlow-Tutorials
Introduction to deep learning based on Google's TensorFlow framework. These tutorials are direct ports of Newmu's Theano Tutorials.
Topics
- Simple Multiplication
- Linear Regression
- Logistic Regression
- Feedforward Neural Network (Multilayer Perceptron)
- Deep Feedforward Neural Network (Multilayer Perceptron with 2 Hidden Layers O.o)
- Convolutional Neural Network
- Denoising Autoencoder
- Recurrent Neural Network (LSTM)
- Word2vec
- TensorBoard
- Save and restore net
- Generative Adversarial Network
Dependencies
- TensorFlow 1.0 alpha
- Numpy
- matplotlib
# TensorFlow-Tutorials
[![Build Status](https://travis-ci.org/nlintz/TensorFlow-Tutorials.svg?branch=master)](https://travis-ci.org/nlintz/TensorFlow-Tutorials)
[![Codacy Badge](https://api.codacy.com/project/badge/grade/2d3ed69cdbec4249ab5c2f7e4286bb8f)](https://www.codacy.com/app/hunkim/TensorFlow-Tutorials)
Introduction to deep learning based on Google's TensorFlow framework. These tutorials are direct ports of
Newmu's [Theano Tutorials](https://github.com/Newmu/Theano-Tutorials).
***Topics***
* [Simple Multiplication](00_multiply.py)
* [Linear Regression](01_linear_regression.py)
* [Logistic Regression](02_logistic_regression.py)
* [Feedforward Neural Network (Multilayer Perceptron)](03_net.py)
* [Deep Feedforward Neural Network (Multilayer Perceptron with 2 Hidden Layers O.o)](04_modern_net.py)
* [Convolutional Neural Network](05_convolutional_net.py)
* [Denoising Autoencoder](06_autoencoder.py)
* [Recurrent Neural Network (LSTM)](07_lstm.py)
* [Word2vec](08_word2vec.py)
* [TensorBoard](09_tensorboard.py)
* [Save and restore net](10_save_restore_net.py)
* [Generative Adversarial Network](11_gan.py)
***Dependencies***
* TensorFlow 1.0 alpha
* Numpy
* matplotlib
.
'프로그래밍 > AI_DeepLearning' 카테고리의 다른 글
Becoming a Data Scientist – Curriculum via Metromap 89 (0) | 2017.04.26 |
---|---|
한국 자율주행차 테스트, 이제 ‘K-CITY’에서 (0) | 2017.04.07 |
[M/L] tensorflow - Module: tf.compat 문자 인코딩 (0) | 2017.03.30 |
[M/L] scikit-learn: machine learning in Python http://scikit-learn.org (0) | 2017.03.30 |
NLP란 무엇인가요? http://konlpy.org/ko/v0.4.4/start/ (0) | 2017.03.30 |