May 2020
Intermediate to advanced
526 pages
10h 31m
English
In this chapter, we will cover the following recipes:
Machine learning is a technique that allows systems to be trained to recognize patterns without explicitly describing these patterns. The basis of machine learning is the creation and training of a model, a system that is prepared with training data and then can automatically process new data that is similar to the training data. The model learns from the training data.
For example, a traditional method to detect spam in emails ...