Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 503 Bytes

README.md

File metadata and controls

17 lines (14 loc) · 503 Bytes

TensorFlowTutorials

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