From 564d0452cd5c1d768f653f8176ce88788d9ee8cd Mon Sep 17 00:00:00 2001 From: yavidor <46024219+yavidor@users.noreply.github.com> Date: Mon, 6 Jul 2020 01:06:14 +0300 Subject: [PATCH] Fixed Spelling bug #39191 (#39193) --- .../cat-and-dog-image-classifier.english.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/curriculum/challenges/english/11-machine-learning-with-python/machine-learning-with-python-projects/cat-and-dog-image-classifier.english.md b/curriculum/challenges/english/11-machine-learning-with-python/machine-learning-with-python-projects/cat-and-dog-image-classifier.english.md index e3c5591a15..2deaca49db 100644 --- a/curriculum/challenges/english/11-machine-learning-with-python/machine-learning-with-python-projects/cat-and-dog-image-classifier.english.md +++ b/curriculum/challenges/english/11-machine-learning-with-python/machine-learning-with-python-projects/cat-and-dog-image-classifier.english.md @@ -8,7 +8,7 @@ isRequired: true ## Description
-For this challenge, you will use TensorFlow 2.0 and Karas to create a convolutional neural network that correctly classifies images of cats and dogs with at least 63% accuracy. +For this challenge, you will use TensorFlow 2.0 and Keras to create a convolutional neural network that correctly classifies images of cats and dogs with at least 63% accuracy. You can access the full project instructions and starter code on Google Colaboratory.