- 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ù)技術(shù)與應(yīng)用基礎(chǔ)
- Oracle SOA Governance 11g Implementation
- 嵌入式Linux上的C語言編程實踐
- 分布式多媒體計算機系統(tǒng)
- JBoss ESB Beginner’s Guide
- Implementing AWS:Design,Build,and Manage your Infrastructure
- Prometheus監(jiān)控實戰(zhàn)
- 貫通Java Web開發(fā)三劍客
- PVCBOT機器人控制技術(shù)入門
- INSTANT VMware vCloud Starter
- 基于Proteus的單片機應(yīng)用技術(shù)
- 未來學徒:讀懂人工智能飛馳時代
- Xilinx FPGA高級設(shè)計及應(yīng)用
- Hadoop Beginner's Guide
- 機器學習案例分析(基于Python語言)