recurrent-networks
There are 50 repositories under recurrent-networks topic.
ChristosChristofidis/awesome-deep-learning
A curated list of awesome Deep Learning tutorials, projects and communities.
udacity/deep-learning-v2-pytorch
Projects and exercises for the latest Deep Learning ND program https://www.udacity.com/course/deep-learning-nanodegree--nd101
quark0/darts
Differentiable architecture search for convolutional and recurrent networks
nlpodyssey/spago
Self-contained Machine Learning and Natural Language Processing library in Go
gy910210/rnn-from-scratch
Implementing Recurrent Neural Network from Scratch
nschaetti/EchoTorch
A Python toolkit for Reservoir Computing and Echo State Network experimentation based on pyTorch. EchoTorch is the only Python module available to easily create Deep Reservoir Computing models.
JonathanRaiman/theano_lstm
:microscope: Nano size Theano LSTM module
philipperemy/tensorflow-multi-dimensional-lstm
Multi dimensional LSTM as described in Alex Graves' Paper https://arxiv.org/pdf/0705.2011.pdf
philipperemy/tensorflow-phased-lstm
Phased LSTM: Accelerating Recurrent Network Training for Long or Event-based Sequences (NIPS 2016) - Tensorflow 1.0
palle-k/DL4S
Accelerated tensor operations and dynamic neural networks based on reverse mode automatic differentiation for every device that can run Swift - from watchOS to Linux
dido1998/Recurrent-Independent-Mechanisms
Implementation of the paper Recurrent Independent Mechanisms (https://arxiv.org/pdf/1909.10893.pdf)
kristijanbartol/Deep-Music-Tagger
Music genre classification model using CRNN
ago109/predictive-forward-forward
Implementation/simulation of the predictive forward-forward credit assignment algorithm for training neurobiologically-plausible recurrent neural network models.
kyegomez/Griffin
Implementation of Griffin from the paper: "Griffin: Mixing Gated Linear Recurrences with Local Attention for Efficient Language Models"
kyegomez/Simba
A simpler Pytorch + Zeta Implementation of the paper: "SiMBA: Simplified Mamba-based Architecture for Vision and Multivariate Time series"
4AI/RAN
RAN: Recurrent Attention Networks for Long-text Modeling | Findings of ACL23
mhaut/scalable_RNN_HSI
Source code of "Scalable Recurrent Neural Network for Hyperspectral Image Classification"
hav4ik/tinyai
A compact implementation of NEAT (NeuroEvolution of Augmentic Topologies) algorithm on C++ for small programs/projects.
artix75/psyc
A C implementation of common Artificial Neural Networks
MartinuzziFrancesco/RecurrentLayers.jl
Novel recurrent layers for Flux.jl
jonzia/NeuralNetStudio
Platform + GUI for hyperparameter optimization of recurrent neural networks (MATLAB).
shivamnegi92/LSTM-RNN-over-Bitcoin-Historical-Data
A LSTM based Deep Net which predict bitcoin value trends(30 days)
SNUDerek/LSTMTG
Generate Magic the Gathering (MtG) cards with a character-based LSTM language model, now with weight tying
nschaetti/RCNLP
RCNLP - Echo State Network for Natural Language Processing is a research project about Reservoir Computing for NLP tasks
seifip/udacity-deep-learning-nanodegree
Project work for the Udacity Deep Learning Nanodegree
sonalagrawal7/DeepLearning-nanodegree-exercises
Solution/code for projects and exercises for the Udacity's Deep Learning Nanodegree program 2021
bejar/DLMAI
RNN examples
matthiasludwig/deep-learning-udacity-material
Material from Udacity for the Deep Learning ND
moon23k/Transformer_Variants
Transformer Architectures Comparison in Natural Language Generation Tasks
satinder147/sentiment--analysis
Sentence Sentiment Analysis
zblasingame/time-series-models
Collection of malware detection models using time series data.
2015xli/recurrent-network
A simple tutorial on recurrent network in Python
rahulkgup/deep-learning-foundation
Repo for the Deep Learning Nanodegree Foundations program.
thayumaanavan/Recurrent_Neural_Networks
Week 3 - Recurrent Networks
uttejh/DeepLearning_PyTorch
My projects and exercises for the latest Deep Learning ND program from Udacity