HEP-KBFI / ml-tau-en-reg

Reconstructing tau leptons using various machine learning techniques
GNU General Public License v3.0
0 stars 1 forks source link

ran binary classification #66

Closed HardiVv closed 1 month ago

HardiVv commented 1 month ago

Ran 3 binary classification tasks on three feature sets

Each run took about a day and 150 GB memory

HardiVv commented 1 month ago

Configurable training features for binary classification task

The task was the same as in #62 but for binary classification.

Some plots didn't turn out great maybe because of tensorboard?

(JP: if prediction values are very small/large in the initial epochs, tensorboard histograms are not able to visualize it correctly) image

Other graphs showed the opposite, with Kinematics + 13 features performing better.

image

Training ROC curves were worse than validation but more stable over increasing steps. Validation ROC curves fluctuated significantly. This discrepancy is intriguing.

(JP: train being significantly worse than validation seems like a bug) Train ROC curves image

Validation ROC curves. Kinematics + features is better at low background, while Kinematics + features + lifetimes performs better overall. Choosing the right feature set is crucial depending on the model's objective. image