From 4198ba811e4ab66918eab40a02e9030a5c51fb59 Mon Sep 17 00:00:00 2001 From: Marc Lelarge Date: Thu, 8 Feb 2024 12:14:36 +0100 Subject: [PATCH] typo --- modules/11b-recurrent-neural-networks-practice.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/11b-recurrent-neural-networks-practice.md b/modules/11b-recurrent-neural-networks-practice.md index bac8411..80d3a64 100644 --- a/modules/11b-recurrent-neural-networks-practice.md +++ b/modules/11b-recurrent-neural-networks-practice.md @@ -23,7 +23,7 @@ ## Practicals -- [notebook](https://github.com/dataflowr/notebooks/blob/master/Module11/11_predicitions_RNN_empty.ipynb) (or opened in [colab](https://colab.research.google.com/github/dataflowr/notebooks/blob/master/Module11/11_predicitions_RNN_empty.ipynb)) for predicting engine failure with RNN. +- [notebook](https://github.com/dataflowr/notebooks/blob/master/Module11/11_predictions_RNN_empty.ipynb) (or opened in [colab](https://colab.research.google.com/github/dataflowr/notebooks/blob/master/Module11/11_predictions_RNN_empty.ipynb)) for predicting engine failure with RNN. ## References