2015

An Introduction to Convolutional Neural Networks

O'Shea, Keiron, Nash, Ryan

Understand

The field of machine learning has taken a dramatic twist in recent times, with the rise of the Artificial Neural Network (ANN).

  • These biologically inspired computational models are able to far exceed the performance of previous forms of artificial intelligence in common machine learning tasks.
  • One of the most impressive forms of ANN architecture is that of the Convolutional Neural Network (CNN).
  • CNNs are primarily used to solve difficult image-driven pattern recognition tasks and with their precise yet simple architecture, offers a simplified method of getting started with ANNs.

Reading the bibliography…