#recurrent-neural-networks (9 Repositories)
Ranked open-source repositories tagged with #recurrent-neural-networks, scored by pull request acceptance likelihood and maintainer engagement velocity.
7.4%
5.6h
9 repositories tagged #recurrent-neural-networks
rwth-i6/returnn
The RWTH extensible training framework for universal recurrent neural networks
HadoopIt/rnn-nlu
A TensorFlow implementation of Recurrent Neural Networks for Sequence Classification and Sequence Labeling
sjvasquez/handwriting-synthesis
Handwriting Synthesis with RNNs ✏️
ritheshkumar95/im2latex-tensorflow
Tensorflow implementation of the HarvardNLP paper - What You Get Is What You See: A Visual Markup Decompiler (https://arxiv.org/pdf/1609.04938v1.pdf)
zhongkaifu/RNNSharp
RNNSharp is a toolkit of deep recurrent neural network which is widely used for many different kinds of tasks, such as sequence labeling, sequence-to-sequence and so on. It's written by C# language and based on .NET framework 4.6 or above versions. RNNSharp supports many different types of networks, such as forward and bi-directional network, sequence-to-sequence network, and different types of layers, such as LSTM, Softmax, sampled Softmax and others.
jdermody/brightwire
Bright Wire is an open source machine learning library for .NET with GPU support (via CUDA)
vaibhawvipul/First-steps-towards-Deep-Learning
This is an open sourced book on deep learning.
samre12/deep-trading-agent
Deep Reinforcement Learning based Trading Agent for Bitcoin
Rajat-dhyani/Stock-Price-Predictor
This project seeks to utilize Deep Learning models, Long-Short Term Memory (LSTM) Neural Network algorithm, to predict stock prices.