Independent Developer of Advanced Software Technology, specializing in Software Agent Technology
Monday, October 31, 2011
Leo Breiman's paper on Random Forests
Monday, October 24, 2011
Moving on from Hadoop to Mahout
Monday, October 17, 2011
Looking at Hadoop and Mahout
The Apache Hadoop software library is a framework that allows for the distributed processing of large data sets across clusters of computers using a simple programming model. It is designed to scale up from single servers to thousands of machines, each offering local computation and storage. Rather than rely on hardware to deliver high-avaiability, the library itself is designed to detect and handle failures at the application layer, so delivering a highly-availabile service on top of a cluster of computers, each of which may be prone to failures.
The Apache Mahout machine learning library's goal is to build scalable machine learning libraries.Currently Mahout supports mainly four use cases: Recommendation mining takes users' behavior and from that tries to find items users might like. Clustering takes e.g. text documents and groups them into groups of topically related documents. Classification learns from exisiting categorized documents what documents of a specific category look like and is able to assign unlabelled documents to the (hopefully) correct category. Frequent itemset mining takes a set of item groups (terms in a query session, shopping cart content) and identifies, which individual items usually appear together.
-- Jack Krupansky
Thursday, September 22, 2011
Thursday, July 14, 2011
The big problem with storage
Sunday, June 26, 2011
Human Surrogate Travel
Wednesday, May 26, 2010
COBOL strikes again
I was watching "24" online and in one of the final scenes they are showing a video feed from a drone and there was some text scrolling on both sides of the video screen. I replayed the scene and looking carefully and recognized the text... it was COBOL source code! Really! "DATA DIVISION", "FILE SECTION", "WORKING-STORAGE", "PIC", "UNIT-QTY", etc. What a hoot.
I have been enjoying this season of "24" since it is supposedly set in NYC, but other than a very few aerial and stock street shots, the actual action scenes are not NYC at all. Even the UN shots are faked. Oh yeah... I forgot... "24" is put out by FOX. But COBOL? Who would have thought of that for an aerial drone aircraft?