CEP by Apache Mahout via the Google MapReduce Framework


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Complex Event Processing RSS News CEP by Apache Mahout via the Google MapReduce Framework
# 1  
Old 11-25-2008
CEP by Apache Mahout via the Google MapReduce Framework

Tim Bass
11-24-2008 03:14 PM
MapReduce is a software framework implemented in C++ with interfaces in Python and Java introduced by Google to support parallel computations over large (multiple petabyte) data sets on clusters of computers.* The Apache* Hadoop project is a free open source Java MapReduce implementation.* Mahout is an Apache project, based on Hadoop, with an objective to build scalable, Apache-licensed machine learning libraries.

The Mahout team is initially focused on building the ten machine learning libraries detailed in Map-Reduce for Machine Learning on Multicore by seven members of Stanford’s computer science department.** These libraries, some, if not all, critical for “real” complex event processing, include;

  1. Locally Weighted Linear Regression (LWLR),
  2. Naive Bayes (NB),
  3. Gaussian Discriminative Analysis (GDA),
  4. k-means,
  5. Logistic Regression (LR),
  6. Neural Network (NN),
  7. Principal Components Analysis (PCA),
  8. Independent Component Analysis (ICA),
  9. Expectation Maximization (EM), and
  10. Support Vector Machine (SVM)
Ready to move beyond rules and rule-based systems to process complex events? Interested folks should visit the Apache Mahout Wiki.

Note: See also, Map-Reduce: A Relevance to Analytics?



Source...
Login or Register to Ask a Question

Previous Thread | Next Thread

2 More Discussions You Might Find Interesting

1. Web Development

Helpful Tip: Forcing Google to www.google.com

Helpful Tip! Sometimes when we are in another country, Google redirects our request for www.google.com to: www.google.co.in or to: www.google.co.th If you want to force Google to go to the US site, use: www.google.com/webhp (1 Reply)
Discussion started by: Neo
1 Replies

2. Virtualization and Cloud Computing

CEP as a Service (CEPaaS) with MapReduce on Amazon EC2 and Amazon S3

Tim Bass 11-25-2008 01:02 PM Just as I was starting to worry that complex event processing community has been captured by RDBMS pirates off the coast of Somalia, I rediscovered a new core blackboard architecture component, Hadoop. Hadoop is a framework for building applications on large... (0 Replies)
Discussion started by: Linux Bot
0 Replies
Login or Register to Ask a Question