Class | Description |
---|---|
OCNNOutputLayer |
An implementation of one class neural networks from:
https://arxiv.org/pdf/1802.06360.pdf
The one class neural network approach is an extension of the standard output layer with a single set of weights, an
activation function, and a bias to: 2 sets of weights, a learnable "r" parameter that is held static 1 traditional
set of weights.
|
OCNNOutputLayer.Builder |
Copyright © 2020. All rights reserved.