/theano

my theano workspace

Primary LanguageHTML

theano

Gitter

Theano is a Python library that allows you to define, optimize, and evaluate mathematical expressions involving multi-dimensional arrays efficiently. It can use GPUs and perform efficient symbolic differentiation.

This repository tracks my progress in learning theano, my notes on theano and implementation of toy examples

->current

  • Linear Regression
  • Logistic Regression
  • Multilayer Perceptron
  • Convolutional Neural Network

Code Reading List

  1. Theano Tutorial
  2. Deeplearning.net

Tutorial and References

  1. Deeplearning.net Theano Tutorial
  2. Deeplearning.net Documentation

->next

  1. Theano Related Projects