recurrent-neural-networks topic

List recurrent-neural-networks repositories

rnn-from-scratch

80
Stars
58
Forks
Watchers

A Recurrent Neural Network implemented from scratch (using only numpy) in Python.

temporal-augmentation

18
Stars
7
Forks
Watchers

Temporal augmentation with two-stream ConvNet features on human action recognition

crnn-music-genre-classification

53
Stars
18
Forks
Watchers

Tensorflow Implementation of Convolutional Recurrent Neural Networks for Music Genre Classification

BiDiSentiment

62
Stars
5
Forks
Watchers

Two-way deep RNN for sentiment classification.

CodeGAN

74
Stars
27
Forks
Watchers

[Deprecated] Source Code Generation using Sequence Generative Adversarial Networks :octocat:

neural-finance

82
Stars
31
Forks
Watchers

Neural Network for HFT-trading [experimental]

CS231n

50
Stars
9
Forks
Watchers

PyTorch/Tensorflow solutions for Stanford's CS231n: "CNNs for Visual Recognition"

ChemGAN-challenge

113
Stars
54
Forks
Watchers

Code for the paper: ChemGAN challenge for drug discovery: can AI reproduce natural chemical diversity? arXiv preprint arXiv:1708.08227.

mead-baseline

243
Stars
73
Forks
Watchers

Deep-Learning Model Exploration and Development for NLP

essence

74
Stars
18
Forks
Watchers

AutoDiff DAG constructor, built on numpy and Cython. A Neural Turing Machine and DeepQ agent run on it. Clean code for educational purpose.