- 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.
推薦閱讀
- 編程的修煉
- Android項目開發入門教程
- PowerCLI Cookbook
- 小程序,巧運營:微信小程序運營招式大全
- Visual C++數字圖像處理技術詳解
- The Complete Coding Interview Guide in Java
- SQL Server從入門到精通(第3版)
- Python圖形化編程(微課版)
- The Professional ScrumMaster’s Handbook
- HTML5開發精要與實例詳解
- UI設計全書(全彩)
- Python:Deeper Insights into Machine Learning
- PrimeFaces Blueprints
- 一步一步跟我學Scratch3.0案例
- C語言程序設計實驗指導