Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cysu/dlearn
A deep learning Python module based on Theano.
https://github.com/cysu/dlearn
Last synced: about 2 months ago
JSON representation
A deep learning Python module based on Theano.
- Host: GitHub
- URL: https://github.com/cysu/dlearn
- Owner: Cysu
- License: mit
- Created: 2014-04-03T03:00:46.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-08-21T07:07:00.000Z (over 10 years ago)
- Last Synced: 2023-03-15T22:05:24.702Z (almost 2 years ago)
- Language: Python
- Size: 573 KB
- Stars: 5
- Watchers: 5
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
dlearn
======Introduction
------------`dlearn` is a Python deep learning module based on Theano. It helps to build and
train deep learning models more conveniently.TODO
----+ Local normalization layer
+ Locally connected layer with unshared weights
+ Auto-Memory Mechanism (access data in GPU-CPU-HD levels transparently)
+ Dynamic learning rate
+ API for different datasets
+ Documentations