qiuqiangkong / Hat

Deep Learning Framework on top of Theano

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hat is a deep learning framework on top of Theano. Hat contains many built layers, such as fully connected layer, CNN, LSTM, ...
Hat will help you do fast research and fast implementation! 

(Reference: Keras https://github.com/fchollet/keras)

Prerequisite:
python version: 2.7+
numpy
theano
matplotlib

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

Upgrade:
$ pip install hat --upgrade

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

About

Deep Learning Framework on top of Theano


Languages

Language:Python 100.0%