/Awesome-Code

Links to a curated list of awesome implementations of models.

Awesome-Code

  • Links to a curated list of awesome implementations of neural network models.(tensorflow,torch,theano,keras,...)
  • Mainly Question Answering,Machine comprehension,Sentiment Analysis...
  • Contributions are welcomed.

##Table of Contents

##Python - [context2vec: Learning Generic Context Embedding with Bidirectional LSTM](https://github.com/orenmel/context2vec) ##Tensorflow - [Neural Turing Machine(NMT)](https://github.com/carpedm20/NTM-tensorflow).Tensorflow - [Neural Turing Machine(NMT)](https://github.com/kaishengtai/torch-ntm).Torch - [A Neural Attention Model for Abstractive Summarization](https://github.com/BinbinBian/neural-summary-tensorflow) - [Recurrent Convolutional Memory Network](https://github.com/carpedm20/RCMN) - [End-To-End Memory Network](https://github.com/carpedm20/MemN2N-tensorflow)@carpedm20 - [End-To-End Memory Network](https://github.com/domluna/memn2n)@domluna - [Neural Variational Inference for Text Processing](https://github.com/carpedm20/variational-text-tensorflow)---[wikiQA Corpus]() - [Word2Vec](https://github.com/carpedm20/word2vec-tensorflow) - [CNN code for insurance QA(question Answer matching)](https://github.com/BinbinBian/insuranceQA-cnn)---[InsuranceQA Corpus](https://github.com/shuzi/insuranceQA) - [Some experiments on MovieQA with Hsieh,Tom and Huang in AMLDS](https://github.com/YCKung/MovieQA) - [Teaching Machines to Read and Comprehend](https://github.com/carpedm20/attentive-reader-tensorflow) - [Convolutional Neural Networks for Sentence Classification (kIM.EMNLP2014)](https://github.com/dennybritz/cnn-text-classification-tf)Tensorflow - [Convolutional Neural Networks for Sentence Classification (kIM.EMNLP2014)](https://github.com/yoonkim/CNN_sentence)Theano - [Separating Answers from Queries for Neural Reading Comprehension](https://github.com/dirkweissenborn/qa_network) - [Neural Associative Memory for Dual-Sequence Modeling](https://github.com/dirkweissenborn/dual_am_rnn) - [The Ubuntu Dialogue Corpus: A Large Dataset for Research in Unstructured Multi-Turn Dialogue Systems.](https://github.com/dennybritz/chatbot-retrieval) - [Key-Value Memory Networks for Directly Reading Documents](https://github.com/siyuanzhao/key-value-memory-networks) ##Theano - [ End-To-End Memory Networks, formerly known as Weakly Supervised Memory Networks](https://github.com/npow/MemN2N) - [Memory Networks](https://github.com/npow/MemNN) - [Dynamic Memory Networks](https://github.com/swstarlab/DynamicMemoryNetworks) - [Recurrent Neural Networks with External Memory for Language Understanding](https://github.com/npow/RNN-EM) - [Attention Sum Reader model as presented in "Text Comprehension with the Attention Sum Reader Network"](https://github.com/rkadlec/asreader)---[ CNN and Daily Mail news data QA]() - [character-level language models](https://github.com/lipiji/rnn-theano) - [Hierarchical Encoder-Decoder](https://github.com/BinbinBian/hierarchical-encoder-decoder) - [A Recurrent Latent Variable Model for Sequential Data](https://github.com/jych/nips2015_vrnn) - [A Fast Unified Model for Sentence Parsing and Understanding(Stack-augmented Parser-Interpreter Neural Network)](https://github.com/stanfordnlp/spinn) - [ Semi-supervised Question Retrieval with Gated Convolutions. NAACL 2016](https://github.com/taolei87/rcnn) - [ Molding CNNs for text: non-linear, non-consecutive convolutions. EMNLP 2015](https://github.com/taolei87/rcnn) - [Tree RNNs](https://github.com/ofirnachum/tree_rnn) - [A Character-Level Decoder without Explicit Segmentation for Neural Machine Translation(ACL2016)](https://github.com/nyu-dl/dl4mt-cdec) ##Keras - [Learning text representation using recurrent convolutional neural network with highway layers](https://github.com/wenying45/deep_learning_tutorial/tree/master/rcnn-hw) ##Torch - [Sequence-to-sequence model with LSTM encoder/decoders and attention](https://github.com/harvardnlp/seq2seq-attn) - [Chains of Reasoning over Entities, Relations, and Text using Recurrent Neural Networks](https://github.com/rajarshd/ChainsOfReasoning/tree/master/model) - [Recurrent Memory Network for Language Modeling](https://github.com/ketranm/RMN) - [Bag of Tricks for Efficient Text Classification.(FastText)](https://github.com/kemaswill/fasttext_torch) - [Bag of Tricks for Efficient Text Classification.(FastText)](https://github.com/facebookresearch/fastText)Facebook C++ - [Character-Aware Neural Language Models (AAAI 2016).](https://github.com/yoonkim/lstm-char-cnn) - [Improved Semantic Representations From Tree-Structured Long Short-Term Memory Networks(Tree-LSTM)](https://github.com/stanfordnlp/treelstm) - [A Neural Attention Model for Abstractive Summarization.](https://github.com/facebook/NAMAS) ##Matlab - [When Are Tree Structures Necessary for Deep Learning of Representations](https://github.com/jiweil/Sequence-Models-on-Stanford-Treebank) ##Deep Reinforcement Learning

##=========================================== ##machine learning and deep learning tutorials, articles and other resources

##People -[carpedm20](https://github.com/carpedm20)