PROGRAMMING MACHINE LEARNING IN PYTHON

PROGRAMMING MACHINE LEARNING IN PYTHON

An Introduction to Machine Learning Models - Supervised

Versandkostenfrei!
Versandfertig in 6-10 Tagen
40,99 €
inkl. MwSt.
PAYBACK Punkte
20 °P sammeln!
Supervised learning describes a scenario in which experience becomes a training factor, which contains important information (e.g., sick/healthy labels for plant disease detection) that is missing from the unseen "test examples" to which the learned expertise will be applied. In this scenario, the learned expertise aims to predict that missing information for the test data. In this sense, the environment can be thought of as a teacher who supervises the learner by providing additional information, which are the labels. In this book we will deal with supervised machine learning models, through ...