merve HF staff commited on
Commit
d0932ed
1 Parent(s): a32c715

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +15 -0
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.