From 6f44fa85a722d00fc507cace674fe26853c3e1b0 Mon Sep 17 00:00:00 2001 From: sagarishere <5121817+sagarishere@users.noreply.github.com> Date: Thu, 1 Feb 2024 17:28:24 +0200 Subject: [PATCH] Same Ques was repeated twice in README.md As the same questionw as repeated twice, I just made it shorter. --- subjects/ai/keras-2/audit/README.md | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/subjects/ai/keras-2/audit/README.md b/subjects/ai/keras-2/audit/README.md index c53ccd8aa..31675b7cf 100644 --- a/subjects/ai/keras-2/audit/README.md +++ b/subjects/ai/keras-2/audit/README.md @@ -131,19 +131,6 @@ model.compile(loss='categorical_crossentropy', --- -#### Exercise 4: Multi classification - Optimize - -###### For question 1, is the chunk of code the following? - -``` -model.compile(loss='categorical_crossentropy', - optimizer='adam', - metrics=['accuracy']) -``` - ---- - ---- #### Exercise 5: Multi classification example