TorchLean API

NN.Spec.Module.Svm

Linear SVM as an NNModuleSpec #

The SVM spec model includes a gradient-descent baseline and prediction helpers. This file adds the NNModuleSpec wrapper so it can be composed/exported in the module system.

References:

A linear SVM represented as a single-output linear module.

Instances For

    A one-node specification chain containing a linear SVM.

    Instances For