One thought on “Alexander Mordvintsev, Christopher Olah, Mike Tyka

  1. shinichi Post author

    Inceptionism: Going Deeper into Neural Networks

    by Alexander Mordvintsev, Christopher Olah and Mike Tyka

    Google Research Blog

    http://googleresearch.blogspot.co.uk/2015/06/inceptionism-going-deeper-into-neural.html

    Artificial Neural Networks have spurred remarkable recent progress in image classification and speech recognition. But even though these are very useful tools based on well-known mathematical methods, we actually understand surprisingly little of why certain models work and others don’t. So let’s take a look at some simple techniques for peeking inside these networks.

    We train an artificial neural network by showing it millions of training examples and gradually adjusting the network parameters until it gives the classifications we want. The network typically consists of 10-30 stacked layers of artificial neurons. Each image is fed into the input layer, which then talks to the next layer, until eventually the “output” layer is reached. The network’s “answer” comes from this final output layer.

    One of the challenges of neural networks is understanding what exactly goes on at each layer. We know that after training, each layer progressively extracts higher and higher-level features of the image, until the final layer essentially makes a decision on what the image shows. For example, the first layer maybe looks for edges or corners. Intermediate layers interpret the basic features to look for overall shapes or components, like a door or a leaf. The final few layers assemble those into complete interpretations—these neurons activate in response to very complex things such as entire buildings or trees.

    Reply

Leave a Reply

Your email address will not be published. Required fields are marked *