Fixed Spelling bug #39191 (#39193)

This commit is contained in:
yavidor
2020-07-06 01:06:14 +03:00
committed by GitHub
parent 52ecb14b0f
commit 564d0452cd

View File

@ -8,7 +8,7 @@ isRequired: true
## Description
<section id='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 <a href='https://colab.research.google.com/drive/1UCHiRuBLxo0S3aMuiDXlaP54LsxzrXHz' target='_blank'>the full project instructions and starter code on Google Colaboratory</a>.