- Machine Learning with Swift
- Alexander Sosnovshchenko
- 118字
- 2021-06-24 18:54:51
Choosing a model
Let's say you've defined a task and you have a dataset. What's next? Now you need to choose a model and train it on the dataset to perform that task.
The model is the central concept in ML . ML is basically a science of building models of the real world using data. The term model refers to the phenomenon being modeled, while map refers to the real territory. Depending on the situation, it can play a role of good approximation, an outdated description (in a swiftly changing environment), or even self-fulfilled prophecy (if the model affects the modeled object). "All models are wrong, but some are useful"
is a well-known proverb in statistics.
推薦閱讀
- 新型電腦主板關鍵電路維修圖冊
- 計算機組裝與系統配置
- Mastering Adobe Photoshop Elements
- CC2530單片機技術與應用
- STM32嵌入式技術應用開發全案例實踐
- 微型計算機系統原理及應用:國產龍芯處理器的軟件和硬件集成(基礎篇)
- RISC-V處理器與片上系統設計:基于FPGA與云平臺的實驗教程
- 數字媒體專業英語(第2版)
- LPC1100系列處理器原理及應用
- 單片機原理及應用:基于C51+Proteus仿真
- Service Mesh微服務架構設計
- Hands-On One-shot Learning with Python
- 電腦軟硬件維修寶典
- Machine Learning Projects for Mobile Applications
- Learn Human:Computer Interaction