- Hands-On Machine Learning with Microsoft Excel 2019
- Julio Cesar Rodriguez Martino
- 129字
- 2021-06-24 15:11:01
Hands-On Examples of Machine Learning Models
Supervised learning is the simplest way of teaching a model about how the world looks. Showing how a given combination of input variables leads to a certain output, that is, using labeled data, makes it possible for a computer to predict the output for another similar dataset that it has never seen. Unsupervised learning deals with finding patterns and useful insights into non-labeled data.
We will study different types of machine learning models, trying to understand the details and actually performing the necessary calculations so that the inner workings of these models are clear and reproducible.
In this chapter, the following topics will be covered:
- Understanding supervised learning with multiple linear regression
- Understanding supervised learning with decision trees
- Understanding unsupervised learning with clustering
推薦閱讀
- 有趣的二進制:軟件安全與逆向分析
- Python絕技:運用Python成為頂級數據工程師
- InfluxDB原理與實戰
- Enterprise Integration with WSO2 ESB
- Mastering Machine Learning with R(Second Edition)
- 企業級數據與AI項目成功之道
- 從0到1:JavaScript 快速上手
- Splunk智能運維實戰
- 大數據數學基礎(R語言描述)
- 離線和實時大數據開發實戰
- Delphi High Performance
- 工業大數據融合體系結構與關鍵技術
- 數據產品經理寶典:大數據時代如何創造卓越產品
- SQL Server 2012 數據庫教程(第3版)
- 2D 計算機視覺:原理、算法及應用