File size: 449 Bytes
d0932ed
e9687c9
 
d0932ed
e9687c9
 
 
ba84af4
 
601afb3
d0932ed
ba84af4
 
993445c
 
 
d0932ed
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
---
language:
- en
tags:
- text Classification
license: apache-2.0
widget:
- text: "We are having a beautiful weather today."

---



## Keras Implementation of Bidirectional LSTMs for Sentiment Analysis on IMDB 🍿🎥 

This repo contains the model and the notebook [on Bidirectional LSTMs for Sentiment Analysis on IMDB](https://keras.io/examples/nlp/bidirectional_lstm_imdb/).

Full credits to: [François Chollet](https://github.com/fchollet)