- Hands-On Machine Learning with ML.NET
- Jarred Capellman
- 100字
- 2021-06-24 16:43:26
Binary classification
One of the easiest algorithms to understand is binary classification. Binary classification is a supervised machine learning algorithm. As the name implies, the output of a model trained with a binary classification algorithm will return a true or false conviction (as in 0 or 1). Problems best suited to a binary classification model include determining whether a comment is hateful or whether a file is malicious. ML.NET provides several binary classification model algorithms, which we will cover in Chapter 4, Classification Model, along with a working example of determining whether a file is malicious or not.
推薦閱讀
- Java范例大全
- Dependency Injection in .NET Core 2.0
- Spring Boot+Spring Cloud+Vue+Element項目實戰:手把手教你開發權限管理系統
- Java加密與解密的藝術(第2版)
- 名師講壇:Java微服務架構實戰(SpringBoot+SpringCloud+Docker+RabbitMQ)
- Mastering Drupal 8 Views
- Protocol-Oriented Programming with Swift
- 51單片機C語言開發教程
- OpenGL Data Visualization Cookbook
- Qt 4開發實踐
- Julia High Performance(Second Edition)
- Node.js實戰:分布式系統中的后端服務開發
- Visual C++程序設計全程指南
- HTML5 Game Development by Example:Beginner's Guide(Second Edition)
- 熱處理常見缺陷分析與解決方案