fix(learn): capitalization and grammar errors (#39151)

This commit is contained in:
Huyen Nguyen
2020-07-02 18:50:43 +07:00
committed by GitHub
parent 97f5229033
commit ab75df7cb1
3 changed files with 5 additions and 4 deletions

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 Karas 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>.