merve's picture
merve HF Staff
Update README.md
c3e488f
|
raw
history blame
367 Bytes
---
tags:
- convnet
- mnist
license:
- cc0-1.0
---
## 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)