- Machine Learning Algorithms
- Giuseppe Bonaccorso
- 67字
- 2021-07-02 18:53:26
Multiclass strategies
When the number of output classes is greater than one, there are two main possibilities to manage a classification problem:
- One-vs-all
- One-vs-one
In both cases, the choice is transparent and the output returned to the user will always be the final value or class. However, it's important to understand the different dynamics in order to optimize the model and to always pick the best alternative.
推薦閱讀
- 國際大學生程序設計競賽中山大學內部選拔真題解(二)
- Architecting the Industrial Internet
- Scientific Computing with Scala
- 快人一步:系統性能提高之道
- Building Microservices with .NET Core
- Arduino計算機視覺編程
- Android應用開發實戰(第2版)
- Anaconda數據科學實戰
- Arduino機器人系統設計及開發
- 從零開始學UI:概念解析、實戰提高、突破規則
- 安卓工程師教你玩轉Android
- Mastering Bootstrap 4
- Parallel Programming with Python
- Mastering ASP.NET Web API
- 分布式系統架構與開發:技術原理與面試題解析