LUCID Neural Analysis

This analysis program was made so that various institutes such as CERN@School and the Institute for Research in Schools can use this program for analysing their data from Timepix or Medipix particle detectors.

CERN@School IRIS

Model Folder

The model folder contains the neural model used for classification. The neural model can be viewed with Tensorboard with its respective accuracy and loss graphs. Tensorflow

LNA API

from lucid_neural.analysis import predict as classify

blob = [[0,0],[0,1],[1,0],[1,1],[0,2],[1,2],[0,3],[1,3]]

print(classify(blob))
>>> beta

Dependencies

- Tensorflow
- LUCID Utils
- Numpy

Research & Development

LUCID EPQ - Particle Analysis