Convolutional neural network

  • In machine learning, a convolutional neural network (CNN, or ConvNet) is a type of feed-forward artificial neural network in which the connectivity pattern between its neurons is inspired by the organization of the animal visual cortex. Individual cortical neurons respond to stimuli in a restricted region of space known as the receptive field.
  • The receptive fields of different neurons partially overlap such that they tile the visual field.
  • The response of an individual neuron to stimuli within its receptive field can be approximated mathematically by a convolution operation.
  • Convolutional networks were inspired by biological processes and are variations of multilayer perceptrons designed to use minimal amounts of preprocessing.
  • They have wide applications in image and video recognition, recommender systems and natural language processing.
  • The convolutional neural network is also known as shift invariant or space invariant artificial neural network (SIANN), which is named based on its shared weights architecture and translation invariance characteristics.

More Info from The Hindu:

  • The deep neural network mimics the working of the mammalian visual cortex, known as convolutional neural network (CNN), which breaks the field into overlapping regions.

Why this concept arises?

http://www.thehindu.com/sci-tech/science/chennai-team-taps-ai-to-read-indus-script/article17448690.ece

Go through the link above-Very Very Important for Prelims-2017

Source: The Hindu & Wiki

Leave a Reply