All Projects → StefOe → Indrnn Pytorch

StefOe / Indrnn Pytorch

pytorch implementation of Independently Recurrent Neural Networks https://arxiv.org/abs/1803.04831

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Indrnn Pytorch

Machine Learning
My Attempt(s) In The World Of ML/DL....
Stars: ✭ 78 (-25%)
Mutual labels:  rnn
Cnn lstm for text classify
CNN, LSTM, NBOW, fasttext 中文文本分类
Stars: ✭ 90 (-13.46%)
Mutual labels:  rnn
Pytorch Learners Tutorial
PyTorch tutorial for learners
Stars: ✭ 97 (-6.73%)
Mutual labels:  rnn
Pytorch Sentiment Analysis Classification
A PyTorch Tutorials of Sentiment Analysis Classification (RNN, LSTM, Bi-LSTM, LSTM+Attention, CNN)
Stars: ✭ 80 (-23.08%)
Mutual labels:  rnn
Sleepeegnet
SleepEEGNet: Automated Sleep Stage Scoring with Sequence to Sequence Deep Learning Approach
Stars: ✭ 89 (-14.42%)
Mutual labels:  rnn
Word Rnn Tensorflow
Multi-layer Recurrent Neural Networks (LSTM, RNN) for word-level language models in Python using TensorFlow.
Stars: ✭ 1,297 (+1147.12%)
Mutual labels:  rnn
Performance Rnn Pytorch
Event-based music generation with RNN using PyTorch
Stars: ✭ 77 (-25.96%)
Mutual labels:  rnn
Codesearchnet
Datasets, tools, and benchmarks for representation learning of code.
Stars: ✭ 1,378 (+1225%)
Mutual labels:  rnn
Speech Emotion Recognition
Detecting emotions using MFCC features of human speech using Deep Learning
Stars: ✭ 89 (-14.42%)
Mutual labels:  rnn
Pytorch Pos Tagging
A tutorial on how to implement models for part-of-speech tagging using PyTorch and TorchText.
Stars: ✭ 96 (-7.69%)
Mutual labels:  rnn
Copper price forecast
copper price(time series) prediction using bpnn and lstm
Stars: ✭ 81 (-22.12%)
Mutual labels:  rnn
Lstm chem
Implementation of the paper - Generative Recurrent Networks for De Novo Drug Design.
Stars: ✭ 87 (-16.35%)
Mutual labels:  rnn
Easyesn
Python library for Reservoir Computing using Echo State Networks
Stars: ✭ 93 (-10.58%)
Mutual labels:  rnn
Code
ECG Classification
Stars: ✭ 78 (-25%)
Mutual labels:  rnn
Captcharecognition
End-to-end variable length Captcha recognition using CNN+RNN+Attention/CTC (pytorch implementation). 端到端的不定长验证码识别
Stars: ✭ 97 (-6.73%)
Mutual labels:  rnn
Dream
rnn based model for recommendations
Stars: ✭ 77 (-25.96%)
Mutual labels:  rnn
Rnn Handwriting Generation
Handwriting generation by RNN with TensorFlow, based on "Generating Sequences With Recurrent Neural Networks" by Alex Graves
Stars: ✭ 90 (-13.46%)
Mutual labels:  rnn
See Rnn
RNN and general weights, gradients, & activations visualization in Keras & TensorFlow
Stars: ✭ 102 (-1.92%)
Mutual labels:  rnn
Text predictor
Char-level RNN LSTM text generator📄.
Stars: ✭ 99 (-4.81%)
Mutual labels:  rnn
Arnet
CVPR 2018 - Regularizing RNNs for Caption Generation by Reconstructing The Past with The Present
Stars: ✭ 94 (-9.62%)
Mutual labels:  rnn

indrnn-pytorch

pytorch implementation of the IndRNN Paper (https://arxiv.org/pdf/1803.04831.pdf)

The test functions are adapted from the tensorflow implementation (https://github.com/batzner/indrnn) and the theano implementation (https://github.com/Sunnydreamrain/IndRNN_Theano_Lasagne). Tested with Python3.7 and pytorch 1.0.0

IndRNNv2 version should be faster with GPUs, especially for bidirectional networks. Seconds per 100 iterations with GPU-P100 on the addition test and batch size of 50:

IndRNN IndRNNv2
6.7 3.65

Seconds per epoch with GPU-P100 on SeqMNIST and batch size of 256:

IndRNN IndRNNv2
394 114

TODOs: -get parameters for MNIST experiments -add permutation MNIST test

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].