GitHub repository of my solution to the kaggle competition of Quora Question Pairs - https://www.kaggle.com/c/quora-question-pairs
- Machine Learning Mastery's IMDB Reviews Sentiment Analysis using LSTM
- Kaggle.com's beginner's tutorial on NLP and Bag of Words
- Stack Overflow question about sentence to vectors
- Nando de Freitas' Summarising Documents with a Single CNN
- Xiang Zhang & Yann LeCun's Character-level CNN Paper 1
- Xiang Zhang & Yann LeCun's Character-level CNN Paper 2
- Keras
- Crepe - Xiang Zhang's GitHub repository for the Torch code of Character-level CNN
- A text classification model (in Torch) applying Character-level CNN (in CUDA)
- The Neural Network package in Torch
- FaceNet paper
- Siamese network to solve MNIST
- To compile using AVX, SSE4.2