There are 31 repositories under recurrent-neural-networks topic.
VIP cheatsheets for Stanford's CS 230 Deep Learning
Handwriting Synthesis with RNNs ✏️
Tutorials on getting started with PyTorch and TorchText for sentiment analysis.
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 Neural Networks: Hyperparameter tuning, Regularization and Optimization; (iii) Structuring Machine Learning Projects; (iv) Convolutional Neural Networks; (v) Sequence Models
This repo contains the source code in my personal column (https://zhuanlan.zhihu.com/zhaoyeyu), implemented using Python 3.6. Including Natural Language Processing and Computer Vision projects, such as text generation, machine translation, deep convolution GAN and other actual combat code.
Human Activity Recognition example using TensorFlow on smartphone sensors dataset and an LSTM RNN. Classifying the type of movement amongst six activity categories - Guillaume Chevalier
深度学习与PyTorch入门实战视频教程 配套源代码和PPT
Simple and comprehensive tutorials in TensorFlow
List of papers, code and experiments using deep learning for time series forecasting
TensorFlow Tutorials
pytorch-kaldi is a project for developing state-of-the-art DNN/RNN hybrid speech recognition systems. The DNN part is managed by pytorch, while feature extraction, label computation, and decoding are performed with the kaldi toolkit.
Handwritten Text Recognition (HTR) system implemented with TensorFlow.
Training RNNs as Fast as CNNs (https://arxiv.org/abs/1709.02755)
Keras Temporal Convolutional Network. Supports Python and R.
Text Classification Algorithms: A Survey
Code Repository for Liquid Time-Constant Networks (LTCs)
Top 200 deep learning Github repositories sorted by the number of stars.
Collection of must read papers for Data Science, or Machine Learning / Deep Learning Engineer
Visualization Toolbox for Long Short Term Memory networks (LSTMs)
:computer: Learn to make machines learn so that you don't have to struggle to program them; The ultimate list
Text classifier for Hierarchical Attention Networks for Document Classification
Connectionist Temporal Classification (CTC) decoding algorithms: best path, beam search, lexicon search, prefix search, and token passing. Implemented in Python.
NMA deep learning course
Deep Reinforcement Learning based Trading Agent for Bitcoin
Visualizing RNNs using the attention mechanism
A set of functions for supervised feature learning/classification of mental states from EEG based on "EEG images" idea.
TensorFlow and Deep Learning Tutorials
A bidirectional recurrent neural network model with attention mechanism for restoring missing punctuation in unsegmented text
Top 100 trending deep learning repositories sorted by the number of stars gained on a specific day.
Building and training Speech Emotion Recognizer that predicts human emotions using Python, Sci-kit learn and Keras
Predicting stock prices using a TensorFlow LSTM (long short-term memory) neural network for times series forecasting
OHLC Average Prediction of Apple Inc. Using LSTM Recurrent Neural Network