- 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
- 機器學習實戰:基于Sophon平臺的機器學習理論與實踐
- Mastering Mesos
- 玩轉智能機器人程小奔
- 基于LabWindows/CVI的虛擬儀器設計與應用
- HBase Design Patterns
- MCSA Windows Server 2016 Certification Guide:Exam 70-741
- 樂高創意機器人教程(中級 下冊 10~16歲) (青少年iCAN+創新創意實踐指導叢書)
- 網絡化分布式系統預測控制
- Nginx高性能Web服務器詳解
- 從零開始學PHP
- SMS 2003部署與操作深入指南
- Salesforce Advanced Administrator Certification Guide
- 設計模式
- 單片機C51應用技術
- Office 2010輕松入門