From 9f0dbe12a60e3f73a1572b10ee8e55eb7f1dedc3 Mon Sep 17 00:00:00 2001 From: Boyan-Yordanov Date: Sat, 11 Mar 2023 21:27:07 +0000 Subject: [PATCH] fixing a small typo --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 330757a..c1930c1 100644 --- a/README.md +++ b/README.md @@ -16,13 +16,16 @@ The model is trained on the training set using the Adam optimizer and binary cro ## Requirements -> Python 3.6 or later +> Python 3.6 or later + > TensorFlow 2.0 or later + > Keras 2.0 or later ## Usage To train the model, run the the following Jupyter notbook: + `imdb.ipynb` ## Results