recurrent-neural-network topic

List recurrent-neural-network repositories

tensorflow_deep_learning_models

36
Stars
14
Forks
Watchers

TensorFlow implementations of several deep learning models (e.g. variational autoencoder, RNN, ...)

coursera-deep-learning-specialization

2.8k
Stars
2.1k
Forks
Watchers

Notes, programming assignments and quizzes from all courses within the Coursera Deep Learning specialization offered by deeplearning.ai: (i) Neural Networks and Deep Learning; (ii) Improving Deep Neur...

pytorch-cpp

1.9k
Stars
254
Forks
Watchers

C++ Implementation of PyTorch Tutorials for Everyone

wavetorch

506
Stars
83
Forks
Watchers

🌊 Numerically solving and backpropagating through the wave equation

PolyphonicPianoTranscription

216
Stars
39
Forks
Watchers

Recurrent Neural Network for generating piano MIDI-files from audio (MP3, WAV, etc.)

deep-explanation-penalization

123
Stars
13
Forks
Watchers

Code for using CDEP from the paper "Interpretations are useful: penalizing explanations to align neural networks with prior knowledge" https://arxiv.org/abs/1909.13584

Use Convolutional Recurrent Neural Network to recognize the Handwritten line text image without pre segmentation into words or characters. Use CTC loss Function to train.

ncps

1.8k
Stars
292
Forks
Watchers

PyTorch and TensorFlow implementation of NCP, LTC, and CfC wired neural models

char-rnn-text-generation

61
Stars
22
Forks
Watchers

Character Embeddings Recurrent Neural Network Text Generation Models