OpenNN
Open-source neural networks library
Loading...
Searching...
No Matches
bounding_layer.h File Reference

Declares the Bounding layer: clamps each output to a configurable per-feature [lower, upper] interval. More...

#include "layer.h"
#include "operators.h"
#include "forward_propagation.h"
#include "back_propagation.h"

Go to the source code of this file.

Classes

class  opennn::Bounding
 Per-feature output-clamping layer. More...
 

Namespaces

namespace  opennn
 

Detailed Description

Declares the Bounding layer: clamps each output to a configurable per-feature [lower, upper] interval.