Skip to content

Python3pkg/Hat

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Deep Learning Framework on top of Theano

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%