Open-Source Machine Learning Library Available
Ridgelift writes "CNet has this article on Intel's OpenML (press release). "The chipmaker's research arm on Monday said it is offering the Open Source Machine Learning Library, a collection of software that can help computers learn from various experiences. It will offer the library to interested parties for free via the Web." Open the pod bay doors, HAL."
Should of expected as much from those dumbfucks at intel.
http://www.khronos.org/openml/
Why not fork?
Maybe my computer will finally learn that when I type rm -rf ~ I don't really want to do that.
Also going open source is LingPipe. A natural language processing program. Wonder if the two could be hooked up in kde or something hehe.
echo 0 >/proc/sys/dev/cdrom/lock
There is a mature statistical machine learning package on sourceforge. Check out maxent.sourceforge.net. It's primarily been applied to natural language processing but it's applicable to a wide range of classification problems. There are even examples in the download package. I use it regularly and like it a lot but I'm also the primary maintainer so I might be biased.
In theory, there is no difference between theory and practice, in practice there is.
No support vector machines (indeed, any kind of kernel machines), POMDPs, AQ, NNs, Q-Learning, or stochastic optimization (EC, simulated annealing). Vunderbar.
takeing a intro to AI course this semester... made a program that can summerize encyclopdidia articals... sort of. all I know now is unicorns are made out of unicorn.
-You're wasting your time. Alfador only likes me.
There are already several excellent open source machine learning toolkits available. The one I have the most experience with is Weka, a Java-based system. In addition to providing an API, it has both command line and GUI tools.
With that and a decent ML book, I imagine most programmers could get up to speed rather quickly.
Here's another article on DeviceForge which includes an architecture graphic, a list of sub-projects (and links to them), links to a presentation about Intel's Open Source Machine Learning software and a technical whitepaper, and a link to the SourceForge download site.