Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nicholas-leonard/dp
A deep learning library for streamlining research and development using the Torch7 distribution.
https://github.com/nicholas-leonard/dp
Last synced: 20 days ago
JSON representation
A deep learning library for streamlining research and development using the Torch7 distribution.
- Host: GitHub
- URL: https://github.com/nicholas-leonard/dp
- Owner: nicholas-leonard
- License: other
- Created: 2014-03-24T16:04:24.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-09-01T19:21:42.000Z (over 8 years ago)
- Last Synced: 2024-11-14T10:06:40.247Z (30 days ago)
- Language: Lua
- Homepage:
- Size: 3.78 MB
- Stars: 343
- Watchers: 39
- Forks: 139
- Open Issues: 27
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-neat-rnn - [dp
README
# dp Package Reference Manual#
[![Join the chat at https://gitter.im/nicholas-leonard/dp](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/nicholas-leonard/dp?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
__dp__ is a deep learning library designed for streamlining
research and development using the [Torch7](http://torch.ch) distribution.
It emphasizes flexibility through the elegant use of object-oriented
[design patterns](http://en.wikipedia.org/wiki/Design_Patterns).## Documentation ##
This package includes lots of documentations and tutorials which you
will find hosted on [readthedocs](http://dp.readthedocs.org/en/latest/).
If you prefer, you can consult the docs using [github](https://github.com/nicholas-leonard/dp/blob/master/doc/index.md).