GestureRecognitionToolkit  Version: 0.1.0
The Gesture Recognition Toolkit (GRT) is a cross-platform, open-source, c++ machine learning library for real-time gesture recognition.
Softmax Directory Reference

Files

file  Softmax.cpp [code]
 
file  Softmax.h [code]
 The Softmax Classifier is a simple but effective classifier (based on logisitc regression) that works well on problems that are linearly separable.
 
file  SoftmaxModel.h [code]
 This file implements a container for a Softmax model.