@@ -5,18 +5,23 @@ tell apart a lion and a jaguar, read a sign, or recognize a human's face.
5
5
But these are actually hard problems to solve with a computer: they only
6
6
seem easy because our brains are incredibly good at understanding images.
7
7
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
10
11
[ 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] .
20
25
21
26
[ QuocNet ] : http://static.googleusercontent.com/media/research.google.com/en//archive/unsupervised_icml2012.pdf
22
27
[ AlexNet ] : http://www.cs.toronto.edu/~fritz/absps/imagenet.pdf
0 commit comments