huashiyiqike/LSTM-MATLAB

Version 1.1.0.0 (612 KB) by Qi Lyu
LSTM_MATLAB is meant to be succinct, illustrative and for research purpose only.
1.6K Downloads
Updated 13 Dec 2020

# LSTM_MATLAB
LSTM_MATLAB is Long Short-term Memory (LSTM) in MATLAB, which is meant to be succinct, illustrative and for research purpose only. It is accompanied with a paper for reference: [Revisit Long Short-Term Memory: An Optimization Perspective], NIPS deep learning workshop, 2014.
#Features
- original Long short-term Memory
- all connect peephole
- CPU or GPU acceleration
- Mapreduce parallelization
- gradient checking
- easy configuration
- baseline experiment

#ACKNOWLEDGEMENTS
The minFunc code folder included is provided by Mark Schmidt (http://www.cs.ubc.ca/~schmidtm).
MATLAB Mapreduce is provided by Quoc V. Le(http://cs.stanford.edu/~quocle/optimizationWeb/index.html).

License
----
MIT

[Revisit Long Short-Term Memory: An Optimization Perspective]:http://bigml.cs.tsinghua.edu.cn/~jun/pub/lstm-parallel.pdf

Cite As

Qi Lyu (2024). huashiyiqike/LSTM-MATLAB (https://github.com/huashiyiqike/LSTM-MATLAB), GitHub. Retrieved .

MATLAB Release Compatibility
Created with R2011a
Compatible with any release
Platform Compatibility
Windows macOS Linux

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

data

dependence

dependence/matlabserver_r1

dependence/matlabserver_r1/@Server

dependence/matlabserver_r1/@Slave

dependence/matlabserver_r1/dataloader

dependence/matlabserver_r1/dataloader/tiny

dependence/matlabserver_r1/minFunc

dependence/matlabserver_r1/minFunc/logistic

dependence/matlabserver_r1/softmax

dependence/minFunc_2012

dependence/minFunc_2012/autoDif

dependence/minFunc_2012/logisticExample

dependence/minFunc_2012/minFunc

Versions that use the GitHub default branch cannot be downloaded

Version Published Release Notes
1.1.0.0

GITHUB Title

To view or report issues in this GitHub add-on, visit the GitHub Repository.
To view or report issues in this GitHub add-on, visit the GitHub Repository.