Implement Meta Model

The Meta model wraps the actual keras model. The meta model is responsible for

  • selecting the events
  • applying cross validation
  • storing the keras model
  • normalizing the input
  • normalizing the input weights
  • provide interface for parameters
Edited by Frank Sauerburger