Scaling Out: Extreme-scale Machine Learning
Overview
Teaching: 0 min
Exercises: 0 minQuestions
How can I perform machine learning on extremely large datasets?
What can be accomplished by computers through machine learning?
Objectives
First learning objective. (FIXME)
There are several ways to go about to perform machine learning at extreme scale (for example, with very large datasets, …).
One way is to leverage Spark and its machine learning library (MLlib).
Key Points
Spark MLlib provides a way to apply machine learning algorithms on extremely large datasets.