AlonAzrael/keras-aquarium
a small collection of models implemented in keras, including matrix factorization(recommendation system), topic modeling, text classification, etc. Runs on tensorflow.
This project offers pre-built models to help you understand and organize large collections of text or recommend items to users. You can input sparse matrices of user-item ratings, bag-of-words documents, or structured text, and get out recommendations, document topics, or text classifications. It's designed for data scientists and machine learning practitioners who work with text data or build recommendation systems.
No commits in the last 6 months.
Use this if you need ready-to-use deep learning models for tasks like building a recommendation engine, discovering themes in a large corpus of documents, or classifying text.
Not ideal if you prefer to build deep learning models from scratch or need highly customized architectures beyond the provided implementations.
Stars
14
Forks
2
Language
Python
License
MIT
Last pushed
Jul 12, 2017
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/nlp/AlonAzrael/keras-aquarium"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
gaussic/text-classification-cnn-rnn
CNN-RNN中文文本分类,基于TensorFlow
TobiasLee/Text-Classification
Implementation of papers for text classification task on DBpedia
prakashpandey9/Text-Classification-Pytorch
Text classification using deep learning models in Pytorch
ShawnyXiao/TextClassification-Keras
Text classification models implemented in Keras, including: FastText, TextCNN, TextRNN,...
FreedomIntelligence/TextClassificationBenchmark
A Benchmark of Text Classification in PyTorch