diff --git a/README.md b/README.md index 96365c20c7c71358fe6c1ec4f98eb57b99923ed9..efc002303ee59f7314b344b962db56e89ab74356 100644 --- a/README.md +++ b/README.md @@ -96,7 +96,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)