oneproton's Stars
nyu-dl/dl4ir-searchQA
google-research-datasets/wiki-reading
This repository contains the three WikiReading datasets as used and described in WikiReading: A Novel Large-scale Language Understanding Task over Wikipedia, Hewlett, et al, ACL 2016 (the English WikiReading dataset) and Byte-level Machine Reading across Morphologically Varied Languages, Kenter et al, AAAI-18 (the Turkish and Russian datasets).
floydhub/dl-docker
An all-in-one Docker image for deep learning. Contains all the popular DL frameworks (TensorFlow, Theano, Torch, Caffe, etc.)
siyuanzhao/key-value-memory-networks
The implementation of key value memory networks in tensorflow
kjw0612/awesome-rnn
Recurrent Neural Network - A curated list of resources dedicated to RNN
davidchua/pymessenger
A Python Wrapper for the FB Messenger Bot API (Send/Receive API)
jiweil/Visualizing-and-Understanding-Neural-Models-in-NLP
strin/counter-squad
algorithms for squad dataset
dapurv5/awesome-question-answering
Resources, datasets, papers on Question Answering
jtoy/awesome-tensorflow
TensorFlow - A curated list of dedicated resources http://tensorflow.org
PatrickJS/awesome-angular
:page_facing_up: A curated list of awesome Angular resources
AngularClass/angular-examples
Angular 2 and Angular 4 examples by @AngularClass
harvardnlp/seq2seq-attn
Sequence-to-sequence model with LSTM encoder/decoders and attention
harvardnlp/sent-conv-torch
Text classification using a convolutional neural network.
dennybritz/chatbot-retrieval
Dual LSTM Encoder for Dialog Response Generation
dennybritz/reinforcement-learning
Implementation of Reinforcement Learning Algorithms. Python, OpenAI Gym, Tensorflow. Exercises and Solutions to accompany Sutton's Book and David Silver's course.
dennybritz/cnn-text-classification-tf
Convolutional Neural Network for Text Classification in Tensorflow