• Home
  • Archive
  • Tools
  • Contact Us

The Customize Windows

Technology Journal

  • Cloud Computing
  • Computer
  • Digital Photography
  • Windows 7
  • Archive
  • Cloud Computing
  • Virtualization
  • Computer and Internet
  • Digital Photography
  • Android
  • Sysadmin
  • Electronics
  • Big Data
  • Virtualization
  • Downloads
  • Web Development
  • Apple
  • Android
Advertisement
You are here:Home » Install Apache SystemML Machine Learning System on Ubuntu

By Abhishek Ghosh July 26, 2017 7:17 pm Updated on July 26, 2017

Install Apache SystemML Machine Learning System on Ubuntu

Advertisement

Apache SystemML provides a system for machine learning using big data on top of Apache Spark. Previously we described how to install Apache Mahout for building machine learning platform. Here is another solution for machine learning – Apache SystemML. In this guide we will show you how to install Apache SystemML machine learning system on Ubuntu 16.04. SystemML needs a minimum guidance to get started to use it. SystemML uses high-level declarative machine learning language that comes in two flavours, among them one has R-like syntax (DML) and another Python-like syntax (PyDML). Algorithm scriptsare written in DML and PyDML which can be run on Hadoop, on Spark, or standalone mode without modification of script. After installation, you can read this official guide :

Vim
1
http://systemml.apache.org/docs/0.14.0/beginners-guide-to-dml-and-pydml.html

We can use the Spark MLContext API to run SystemML from Scala or Python using spark-shell, pyspark, or spark-submit. Installation of Apache SystemML itself is just easy.

 

How To Install Apache SystemML Machine Learning System on Ubuntu

 

Obvious, the first step is to use an existing installation of Apache Spark or follow our guide to install Apache Spark on Ubuntu Server.

Advertisement

---

Official Github repo of Apache SystemML :

Vim
1
https://github.com/apache/systemml

suggests to use LinuxBrew, however we find no reason to use Linux Brew unlike MacOS X (read as UNIX). In later case the reason to use HomeBrew is practically absent package management system on UNIX system. GNU/Linux does not ship with wheel group configured by default. On production server, the thing can have minimum security risk unlike MacOS X.

You simply need python2 or python3. Probably python3 is practical if you are going to use Anaconda somehow and Anaconda is for python3.

Simply you need three packages – jupyter, matplotlib, numpy. We can install with pip :

Vim
1
pip3 install jupyter matplotlib numpy

Then download the latest Apache SystemML :

Vim
1
http://systemml.apache.org/download.html

Uncompress it somewhere you want, like at path/to/ directory. Then add this on .bashrc or .bash_profile :

Vim
1
export SYSTEMML_HOME=path/to/systemml-0.14.0-incubating

Then source the .bashrc or .bash_profile :

Vim
1
2
3
source ~/.bashrc
# or
source ~/.bash_profile

Install Apache SystemML Machine Learning System on Ubuntu

Official guides have different ways of installation at different official places! There is also another way of installation :

Vim
1
pip install systemml

Possibly you will need to configure Jupyter Notebook :

Vim
1
2
# Start Jupyter Notebook Server
PYSPARK_DRIVER_PYTHON=jupyter PYSPARK_DRIVER_PYTHON_OPTS="notebook" pyspark --master local[*] --conf "spark.driver.memory=12g" --conf spark.driver.maxResultSize=0 --conf spark.akka.frameSize=128 --conf spark.default.parallelism=100

This will be helpful guide :

Vim
1
http://systemml.apache.org/docs/0.14.0/spark-mlcontext-programming-guide#spark-shell-example

Tagged With apache systemml setup , ubuntu machine learning
Facebook Twitter Pinterest

Abhishek Ghosh

About Abhishek Ghosh

Abhishek Ghosh is a Businessman, Surgeon, Author and Blogger. You can keep touch with him on Twitter - @AbhishekCTRL.

Here’s what we’ve got for you which might like :

Articles Related to Install Apache SystemML Machine Learning System on Ubuntu

  • Nginx WordPress Installation Guide (All Steps)

    This is a Full Nginx WordPress Installation Guide With All the Steps, Including Some Optimization and Setup Which is Compatible With WordPress DOT ORG Example Settings For Nginx.

  • Install Apache Spark on Ubuntu Single Cloud Server With Hadoop

    Here is How to Install Apache Spark on Ubuntu Single Cloud Server With Hadoop and Also Without Hadoop. Everything is Explained in Plain English.

  • WordPress & PHP : Different AdSense Units on Mobile Devices

    Here is How To Serve Different AdSense Units on Mobile Devices on WordPress With PHP. WordPress Has Function Which Can Be Used In Free Way.

  • Approaches of Deep Learning : Part 1

    From This Series on Approaches of Deep Learning We Will Learn Minimum Theories Around AI, Machine Learning, Natural Language Processing and Of Course, Deep Learning Itself.

performing a search on this website can help you. Also, we have YouTube Videos.

Take The Conversation Further ...

We'd love to know your thoughts on this article.
Meet the Author over on Twitter to join the conversation right now!

If you want to Advertise on our Article or want a Sponsored Article, you are invited to Contact us.

Contact Us

Subscribe To Our Free Newsletter

Get new posts by email:

Please Confirm the Subscription When Approval Email Will Arrive in Your Email Inbox as Second Step.

Search this website…

 

Popular Articles

Our Homepage is best place to find popular articles!

Here Are Some Good to Read Articles :

  • Cloud Computing Service Models
  • What is Cloud Computing?
  • Cloud Computing and Social Networks in Mobile Space
  • ARM Processor Architecture
  • What Camera Mode to Choose
  • Indispensable MySQL queries for custom fields in WordPress
  • Windows 7 Speech Recognition Scripting Related Tutorials

Social Networks

  • Pinterest (24.3K Followers)
  • Twitter (5.8k Followers)
  • Facebook (5.7k Followers)
  • LinkedIn (3.7k Followers)
  • YouTube (1.3k Followers)
  • GitHub (Repository)
  • GitHub (Gists)
Looking to publish sponsored article on our website?

Contact us

Recent Posts

  • Hybrid Multi-Cloud Environments Are Becoming UbiquitousJuly 12, 2023
  • Data Protection on the InternetJuly 12, 2023
  • Basics of BJT TransistorJuly 11, 2023
  • What is Confidential Computing?July 11, 2023
  • How a MOSFET WorksJuly 10, 2023
PC users can consult Corrine Chorney for Security.

Want to know more about us?

Read Notability and Mentions & Our Setup.

Copyright © 2023 - The Customize Windows | dESIGNed by The Customize Windows

Copyright  · Privacy Policy  · Advertising Policy  · Terms of Service  · Refund Policy