Update README.md
Browse files
README.md
CHANGED
@@ -14,11 +14,12 @@ tags:
|
|
14 |
---
|
15 |
# Sentiment Analysis from Scratch (LSTM + Attention)
|
16 |
|
17 |
-
This is a sentiment analysis model built entirely from scratch using a bidirectional LSTM architecture with an attention mechanism. The tokenizer is also trained from scratch on the dataset.
|
18 |
|
19 |
-
##
|
20 |
-
Try it out here 👇👇
|
21 |
|
22 |
-
|
23 |
-
|
24 |
-
|
|
|
|
|
|
14 |
---
|
15 |
# Sentiment Analysis from Scratch (LSTM + Attention)
|
16 |
|
17 |
+
This is a sentiment analysis model built entirely from scratch using a bidirectional LSTM architecture with an attention mechanism. The tokenizer is also trained from scratch on the dataset of 1.6 million tweets.
|
18 |
|
19 |
+
## Dataset Link
|
|
|
20 |
|
21 |
+
https://www.kaggle.com/datasets/mdraselsarker/sentiment140-dataset-with-1-6-million-tweets
|
22 |
+
|
23 |
+
## Kaggle Notebook Link
|
24 |
+
|
25 |
+
https://www.kaggle.com/code/mastershomya/sentiment-analysis-deep-bilstm
|