Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/elziya/sentiment_classification_nlp
https://github.com/elziya/sentiment_classification_nlp
bert-model lstm nltk sentiment-classification text-classification tf-idf
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/elziya/sentiment_classification_nlp
- Owner: elziya
- Created: 2024-08-17T19:18:34.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-08-17T19:41:51.000Z (5 months ago)
- Last Synced: 2024-08-17T20:45:03.883Z (5 months ago)
- Topics: bert-model, lstm, nltk, sentiment-classification, text-classification, tf-idf
- Language: Jupyter Notebook
- Homepage:
- Size: 160 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Классификация текста
## Датасет
[Stanford Sentiment Treebank](https://huggingface.co/datasets/sst2) - датасет с предложениями на английском языке из обзоров на фильмы, помеченные 0 - negative и 1 - positive.## Logistic Regression + TF-IDF
## LSTM
## BERT-based model