jolinxql / LSTMLinks
My C++ LSTM implementation according to Alex Graves‘s Paper. Generating Sequences With Recurrent Neural Networks
☆17Updated 6 years ago
Alternatives and similar repositories for LSTM
Users that are interested in LSTM are comparing it to the libraries listed below
Sorting:
- long short-term memory for recursive neural network model☆66Updated 6 years ago
- C++ implementation of neural networks library with Keras-like API. Contains majority of commonly used layers, losses and optimizers. Supp…☆38Updated 4 years ago
- Convolutional Neural Network using Eigen and C++☆20Updated 9 years ago
- Long Short-Term Memory Recurrent Neural Networks☆26Updated 9 years ago
- A simple example of performing a one-dimensional discrete convolution using the FFTW library.☆15Updated 10 years ago
- A C++ implementation of a 3 layer Gated Recurrent Unit (GRU) using no libraries other than Eigen for Matrices.☆19Updated 5 years ago
- A Long Short Term Memory neural network for time series prediction. Memory blocks contain one memory cell in each. Weights for the networ…☆15Updated 6 years ago
- Machine learning library in C++ with Eigen☆18Updated 9 years ago
- Simple Back Propagation Neural Network☆118Updated 4 years ago
- Some C++ codes for computing a 1D and 2D convolution product using the FFT implemented with the GSL or FFTW☆58Updated 12 years ago
- Tensor library for c++☆14Updated 5 years ago
- A fast DNN library in C++, and a version in Python for prototyping☆19Updated 11 months ago
- A demonstration of speeding up a 1D convolution using SSE☆51Updated 8 years ago
- A C++ implementation of the derivative-free optimization algorithm CMA-ES.☆23Updated 11 years ago
- C++ implementation of multi-layer feed forward neural networks with back propagation algorithm.☆10Updated 9 years ago
- Deep Neural Network from scratch in C++ for learning purposes☆36Updated 4 years ago
- C++ implementation for Neural Network-based NLP, such as LSTM machine translation!☆87Updated 7 years ago
- Implementation of FIR and IIR filters optimized for SIMD processing☆48Updated 8 years ago
- My C++ deep learning framework & other machine learning algorithms☆87Updated last year
- A simple neural network implement in c++☆130Updated 11 months ago
- A single header-only C++ library for automatic / algorithmic differentiation.☆15Updated 2 years ago
- Support Vector Machines Implementation from scratch in C++☆20Updated 3 years ago
- A multi-processing, highly configurable, C++ Differential Evolution optimization algorithm implementation☆22Updated 4 years ago
- pocketfft in standalone C☆15Updated 4 years ago
- A pure C++ implementation of the lowess algorithm using templates☆21Updated 9 years ago
- An C++ Version of Q-Learning, to Train Robot Play with Flappybird!!☆44Updated 8 years ago
- A C++ deep learning library for the construction and optimization of neural networks ranging from simple feedforward architectures to sta…☆19Updated 4 years ago
- Very basic deep learning framework in C++☆55Updated 2 years ago
- Simple C++ library for Gaussian process regression☆7Updated 8 years ago
- This is a C/C++ implementation for Fast Independent Components Analysis.☆17Updated 8 years ago