X Tutup
Skip to content

kengz/TensorFlow-Tutorials

 
 

Repository files navigation

TensorFlowTutorials

Additions in this repo

Going through the tutorials at tensorflow.org, correcting some types with implementation.

Original notes by nlintz

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

Dependencies

  • TensorFlow
  • Numpy

About

Simple tutorials using Google's TensorFlow Framework

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Python 100.0%
X Tutup