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

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -6
README.md CHANGED
@@ -5,11 +5,7 @@ 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.
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)