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

Docs fix r1.5 #17039

Merged
merged 1 commit into from
Feb 15, 2018
Merged
Show file tree
Hide file tree
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
4 changes: 4 additions & 0 deletions tensorflow/docs_src/get_started/get_started_for_beginners.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ the following three:
alt="Petal geometry compared for three iris species: Iris setosa, Iris virginica, and Iris versicolor"
src="../images/iris_three_species.jpg">
</div>

**From left to right,
[*Iris setosa*](https://commons.wikimedia.org/w/index.php?curid=170298) (by
[Radomil](https://commons.wikimedia.org/wiki/User:Radomil), CC BY-SA 3.0),
Expand Down Expand Up @@ -188,6 +189,7 @@ provides a programming stack consisting of multiple API layers:
<div style="margin:auto; margin-bottom:10px; margin-top:20px;">
<img style="width:100%" src="../images/tensorflow_programming_environment.png">
</div>

**The TensorFlow Programming Environment.**
<p>&nbsp;</p>

Expand Down Expand Up @@ -380,6 +382,7 @@ fully connected neural network consisting of three hidden layers:
<div style="margin:auto; margin-bottom:10px; margin-top:20px;">
<img style="width:100%" src="../images/simple_dnn.svg">
</div>

**A neural network with three hidden layers.**
<p>&nbsp;</p>

Expand Down Expand Up @@ -568,6 +571,7 @@ of 0.5. The following suggests a more effective model:
<tr> <td>5.5</td> <td>2.5</td> <td>4.0</td> <td>1.3</td> <td>1</td>
<td style="background-color:green">1</td></tr>
</table>

**A model that is 80% accurate.**
<p>&nbsp;</p>

Expand Down
1 change: 1 addition & 0 deletions tensorflow/docs_src/get_started/premade_estimators.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@ classifies Iris flowers into three different species based on the size of their
alt="Petal geometry compared for three iris species: Iris setosa, Iris virginica, and Iris versicolor"
src="../images/iris_three_species.jpg">
</div>

**From left to right,
[*Iris setosa*](https://commons.wikimedia.org/w/index.php?curid=170298) (by
[Radomil](https://commons.wikimedia.org/wiki/User:Radomil), CC BY-SA 3.0),
Expand Down