Ravinthiran
commited on
Commit
•
afe7010
1
Parent(s):
66538d3
Update README.md
Browse files
README.md
CHANGED
@@ -12,7 +12,7 @@ tags:
|
|
12 |
## Model Architecture
|
13 |
- **Embedding Layer**: Converts input text into dense vectors.
|
14 |
- **CNN Layers**: Extracts features from text sequences.
|
15 |
-
- **RNN, LSTM
|
16 |
- **Dense Layers**: Classify text into sentiment categories.
|
17 |
|
18 |
## Usage
|
|
|
12 |
## Model Architecture
|
13 |
- **Embedding Layer**: Converts input text into dense vectors.
|
14 |
- **CNN Layers**: Extracts features from text sequences.
|
15 |
+
- **Vanilla RNN, LSTM**: Capture temporal dependencies in text.
|
16 |
- **Dense Layers**: Classify text into sentiment categories.
|
17 |
|
18 |
## Usage
|