merve HF staff commited on
Commit
993445c
1 Parent(s): 93239c0

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -3
README.md CHANGED
@@ -1,11 +1,13 @@
1
  ---
2
  tags:
3
- - lstm
 
4
  license:
5
  - cc0.0
6
  ---
7
 
8
- ## Keras Implementation of Convolutional Neural Networks for MNIST 1️⃣2️⃣3️⃣
9
- This repo contains the model and the notebook [on Simple MNIST convnet](https://keras.io/examples/vision/mnist_convnet/).
 
10
 
11
  Full credits to: [François Chollet](https://github.com/fchollet)
1
  ---
2
  tags:
3
+ - convnet
4
+ - mnist
5
  license:
6
  - cc0.0
7
  ---
8
 
9
+ ## Keras Implementation of Bidirectional LSTMs for Sentiment Analysis on IMDB 🍿🎥
10
+
11
+ This repo contains the model and the notebook [on Bidirectional LSTMs for Sentiment Analysis on IMDB](https://keras.io/examples/nlp/bidirectional_lstm_imdb/).
12
 
13
  Full credits to: [François Chollet](https://github.com/fchollet)