LSTM-MATLAB
LSTM algorithm
An implementation of the Long Short-term Memory (LSTM) algorithm in 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.
252 stars
26 watching
141 forks
Language: MATLAB
last commit: about 4 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
| A Matlab implementation of a Long Short-Term Memory neural network architecture | 51 |
| A MATLAB implementation of a PSO algorithm combined with LSTM networks for predictive modeling. | 54 |
| A package to train a neural network for language modeling using a variant of the Long Short Term Memory algorithm | 665 |
| Matlab implementation of machine learning algorithms | 59 |
| A time series prediction project using LSTM algorithm to forecast jeans prices based on historical sales data | 56 |
| An implementation of a Long Short-term memory network for time-series classification using Python and TensorFlow | 410 |
| A MATLAB implementation of various Lattice Boltzmann Method (LBM) codes for simulating fluid dynamics and turbulence | 89 |
| A collection of algorithms and data structures in MATLAB/Octave, including solutions to Project Euler problem sets. | 375 |
| MATLAB implementations of linear programming algorithms and methods | 46 |
| A repository providing MatLab/Octave examples and explanations of popular machine learning algorithms | 857 |
| A comprehensive solution to machine learning assignments on Coursera with MATLAB code | 55 |
| A Matlab implementation of an efficient and accurate unsupervised method for clustering time-series data | 53 |
| An investigation into feature reduction and classification methods for pattern recognition using various techniques such as PCA, LDA, and SVM. | 71 |
| A collection of stochastic optimization algorithms for large-scale machine learning problems | 221 |
| Connects MATLAB to LLM APIs for natural language processing capabilities | 119 |