Kalman Filters, Particle Filters and SVM's

Sandy Norton sandskyfly at hotmail.com
Tue Jun 4 14:24:12 EDT 2002


> Support Vector Machines in (Numerical) Python ?
> 
> Especially the latter would be fine, I'm dreaming to implement a SVM
> based script with the capability to distinguish spam from personal
> mails.... but I'm way to lazy to write my own SVM.

Here's a couple of alternatives:

- python SVM using orange machine learning framework (Aleks Jakulin)
  http://ai.fri.uni-lj.si/~aleks/orng/

or 

- you can use jython and tap the Java Weka Machine Learning Framework
  which also has an SVM implementation
  http://www.cs.waikato.ac.nz/ml/weka/

This is fun stuff... enjoy!

Sandy Norton



More information about the Python-list mailing list