Name | Description |
---|---|
PCA | Reducing the feature space based on a Principal Component Analysis |
Standardize | Standardize the inputs with mu-sigma standardization |
Destandardize | Destandardize the inputs after mu-sigma standardization |
Scale | Scale the inputs with min-max normalization to [0,1] |
Rescale | Rescale the outputs after min-max normalization |