January 2018
Intermediate to advanced
268 pages
6h 20m
English
MLP is a branch of ANNs widely used in pattern recognition because of its ability of identify patterns within noisy or unexpected environments. MLP can be used to implement supervised and unsupervised learning (both of them were discussed Chapter 9, Object Recognition). In addition to that, MLP can also be used to implement another kind of learning such as reinforcement learning inspired by behavioral psychology, where the network learning is adjusted using reward/punishment actions.
Defining an ANN-MLP consist of deciding the structure of the layers that will compose our net, and how many nodes will be in each of them. Firstly, we need to decide what the goal of our network is. For instance, we ...
Read now
Unlock full access