johnb30 / py_crepeLinks
Keras implementation of the Crepe character-level convolutional neural net.
☆74Updated 7 years ago
Alternatives and similar repositories for py_crepe
Users that are interested in py_crepe are comparing it to the libraries listed below
Sorting:
- Character level models for sentiment analysis☆91Updated 8 years ago
- Semantic Textual Similarity in Python☆81Updated 8 years ago
- Deep neural network based model for sequence to sequence classification☆76Updated 7 years ago
- Code to train and use models from "Charagram: Embedding Words and Sentences via Character n-grams".☆124Updated 9 years ago
- An experiment about re-implementing supervised learning models based on shallow neural network approaches (e.g. fastText) with some addit…☆198Updated 8 years ago
- Benchmarking text classification algorithms☆65Updated 8 years ago
- Implementation of "Convolutional Neural Networks for Sentence Classification" paper☆143Updated 7 years ago
- Topic Modelling for Humans☆40Updated 7 years ago
- Code for the blog post "Making Sense of Word2vec"☆113Updated 10 years ago
- ☆188Updated 7 years ago
- Solving NLP problems with Vowpal Wabbit: Tutorial and more☆183Updated 9 years ago
- Deep-Learning Model Exploration and Development for NLP☆244Updated last year
- Use RNNs to identify entities in news queries☆56Updated 8 years ago
- Finding document vectors from pre-trained word2vec word vectors☆116Updated 10 years ago
- ☆125Updated 8 years ago
- An autoencoder to calculate word embeddings as mentioned in Lebret/Collobert paper 2015☆74Updated 8 years ago
- ☆88Updated 9 years ago
- Character-Aware Neural Language Models. A keras-based implementation☆118Updated 3 years ago
- My solution for the Kaggle "Allen AI science challenge"☆48Updated 9 years ago
- AdaGram (adaptive skip-gram) for Python