- 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.
- 深入理解Android(卷I)
- 控糖控脂健康餐
- Implementing Cisco Networking Solutions
- 3D少兒游戲編程(原書第2版)
- Python數據分析從0到1
- 大學計算機基礎實驗指導
- Windows Phone 7.5:Building Location-aware Applications
- Visual Basic程序設計
- Learning Material Design
- SciPy Recipes
- Continuous Delivery and DevOps:A Quickstart Guide Second Edition
- 精益軟件開發管理之道
- Spring Boot從入門到實戰
- AVR單片機C語言非常入門與視頻演練
- Responsive Web Design with HTML5 and CSS3 Essentials