Apache Mahout: Scalable machine learning for everyone
1–10 of 26 posts
Re: Apache Mahout: Scalable machine learning for everyone
#2Re: Apache Mahout: Scalable machine learning for everyone
#3Once you are clear as to what you actually want to accomplish chances are you are going to need some kind of significantly modified or hybrid algorithm. Packages like Mahout could help get started, but it is kinda funny that even quite a few examples in this article do not demonstrate actually good algorithm performance, like this one -
Correctly Classified Instances : 41523 61.9219%
Incorrectly Classified Instances : 25534 38.0781%
Total Classified Instances : 67057
=======================================================
Confusion Matrix
-------------------------------------------------------
a b c d e f >Re: Apache Mahout: Scalable machine learning for everyone
#4Re: Apache Mahout: Scalable machine learning for everyone
#5I prefer Weka, mostly because it has excellent literature and has academic leanings, unburdened real-world issues of performance or scalability so it can afford to focus on accuracy.
Re: Apache Mahout: Scalable machine learning for everyone
#6Re: Apache Mahout: Scalable machine learning for everyone
#7Re: Apache Mahout: Scalable machine learning for everyone
#8If you're interested in machine learning and artificial intelligence, I very strongly consider "enrolling" in Tom Mitchell's machine learning class at http://www.cs.cmu.edu/~tom/10701_sp11/lectures.shtml -- the lectures are long and the mid-term and final are extremely difficult, but the material covered is an outstanding primer for these types of analyses.
After going through all of the lectures, you will look at things like Mahout and Weka as mere toys, and will be equipped to write your own implementations for whatever task you and your company are working on. It's a lot of front-loading for rewards that may at first glance seem illusory, but investing the time now will pay dividends later.
Re: Apache Mahout: Scalable machine learning for everyone
#9That's cool and stuff, but why do I have to write Java?
Re: Apache Mahout: Scalable machine learning for everyone
#10That's cool and stuff, but why do I have to write Java?