17

Modeling Neural Networks

This chapter is an introduction to the world of deep learning, whose methods make it possible to achieve state-of-the-art performance in many classification and regression fields often considered extremely difficult to manage (such as image segmentation, automatic translation, voice synthesis, and so on). The goal is to provide the reader with the basic instruments to understand the structure of a fully connected neural network using Keras (employing modern techniques to speed up the training process and prevent overfitting).

In particular, the topics covered in the chapter are as follows:

  • The structure of a basic artificial neuron
  • Perceptrons, linear classifiers, and their limitations
  • Multilayer perceptrons with ...

Get Mastering Machine Learning Algorithms - Second Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.