Neural networks

Probably one of the most talked about machine learning models, neural networks are computational networks built to model animals' nervous systems. Before getting too deep into the structure, let's take a look at the big advantages of neural networks.

The key component of neural networks is that it is not only a complex structure, it is a complex and flexible structure. This means the following two things:

  • Neural networks are able to estimate any function shape (this is called being non-parametric)
  • Neural networks can adapt and literally change their own internal structure based on their environment

Basic structure

Neural networks are made up of interconnected nodes (perceptrons) that each take in input (quantitative value), and output ...

Get Principles of Data Science 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.