Update README.md
Browse files
README.md
CHANGED
@@ -5,11 +5,7 @@ license:
|
|
5 |
- cc0.0
|
6 |
---
|
7 |
|
8 |
-
## Keras Implementation of
|
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)
|
|
|
|
|
|