From 9bf33d000ab3dbe39ccb98b4e68c337c54f7afd3 Mon Sep 17 00:00:00 2001 From: EXT Soraya Arias <soraya.arias@inria.fr> Date: Fri, 14 Oct 2022 12:01:36 +0200 Subject: [PATCH] Misc typo correction --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e3e7354..9b225e6 100644 --- a/README.md +++ b/README.md @@ -94,7 +94,7 @@ Bash script for an OAR batch submission of an ipython code - **[GTSRB11](GTSRB/batch_slurm.sh)** - [SLURM batch script](GTSRB/batch_slurm.sh) Bash script for a Slurm batch submission of an ipython code -### Sentiment analysis with word embeddin +### Sentiment analysis with word embedding - **[IMDB1](IMDB/01-One-hot-encoding.ipynb)** - [Sentiment analysis with hot-one encoding](IMDB/01-One-hot-encoding.ipynb) A basic example of sentiment analysis with sparse encoding, using a dataset from Internet Movie Database (IMDB) - **[IMDB2](IMDB/02-Keras-embedding.ipynb)** - [Sentiment analysis with text embedding](IMDB/02-Keras-embedding.ipynb) -- GitLab