recurrent-neural-network topic
tensorflow_deep_learning_models
TensorFlow implementations of several deep learning models (e.g. variational autoencoder, RNN, ...)
coursera-deep-learning-specialization
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
C++ Implementation of PyTorch Tutorials for Everyone
wavetorch
🌊 Numerically solving and backpropagating through the wave equation
Tensorflow-Deep-Neural-Networks
用Tensorflow实现的深度神经网络。
PolyphonicPianoTranscription
Recurrent Neural Network for generating piano MIDI-files from audio (MP3, WAV, etc.)
deep-explanation-penalization
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
Handwritten-Line-Text-Recognition-using-Deep-Learning-with-Tensorflow
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
PyTorch and TensorFlow implementation of NCP, LTC, and CfC wired neural models
char-rnn-text-generation
Character Embeddings Recurrent Neural Network Text Generation Models