Thursday, May 30, 2019
NN problem with detector features
Writing features files from flat trees output by DSelector. Should be easy enough to keep detector information, BUT not every event has meaningful output for each of these. E.g., for events where the K+ does not enter the BCAL, BCAL values are either 0 or 1000 (the latter a flag value, I assume). A NN will likely have problems handling this (feature standardization will be screwy), but a BDT should be able to do it easily.
Subscribe to:
Post Comments (Atom)
Relegator update
Kripa has produced some really nice plots of significance vs decision function threshold for the regressor. NICE. We also have plots of a...
-
Thinking about investigating a NN classifier for separating signal from a pernicious background. Typical approach is to train classifier, a...
-
1. Separate dataset generation and classifier training into different scripts. This way, the classification script can be run with differen...
No comments:
Post a Comment