- Apache Spark Machine Learning Blueprints
- Alex Liu
- 228字
- 2021-07-16 10:39:49
Machine learning algorithms
In this section, we review algorithms that are needed for machine learning, and introduce machine learning libraries including Spark's MLlib and IBM's SystemML, then we discuss their integration with Apache Spark.
After reading this section, readers will become familiar with various machine learning libraries including Spark's MLlib, and know how to make them ready for machine learning.
To complete a Machine Learning project, data scientists often employ some classification or regression algorithms to develop and evaluate predictive models, which are readily available in some Machine Learning tools like R or MatLab. To complete a machine learning project, besides data sets and computing platforms, these machine learning libraries, as collections of machine learning algorithms, are necessary.
For example, the strength and depth of the popular R mainly comes from the various algorithms that are readily provided for the use of Machine Learning professionals. The total number of R packages is over 1000. Data scientists do not need all of them, but do need some packages to:
- Load data, with packages like
RODBC
orRMySQL
- Manipulate data, with packages like
stringr
orlubridate
- Visualize data, with packages like
ggplot2
orleaflet
- Model data, with packages like
Random Forest
orsurvival
- Report results, with packages like
shiny
ormarkdown
According to a recent ComputerWorld survey, the most downloaded R packages are:

Note
For more info, please visit http://www.computerworld.com/article/2920117/business-intelligence/most-downloaded-r-packages-last-month.html
- 軟件架構(gòu)設(shè)計
- JavaScript實例自學手冊
- PowerShell 3.0 Advanced Administration Handbook
- Linux Mint System Administrator’s Beginner's Guide
- 機器人智能運動規(guī)劃技術(shù)
- Visual C++編程全能詞典
- CompTIA Network+ Certification Guide
- 貫通Java Web開發(fā)三劍客
- 多媒體制作與應(yīng)用
- 實用網(wǎng)絡(luò)流量分析技術(shù)
- Silverlight 2完美征程
- Mastering Ceph
- 筆記本電腦電路分析與故障診斷
- 寒江獨釣:Windows內(nèi)核安全編程
- AMK伺服控制系統(tǒng)原理及應(yīng)用