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

Declares the Scaling layer: applies per-feature input normalization (min-max, mean-stddev, ...) before training. More...

#include "statistics.h"
#include "layer.h"
#include "operators.h"
#include "variable.h"

Go to the source code of this file.

Classes

class  opennn::Scaling
 Per-feature input normalization layer. More...
 

Namespaces

namespace  opennn
 

Detailed Description

Declares the Scaling layer: applies per-feature input normalization (min-max, mean-stddev, ...) before training.