neural-storytellerhttps://github.com/ryankiros/neural-storyteller
neural-storyteller is a recurrent neural network that generates little stories about images. This repository contains code for generating stories with your own images, as well as instructions for training new models.
Text Similarity Measurement using Convolutional Neural Networks https://github.com/hohoCode/textSimilarityConvNet
text-retrieval https://github.com/ml4a/ml4a-guides/blob/master/notebooks/text-retrieval.ipynb
Neural network toolkit for Python http://theanets.rtfd.org https://github.com/lmjohns3/theanets
TextualReconstructor https://github.com/BarakOshri/TextualReconstructor Training autoencoders to reconstruct text to generate valuable summarizations of sentences or paragraphs https://cs224d.stanford.edu/reports/OshriBarak.pdf Stanford... should be good
Recurrent Neural Network that predicts word-by-word https://github.com/larspars/word-rnn was used for https://larseidnes.com/2015/10/13/auto-generating-clickbait-with-recurrent-neural-networks/
Sent2Vec encoder and training code from the paper "Skip-Thought Vectors" https://github.com/ryankiros/skip-thoughts
GloVe model for distributed word representation https://github.com/stanfordnlp/GloVe
neural-storyteller https://github.com/ryankiros/neural-storyteller neural-storyteller is a recurrent neural network that generates little stories about images. This repository contains code for generating stories with your own images, as well as instructions for training new models.
Deep Encoding and Reconstruction for Normalization of Noisy Text Understands slang. only paper http://noisy-text.github.io/2015/pdf/WNUT23.pdf no source code
CNNs for sentence classification https://github.com/yoonkim/CNN_sentence
Convolutional Neural Network for Text Classification in Tensorflow https://github.com/dennybritz/cnn-text-classification-tf
Kera example for text generation https://github.com/fchollet/keras/blob/master/examples/lstm_text_generation.py
Lasagne example for text generation https://github.com/Lasagne/Recipes/blob/master/examples/lstm_text_generation.py runs and creates one line of garbage 💃