mkarakoc / event_classification_example

Standalone repository for classification example on simulated data that can be used in ML course.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Classifying events in a nuclear physics experiment - an example

Standalone repository for classification example on simulated data that can be used in ML course.

Content

/notebooks

data_import_exploration

This notebook contains a walkthrough from the first import of the data, formatting the data, initial analysis and exploration, and finally storing the data in a desired format.

logistic

Scikit-Learn example on using logistic regression to classify the data. Presents the metrics we use to assess the performance of a binary classifier.

dense

Keras example on using a fully-connected neural network to classify the data

convolutional

Keras example on using a convolutional neural network to classify the data

helper_functions.py

Collection of functions developed throughout the notebooks that are useful to store for easier re-use.

/data

  • CeBr10k_1.txt
    • file with 10000 events
  • CeBr200k_Mix.txt.gz
    • file with 200k events, compressed to comply with githubs max file size for regular repositories.

TODO:

  • Add example on model saving
  • data exploration
    • correlations
    • energy distributions
    • position distributions (including separation distances)

About

Standalone repository for classification example on simulated data that can be used in ML course.


Languages

Language:Jupyter Notebook 95.3%Language:Python 4.7%