AlonAzrael / keras-aquariumLinks
a small collection of models implemented in keras, including matrix factorization(recommendation system), topic modeling, text classification, etc. Runs on tensorflow.
☆14Updated 8 years ago
Alternatives and similar repositories for keras-aquarium
Users that are interested in keras-aquarium are comparing it to the libraries listed below
Sorting:
- Using pre trained word embeddings (Fasttext, Word2Vec)☆158Updated 7 years ago
- Implementation (in progress) of Dieng et al.'s TopicRNN: a neural topic model & RNN hybrid.☆52Updated 6 years ago
- Keras-Based LSTM Conv model for Question Selection☆23Updated 8 years ago
- This is a drop-in Keras layer for ELMo embeddings.☆47Updated 6 years ago
- A project with topic model implementations☆133Updated 3 years ago
- Tree Structured LSTM model for sentence level aspect based sentiment analysis☆36Updated 8 years ago
- Self-Attention: A Better Building Block for Sentiment Analysis Neural Network Classifiers - paper's code for the 9th Workshop on Computat…☆53Updated 6 years ago
- Recurrent Entity Networks with Delayed Memory Update for Targeted Aspect-based Sentiment Analysis, published at NAACL 2018☆56Updated 6 years ago
- Code and dataset for ACL2018 paper "Exploiting Document Knowledge for Aspect-level Sentiment Classification"☆148Updated 7 years ago
- Hierarchical, multi-label topic modelling with LDA☆54Updated 2 years ago
- Aspect Based Sentiment Analysis using End-to-End Memory Networks☆196Updated 7 years ago
- Train and visualize Hierarchical Attention Networks☆203Updated 7 years ago
- Code for Bursty Biterm Topic Model (published in AAAI2015)☆53Updated 6 years ago
- Kaggle Competition: Using deep learning to solve quora's question pairs problem☆54Updated 8 years ago
- Implement deep memory network used for Aspect Level Sentiment Classification☆15Updated 2 years ago
- Source code of TMN (Topic Memory Network)☆85Updated 6 years ago
- Topic Modeling for Short Texts with Auxiliary Word Embeddings☆73Updated 7 years ago
- It is a tensorflow script for multi-task learning implementation of Kim's paper : Convolutional Neural Networks for Sentence Classificati…☆105Updated 8 years ago
- Tensorflow implementation of "A Structured Self-Attentive Sentence Embedding"☆194Updated 3 years ago
- CNN-based model to realize aspect extraction of restaurant reviews based on pre-trained word embeddings and part-of-speech tagging☆103Updated 6 years ago
- Tensorflow code to train TDLM☆138Updated 7 years ago
- SalienceRank keyphrase extraction algorithm