PPPLDeepLearning / plasma-python

PPPL deep learning disruption prediction package
http://tigress-web.princeton.edu/~alexeys/docs-web/html/
79 stars 43 forks source link

Normalization stat range #24

Closed ASvyatkovskiy closed 6 years ago

ASvyatkovskiy commented 6 years ago

This PR extends https://github.com/PPPLDeepLearning/plasma-python/pull/22

In https://github.com/PPPLDeepLearning/plasma-python/pull/22 we have applied clip(0, infinity) in the beginning of Normalizer.apply method for all normalizers, now, we also clip the signal further to the statistical range clip(-N,N) for all *Var* normalizers (Var, MeanVar, AveragingVar)

The value of N which defines the statistical range is defined in the config file, and is a tunable parameter.

The results for tuning N for Var normalizer (only) follow: