pcSVM is a Python framwork with support for vector machines. Support Vector Machines is a new generation of learning algorithms based on recent advances in statistical learning theory, and applied to large number of real-world applications, such as text categorization, hand-written character recognition.
Support Vector Machines outperform other classifiers as artificial neural networks in most situations. The core of the framework is written in c++, boost.python was used for Python support.
Product's homepage
Requirements:
· Python