- 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.
- Deploying Node.js
- 潮流:UI設計必修課
- 自己動手實現Lua:虛擬機、編譯器和標準庫
- Raspberry Pi 2 Server Essentials
- 軟件架構:Python語言實現
- Instant Nancy Web Development
- Visual Basic程序設計上機實驗教程
- Python全棧數據工程師養成攻略(視頻講解版)
- Modern C++ Programming Cookbook
- MINECRAFT編程:使用Python語言玩轉我的世界
- UML2面向對象分析與設計(第2版)
- 精通Spring:Java Web開發與Spring Boot高級功能
- Java程序設計教程
- Flutter之旅
- Java EE 程序設計