An open API service indexing awesome lists of open source software.

https://github.com/jmduarte/higgstagging

Higgs Tagging LHC CMS
https://github.com/jmduarte/higgstagging

higgs lhc machine-learning

Last synced: 3 months ago
JSON representation

Higgs Tagging LHC CMS

Awesome Lists containing this project

README

        

# HiggsTagging
Credit to https://github.com/mstoye/DeepJet. Install Miniconda2 by sourcing `install_miniconda.sh` in your home directory. You may need to log out and log back in after this
```bash
cp install_miniconda.sh ~/
cd ~
source install_miniconda.sh
```

Then install the rest of the dependencies:
```bash
cd ~/HiggsTagging
source install.sh
```

Finally each time you log in set things up:
```bash
source setup.sh
```

To run a simple training:
```bash
cd ~/HiggsTagging/train
python train_deepdoubleb_simple.py
```
and evaluate the training:
```bash
python eval_deepdoubleb_simple.py
```