2016.05.26
====================
Hat is a deep learning framework on top of Theano
Characters:
1. including DNN, CNN, RNN (LSTM, GRU), Dropout. 
2. Build any structure as you like! 

Prerequisite:
1. python version: 2.7+
   numpy
2. theano
3. networkx (optional. for ploting graph)
   matplotlib

Installation:
$ pip install Hat
(or you can install from source code)

Examples:
https://github.com/qiuqiangkong/Hat/tree/master/examples
