fanfannothing / TensorFlow-Tutorials

Simple tutorials using Google's TensorFlow Framework

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TensorFlow-Tutorials

Build Status Codacy Badge

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

Dependencies

  • TensorFlow
  • Numpy
  • matplotlib

About

Simple tutorials using Google's TensorFlow Framework


Languages

Language:Python 100.0%