Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
tags:
|
3 |
+
- lstm
|
4 |
+
license:
|
5 |
+
- cc0.0
|
6 |
+
---
|
7 |
+
|
8 |
+
## Keras Implementation of Bidirectional LSTMs for Sentiment Analysis on IMDB 🍿🎥
|
9 |
+
|
10 |
+
This repo contains the model and the notebook [on Bidirectional LSTMs for Sentiment Analysis on IMDB](https://keras.io/examples/nlp/bidirectional_lstm_imdb/).
|
11 |
+
|
12 |
+
Full credits to: [François Chollet](https://github.com/fchollet)
|
13 |
+
|
14 |
+
## Background Information
|
15 |
+
This notebook implements sentiment classification on IMDB reviews dataset using Bidirectional LSTMs.
|