Skip to content

Commit

Permalink
Update Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
nicoladimauro authored Feb 1, 2018
1 parent 2b158a2 commit eccb6cd
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,27 @@
# GPU
Density Estimators for Positive-Unlabeled Learning

## Python and R implementation

### Prerequisites
* [R language](https://www.r-project.org/)
* [bnlearn lybrary](http://www.bnlearn.com/)
* [Python language](https://www.python.org/)
* [scikit-learn](http://scikit-learn.org/stable/)
* [NumPy](http://www.numpy.org/)

### Run the experiments

```bash
python3 gpu.py
```
## Citation
```bibtex
@INPROCEEDINGS{basile2018nfmcp,
author = {T.M.A. Basile and N. Di Mauro and F. Esposito and S. Ferilli and A. Vergari},
title = {Density Estimators for Positive-Unlabeled Learning},
booktitle = {6th International Workshop on New Frontiers in Mining Complex Patterns (NFMCP17)},
year = {2018}
}
```

0 comments on commit eccb6cd

Please sign in to comment.