Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix typos in index.md #18840

Merged
merged 3 commits into from
Apr 30, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
6 changes: 3 additions & 3 deletions tensorflow/docs_src/get_started/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@ course prior to diving into TensorFlow documentation:
TensorFlow is a tool for machine learning. While it contains a wide range of
functionality, TensorFlow is mainly designed for deep neural network models.

The easiest way to get started with TensorFlow is using Eager Execution.
The easiest way to get started with TensorFlow is by using Eager Execution.

* @{$get_started/eager}, is for anyone new to machine learning or TensorFlow.
* @{$get_started/eager}, is for anyone new to machine learning or TensorFlow.

TensorFlow provides many APIs. The remainder of this section focuses on the
Estimator API which provide scalable, high-performance models.
To get started with Estimators begin by reading one of the following documents:
To get started with Estimators, begin by reading one of the following documents:

* @{$get_started/get_started_for_beginners}, which is aimed at readers
new to machine learning.
Expand Down