Skip to content

A set of base classes in order to perfom training scripts for Neural Networs ( by means of SNNS) and SVM ( by means of SVM Light and SVM Class)

Notifications You must be signed in to change notification settings

vbosch/MachineLearning

Repository files navigation

This repository contains classes used in order to process data files and train
discriminative classifiers (Neural Networks and Support Vector Machines) in an automated manner.

For Neural Network training it uses the SNNS Software (http://www.ra.cs.uni-tuebingen.de/SNNS/).

For Support Vector Machines it uses SVM Light and SVM Multiclass owned by Thorsten Joachims (http://svmlight.joachims.org/).

Please see the bin directories for sample scripts used in order to train classifiers massively with the developed software.

Also ARN_TRR_Report and RN_TRR_Report contain documentation (generated in Latex) regarding the usage of the software.

About

A set of base classes in order to perfom training scripts for Neural Networs ( by means of SNNS) and SVM ( by means of SVM Light and SVM Class)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages