File size: 711 Bytes
d0932ed
e9687c9
 
660da2d
 
d0932ed
660da2d
 
e9687c9
ba84af4
601afb3
d0932ed
ba84af4
 
993445c
 
3bffe10
a54a0d9
3bffe10
fce381b
 
 
 
 
4f113c9
54a3d60
3bffe10
54a3d60
ed8b5a9
3bffe10
 
 
54a3d60
3bffe10
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
---
language:
- en
datasets:
- imdb
tags:
- Text Classification
- Sentiment Classification
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)

HF Contribution: [Drishti Sharma](https://huggingface.co/DrishtiSharma)  


### Training hyperparameter:

- Epochs: 10

### Training results after 10 epochs:
- train_loss: 0.2085
- train_acc: 0.9194
- val_loss: 0.3019
- val_acc: 0.8778