| Package | Description |
|---|---|
| org.deeplearning4j.nn.conf.ocnn |
| Class and 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 © 2018. All rights reserved.