Table Of Contents


Built with 🛠 MkDocs - Theme 🖤 Github.

Classification

Explore Java classifiers that predict binary decisions and multiclass labels from structured data.

Use classification when the target is a category, such as spam or not spam, fraud or legitimate, or one of several flower species.

Binary models usually use one Sigmoid output, while multiclass models use one Softmax probability for each class.