Support Vector Machines
Well, I'm soon going to need to upload code for a research paper, so thought I would make a repository and put some stuff up now, in anticipation. Just to make it have some purpose in the interim I've dumped a decent support vector machine implementation of mine into the repository.

These days I have gone for a coding method where I use Python with inline C++, compliments of scipy.weave, which is quite unusual, though I'm fairly sure that is simply because everybody else is content using the closed monstrosity that is matlab. Given that I give a dam about openness and code quality that makes me want to vomit.

The repository can be found at http://code.google.com/p/haines/.