- Scala for Machine Learning(Second Edition)
- Patrick R. Nicolas
- 144字
- 2021-07-08 10:43:02
Model categorization
A model can be predictive, descriptive, or adaptive.
Predictive models discover patterns in historical data and extract fundamental trends and relationships between factors (or features). They are used to predict and classify future events or observations. Predictive analytics is used in a variety of fields, including marketing, insurance, and pharmaceuticals. Predictive models are created through supervised learning using a pre-selected training set.
Descriptive models attempt to find unusual patterns or affinities in data by grouping observations into clusters with similar properties. These models define the first and important step in knowledge discovery. They are commonly generated through unsupervised learning.
A third category of models, known as adaptive modeling, is created through reinforcement learning. Reinforcement learning consists of one or several decision-making agents that recommend, and possibly execute, actions in an attempt to solve a problem, optimizing an objective function or resolving constraints.
- PHP動態網站程序設計
- Boost程序庫完全開發指南:深入C++”準”標準庫(第5版)
- Mastering Adobe Captivate 2017(Fourth Edition)
- Objective-C應用開發全程實錄
- Java加密與解密的藝術(第2版)
- 創意UI:Photoshop玩轉APP設計
- MySQL 8從零開始學(視頻教學版)
- Software Development on the SAP HANA Platform
- Web前端開發技術:HTML、CSS、JavaScript
- Mastering Unreal Engine 4.X
- 絕密原型檔案:看看專業產品經理的原型是什么樣
- 用Go語言自制編譯器
- Spring MVC Cookbook
- 編程風格:程序設計與系統構建的藝術(原書第2版)
- 移動智能系統測試原理與實踐