Update README.md
Browse files
README.md
CHANGED
@@ -4,4 +4,16 @@ language:
|
|
4 |
- en
|
5 |
metrics:
|
6 |
- accuracy
|
7 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
4 |
- en
|
5 |
metrics:
|
6 |
- accuracy
|
7 |
+
pipeline_tag: text-classification
|
8 |
+
tags:
|
9 |
+
- sentiment-analysis
|
10 |
+
- keras
|
11 |
+
- lstm
|
12 |
+
- attention
|
13 |
+
- scratch-model
|
14 |
+
---
|
15 |
+
# Sentiment Analysis from Scratch (LSTM + Attention)
|
16 |
+
|
17 |
+
This model performs sentiment analysis on short texts or tweets. Built completely from scratch with a Bidirectional LSTM and an Attention mechanism, it predicts whether the input is **Positive** or **Negative**, along with a confidence score.
|
18 |
+
|
19 |
+
✅ Try it out below using the widget!
|