devjwsong/lstm-bayesian-optimization-pytorch
Bayesian Optimization implementation for text classifiction
This project helps machine learning practitioners or researchers quickly develop and optimize text classification models. It takes raw text data, like customer reviews, and automatically finds the best settings for the model to accurately categorize the text. The output is a highly tuned text classification model, ready for deployment or further research. It's designed for someone building and fine-tuning text classifiers.
No commits in the last 6 months.
Use this if you need to build a text classification model and want to efficiently find the best hyperparameter settings using Bayesian Optimization.
Not ideal if you are not comfortable with Python scripting and command-line execution, or if you need a pre-built, no-code solution.
Stars
23
Forks
3
Language
Python
License
MIT
Last pushed
Jul 25, 2024
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/nlp/devjwsong/lstm-bayesian-optimization-pytorch"
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
ShawnyXiao/TextClassification-Keras
Text classification models implemented in Keras, including: FastText, TextCNN, TextRNN,...
prakashpandey9/Text-Classification-Pytorch
Text classification using deep learning models in Pytorch
TobiasLee/Text-Classification
Implementation of papers for text classification task on DBpedia
FreedomIntelligence/TextClassificationBenchmark
A Benchmark of Text Classification in PyTorch