8000 Clean up the introductory text of a tutorial · evdevdev/tensorflow@7e9067e · GitHub 10000
[go: up one dir, main page]

Skip to content

Commit 7e9067e

Browse files
author
Vijay Vasudevan
committed
Clean up the introductory text of a tutorial
Change 109544196 Clean up the introductory text of the tutorial. Base CL: 109546821
1 parent 6129b89 commit 7e9067e

File tree

1 file changed

+16
-11
lines changed
  • tensorflow/g3doc/tutorials/image_recognition

1 file changed

+16
-11
lines changed

tensorflow/g3doc/tutorials/image_recognition/index.md

Lines changed: 16 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -5,18 +5,23 @@ tell apart a lion and a jaguar, read a sign, or recognize a human's face.
55
But these are actually hard problems to solve with a computer: they only
66
seem easy because our brains are incredibly good at understanding images.
77

8-
In the last few years, we've made tremendous progress on solving these difficult
9-
problems with computers. We've found that a kind of model called a deep
8+
In the last few years the field of machine learning has made tremendous
9+
progress on addressing these difficult problems. In particular, we've
10+
found that a kind of model called a deep
1011
[convolutional neural network](http://colah.github.io/posts/2014-07-Conv-Nets-Modular/)
11-
can achieve remarkable performance on hard visual recognition tasks --
12-
matching or exceeding human performance on some problems.
13-
14-
Researchers at Google have gone through many models, repeatedly breaking records
15-
and setting new state-of-the-art results in computer vision: [QuocNet],
16-
[AlexNet], [Inception (GoogLeNet)], [BN-Inception-v2] and now [Inception-v3].
17-
We've published papers describing all these models but they're
18-
still hard to reproduce. We're now taking things a step further by releasing our
19-
latest model, Inception-v3.
12+
can achieve reasonable performance on hard visual recognition tasks --
13+
matching or exceeding human performance in some domains.
14+
15+
Researchers have demonstrated steady progress
16+
in computer vision by validating their work against
17+
[ImageNet](http://www.image-net.org) -- an academic benchmark for computer vision.
18+
Successive models continue to show improvements, each time achieving
19+
a new state-of-the-art result:
20+
[QuocNet], [AlexNet], [Inception (GoogLeNet)], [BN-Inception-v2].
21+
Researchers both internal and external to Google have published papers describing all
22+
these models but the results are still hard to reproduce.
23+
We're now taking the next step by releasing code for running image recognition
24+
on our latest model, [Inception-v3].
2025

2126
[QuocNet]: http://static.googleusercontent.com/media/research.google.com/en//archive/unsupervised_icml2012.pdf
2227
[AlexNet]: http://www.cs.toronto.edu/~fritz/absps/imagenet.pdf

0 commit comments

Comments
 (0)
0