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

pull/39162/head
Huyen Nguyen 2020-07-02 18:50:43 +07:00 committed by GitHub
parent 97f5229033
commit ab75df7cb1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 4 deletions

View File

@ -5,6 +5,6 @@ superBlock: Machine Learning with Python
---
## Introduction to the TensorFlow Challenges
Tensorflow is an open source framework developed by the Google Brain team aimed to make the powers of machine learning and neural networking easier to use.
TensorFlow is an open source framework developed by the Google Brain team aimed to make the powers of machine learning and neural networking easier to use.
The following lectures were created by Tim Ruscica, otherwise known as “Tech With Tim” from his educational programming YouTube channel. They will help you to understand Tensorflow and some of it's capabilities.
The following lectures were created by Tim Ruscica, otherwise known as “Tech With Tim” from his educational programming YouTube channel. They will help you to understand TensorFlow and some of its capabilities.

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

View File

@ -15,7 +15,8 @@ const preFormattedBlockNames = {
'apis-and-microservices-projects': 'APIs and Microservices Projects',
'scientific-computing-with-python': 'Scientific Computing with Python',
'data-analysis-with-python': 'Data Analysis with Python',
'machine-learning-with-python': 'Machine Learning with Python'
'machine-learning-with-python': 'Machine Learning with Python',
tensorflow: 'TensorFlow'
};
const noFormatting = ['and', 'for', 'of', 'the', 'up', 'with'];