From 75b3c2595f6d14d6ab67100a727885e94c8fb4b7 Mon Sep 17 00:00:00 2001 From: Carsten Schnober Date: Mon, 22 Jul 2024 16:40:57 +0200 Subject: [PATCH] Fix links to software setup. --- episodes/1-introduction.Rmd | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/episodes/1-introduction.Rmd b/episodes/1-introduction.Rmd index d108e34f..820c349c 100644 --- a/episodes/1-introduction.Rmd +++ b/episodes/1-introduction.Rmd @@ -456,10 +456,10 @@ Keras also benefits from a very good set of [online documentation](https://keras ### Installing Keras and other dependencies -Follow the instructions in the [setup]({{ page.root }}//setup) document to install Keras, Seaborn and scikit-learn. +Follow the instructions in the [setup](/#software-setup) document to install Keras, Seaborn and scikit-learn. ## Testing Keras Installation -Keras is available as a module within TensorFlow, as described in the [setup]({{ page.root }}//setup). +Keras is available as a module within TensorFlow, as described in the [setup](/#software-setup). Let's therefore check whether you have a suitable version of TensorFlow installed. Open up a new Jupyter notebook or interactive python console and run the following commands: ```python