Skip to content

Software for deep learning and neutrino experiment

Notifications You must be signed in to change notification settings

CIEMAT-Neutrino/DeepNeutrino

 
 

Repository files navigation

DeepNeutrino

Software for Deep Learning and neutrino experiment

Dependences

  • uproot may be useful. It is the fastest software that I have found regarding turning ROOT TTrees into numpy arrays. It is not the official ROOT software supported by CERN. To install it type $ pip3 install uproot .
  • ROOT CERN and PyROOT are useful, However uproot is faster.
  • numpy, obviously.
  • Tensor Flow, for deep learning purposes.
  • Keras, to implement deep learning model relatively fast.

All this code has been developed by Daniel de Andres et al. The folders containing the data can be found in:

/pnfs/ciemat.es/data/neutrinos/WA105/DanielData

/pnfs/ciemat.es/data/neutrinos/WA105/MonteCarloSamples_Daniel

About

Software for deep learning and neutrino experiment

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 99.8%
  • Other 0.2%