Sponsored Links
-->

Saturday, January 6, 2018

Building Custom Machine Learning Algorithms With Apache SystemML ...
src: i.ytimg.com

Apache SystemML is a flexible machine learning system that automatically scales to Spark and Hadoop clusters. SystemML's distinguishing characteristics are:

  1. Algorithm customizability via R-like and Python-like languages.
  2. Multiple execution modes, including Standalone, Spark Batch, Spark MLContext, Hadoop Batch, and JMLC.
  3. Automatic optimization based on data and cluster characteristics to ensure both efficiency and scalability.

Video Apache SystemML



History

SystemML was created in 2010 by researchers at the IBM Almaden Research Center led by IBM Fellow Shivakumar Vaithyanathan. It was observed that data scientists would write machine learning algorithms in languages such as R and Python for small data. When it came time to scale to big data, a systems programmer would be needed to scale the algorithm in a language such as Scala. This process typically involved days or weeks per iteration, and errors would occur translating the algorithms to operate on big data. SystemML seeks to simplify this process. A primary goal of SystemML is to automatically scale an algorithm written in an R-like or Python-like language to operate on big data, generating the same answer without the error-prone, multi-iterative translation approach.

On June 15, 2015, at the Spark Summit in San Francisco, Beth Smith, General Manager of IBM Analytics, announced that IBM was open-sourcing SystemML as part of IBM's major commitment to Apache Spark and Spark-related projects. SystemML became publicly available on GitHub on August 27, 2015 and became an Apache Incubator project on November 2, 2015. On May 17, 2017, the Apache Software Foundation Board approved the graduation of Apache SystemML as an Apache Top Level Project.


Maps Apache SystemML



External links

  • Apache SystemML website
  • IBM Research - SystemML
  • Q & A with Shiv Vaithyanathan, Creator of SystemML and IBM Fellow
  • A Universal Translator for Big Data and Machine Learning
  • SystemML: Declarative Machine Learning at Scale presentation by Fred Reiss
  • SystemML: Declarative Machine Learning on MapReduce
  • Hybrid Parallelization Strategies for Large-Scale Machine Learning in SystemML
  • SystemML's Optimizer: Plan Generation for Large-Scale Machine Learning Programs
  • IBM's SystemML machine learning system becomes Apache Incubator project
  • IBM donates machine learning tech to Apache Spark open source community
  • IBM's SystemML Moves Forward as Apache Incubator Project

System Calls In Apache (Linux) vs IIS (Windows)
src: ma.ttias.be


See also

  • Comparison of deep learning software

Source of article : Wikipedia