No description
  • Jupyter Notebook 84.6%
  • Python 15.4%
Find a file
2022-08-28 02:32:54 +02:00
common Add all 4 lines on plon 2022-08-28 02:32:54 +02:00
training/runs Add runE30 2022-04-04 18:03:23 +02:00
.gitignore Add updates 2021-12-21 12:37:01 +01:00
README.md Update readme 2021-10-26 12:19:32 +02:00

nuNet

nuNet is a convolutional neural network platform for reconstructing neutrino properties from radio emission produced in Askaryan events

Folder structure

.
├── ...
├── common                  # directory with tools, models, ...
│   ├── bandpass_filters
│   ├── models
│   │   ├── runD[n]         #  
│   │   ├── runE[n]         # saved models from training sessions
│   │   └── runF[n]         #
│   └── tools
│       └── start_training  # tools for running training sessions
│
├── training                # directory for training code
│   └── runs                
│       ├── direction       
│       │   ├── archive     # directory for archived runs and bases
│       │   ├── base        # directory for bases 
│       │   └── runD[n]     # n = 1, 2, 3, ...
│       ├── energy
│       │   ├── archive     #      
│       │   ├── base        # ──── || ────
│       │   └── runE[n]     #      
│       └── flavour
│           ├── archive     #
│           ├── base        # ──── || ────
│           └── runF[n]     #
└── ...

Packages

Association

The work in this repository is done by Sigfrid Stjärnholm, as a part in the work as a research assistant at Uppsala University with Christian Glaser as a supervisor.