Skip to Content
Machine Learning in Java - Second Edition
book

Machine Learning in Java - Second Edition

by AshishSingh Bhatia, Bostjan Kaluza
November 2018
Intermediate to advanced
300 pages
7h 42m
English
Packt Publishing
Content preview from Machine Learning in Java - Second Edition

Baseline classifiers

Batch learning has led to the development of many classifiers in different paradigms, such as divide and conquer, lazy learners, kernel methods, graphics models, and so on. Now, if we move to a stream for the same, we need to understand how to make them incremental and fast for the large datasets in the streams. We have to think in terms of the complexity of the model versus the speed of the model update, and this is the main trade-off that needs to be taken care of.

The majority class algorithm is one of the simplest classifiers, and it is used as a baseline. It is also used as a default classifier for decision tree leaves. Another is the no-change classifier, which predicts the labels for new instances. The Naive Bayes ...

Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial

You might also like

Mastering Java Machine Learning

Mastering Java Machine Learning

Uday Kamath, Krishna Choppella
Java: Data Science Made Easy

Java: Data Science Made Easy

Richard M. Reese, Jennifer L. Reese, Alexey Grigorev

Publisher Resources

ISBN: 9781788474399Supplemental Content