- Machine Learning with R
- Brett Lantz
- 194字
- 2021-07-23 15:49:47
Summary
Machine learning originated at the intersection of statistics, database science, and computer science. It is a powerful tool, capable of finding actionable insight in large quantities of data. Still, caution must be used in order to avoid common abuses of machine learning in the real world.
In conceptual terms, learning involves the abstraction of data into a structured representation, and the generalization of this structure into action. In more practical terms, a machine learner uses data containing examples and features of the concept to be learned, and summarizes this data in the form of a model, which is then used for predictive or descriptive purposes. These can be further divided into specific tasks including classification, numeric prediction, pattern detection, and clustering. Among the many options, machine learning algorithms are chosen on the basis of the input data and the learning task.
R provides support for machine learning in the form of community-authored packages. These powerful tools are free to download, but need to be installed before they can be used. In the next chapter, we will further introduce the basic R commands that are used to manage and prepare data for machine learning.
- 虛擬儀器設(shè)計(jì)測控應(yīng)用典型實(shí)例
- Practical Data Analysis
- Excel 2007函數(shù)與公式自學(xué)寶典
- 腦動(dòng)力:PHP函數(shù)速查效率手冊
- 自動(dòng)化控制工程設(shè)計(jì)
- Photoshop CS3圖像處理融會(huì)貫通
- Docker High Performance(Second Edition)
- 悟透AutoCAD 2009案例自學(xué)手冊
- Mastering GitLab 12
- Visual Studio 2010 (C#) Windows數(shù)據(jù)庫項(xiàng)目開發(fā)
- 手機(jī)游戲策劃設(shè)計(jì)
- 單片機(jī)技術(shù)項(xiàng)目化原理與實(shí)訓(xùn)
- 機(jī)器人制作入門(第4版)
- Mastering MongoDB 4.x
- Eclipse RCP應(yīng)用系統(tǒng)開發(fā)方法與實(shí)戰(zhàn)