From c9e804c5e42aa028028cb4dc20156c10c5fe70fc Mon Sep 17 00:00:00 2001 From: youcef kessi <youcef.kessi@etu.univ-lyon1.fr> Date: Sun, 24 Nov 2024 03:00:40 +0100 Subject: [PATCH] commit final --- TD2 Deep Learning.ipynb | 8 -------- 1 file changed, 8 deletions(-) diff --git a/TD2 Deep Learning.ipynb b/TD2 Deep Learning.ipynb index 0b87d71..9a0cf1b 100644 --- a/TD2 Deep Learning.ipynb +++ b/TD2 Deep Learning.ipynb @@ -2278,14 +2278,6 @@ " Now, let's modify the code to replace the current classification layer with a set of two layers using a \"relu\" activation function for the middle layer and the \"dropout\" mechanism for both layers. Afterward, we will rerun the experiments and examine the obtained results." ] }, - { - "cell_type": "markdown", - "id": "347d6172", - "metadata": {}, - "source": [ - "#to modify : After implementing this change, we observe a slight decrease in training accuracy to 94%, compared to the 97% achieved in the previous model. This suggests that the initial classification layer may be a better fit for this task." - ] - }, { "cell_type": "code", "execution_count": 151, -- GitLab