Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/fxia22/neuralfdr

Software accompanying "NeuralFDR: Learning Discovery Thresholds from Hypothesis Features"
https://github.com/fxia22/neuralfdr

Last synced: 1 day ago
JSON representation

Software accompanying "NeuralFDR: Learning Discovery Thresholds from Hypothesis Features"

Awesome Lists containing this project

README

        

# NeuralFDR
Software accompanying "NeuralFDR: Learning Discovery Thresholds from Hypothesis Features", NIPS 2017

## Dependencies
You will have to install PyTorch to run the code, follow the instructions from http://pytorch.org

## Download the data
Download the data used in the paper from this [dropbox folder](https://www.dropbox.com/sh/wtp58wd60980d6b/AAA4wA60ykP-fDfS5BNsNkiGa?dl=0).

## Train a NeuralFDR model

```
python train.py --data data/data_airway.csv --dim 1 --out airway
```

The report will be available in airway folder

## Citation

If you use this code, please cite
```
@inproceedings{xia2017neuralfdr,
title={NeuralFDR: Learning Discovery Thresholds from Hypothesis Features},
author={Xia, Fei and Zhang, Martin J and Zou, James Y and Tse, David},
booktitle={Advances in Neural Information Processing Systems},
pages={1540--1549},
year={2017}
}
```