PGP AI and ML NITW (28 Blogs) Become a Certified Professional

Introduction to Myrrix and Oryx

Last updated on Mar 03,2023 3.4K Views


What is Myrrix?

In 2005, there was an open-source project called Taste, which was only there for recommendation purpose. When Mahout came in 2008, it replaced Taste. In 2011, Myrrix was started as a separate project, which became an independent Apache project, which is also for recommendation purpose and considers the recommendation systems only.

  • Myrrix is a complete, real-time, scalable recommender system, evolved from Apache Mahout.
  • Just as we take for granted easy access to powerful, economical storage and computing, Myrrix will let you take for granted easy access to large-scale learning from data.
  • It can ingest new information.
  • It can compute recommendations.
  • It works in real-time, with REST APIs.
  • It can also leverage Hadoop for scalability to efficiently refine recommender models in the background.
  • Myrrix can run on any platform, and can use clusters from most of the Hadoop distributions.
  • It is specially designed to use Amazon EC2 and EMR for instant deployment if desired.

In December 2013,  Myrrix was bought by Cloudera and was moved to the new project, called Oryx.

What is Oryx?

Oryx is an open-source project, which also provides real-time large-scale machine learning and predictive analytics infrastructure. But the question is, when Oryx has come from Mahout, the general impression would be: It will take care of the recommendation systems only. But Cloudera is also working on the machine-learning algorithms. They encoded other clustering classification algorithms into this project. Now, it not only has the recommendation system, but also the classification and clustering algorithm. As of now, this project is  equivalent to Mahout.

  • It implements a few classes of algorithms commonly used in business applications, such as collaborative filtering/ recommendation, classification/ regression, and clustering.
  • It can continuously build models from a stream of data at a large scale using Apache Hadoop.
  • It also serves queries of those models in real-time via an HTTP REST API, and can also update models closely in response to streaming new data.
  • Its two-tier design comprises Computation Layer and Serving Layer.
  • It implements Lambda architecture.
  • In Oryx, models are exchanged in PMML format.

Suppose you’re creating a recommendation system, you can call that recommendation system with the REST API. So, you can integrate that particular recommendation system which is separately developed with other application also. That application need not to be Java. It could be the one developed in .net or any other.

One thing to be noted here is that it is not a library, visualization tool, exploratory analytics tool, or environment. Oryx simply represents a unified continuation of Myrrix and Cloudera/ml projects. This project is yet in its alpha stage, and there may be bugs in it. As they are working on it, it is expected that by the end of this year, they may come up with the beta releases, which means that when you’ll install the Cloudera distribution, Oryx will also be there by default.

Oryx Architecture

Oryx Architecture has Serving Layer Client. There could be many serving layers. For scalability, it also uses Hadoop and HDFS. The input files would be in HDFS, and computational layer will take up those files from HDFS. It can also run the MapReduce things. This computational layer and both serving layers will be bound by a config file. So once you install Oryx, if you want to try it out, there will be an oryx.config file, which you will have to configure for the input file location, output file location and model location. Once it is setup, then only you can run this computation layer and serving layers.

Check out this NLP Course by Edureka to upgrade your AI skills to the next level.

hadoop-logo-3Got a question for us? Mention them in the comments section and we will get back to you.

Related Posts

Introduction to Mahout

Step into Machine Learning with Mahout

Comments
0 Comments

Join the discussion

Browse Categories

webinar REGISTER FOR FREE WEBINAR
REGISTER NOW
webinar_success Thank you for registering Join Edureka Meetup community for 100+ Free Webinars each month JOIN MEETUP GROUP

Subscribe to our Newsletter, and get personalized recommendations.

image not found!
image not found!

Introduction to Myrrix and Oryx

edureka.co