Search
The Way of the Software Engineer

Archive for the 'Pattern Classification' Category

Applying JOONE to Real-World Data

Posted by admin on June 6th, 2009

JOONE is a toolset used to build and run neural networks in Java.  To demonstrate its capability, I’ve built a simple supervised network and trained it on a common data set used for other machine learning projects.  By using a common data set, comparisons can be made between the different approaches. The data set was [...]

Recently I’ve been playing with a tool set called JOONE.  The goal of the JOONE project is to produce a fast prototyping environment for Neural Nets and a series of libraries to training these networks.  I have so far ignored the prototyping environment, but I do find the libraries quite useful. Two years ago I [...]

Bluetooth Identification

Posted by admin on February 17th, 2008

Note: I wrote this several months ago and never published it because I felt it was unfinished. However, this is a good introduction to another article I’m writing so I’m publishing it before it’s quite complete. Update (4/21/08): Looks like my discussion on tracking by Bluetooth has actually been done by the CS department of [...]