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
- Host: GitHub
- URL: https://github.com/jmduarte/higgstagging
- Owner: jmduarte
- Created: 2017-09-08T19:13:10.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-10-19T03:08:19.000Z (over 7 years ago)
- Last Synced: 2025-01-03T21:32:10.004Z (4 months ago)
- Topics: higgs, lhc, machine-learning
- Language: Python
- Homepage:
- Size: 134 KB
- Stars: 0
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```