-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
80567e5
commit 6f6e436
Showing
5 changed files
with
60 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,39 @@ | ||
# Multioutput_GBNN | ||
Multioutput GBNN examples | ||
# Multivariate Gradient Boosted Neural Network | ||
|
||
# About | ||
The focus of this package is to provide related examples of the paper's experiments and results. You can reproduce our paper's results with the help of this package. | ||
|
||
# install | ||
To run the examples of this package, you have to install the GBNN package from [here](https://github.com/GAA-UAM/GBNN). | ||
`pip install GBNN` | ||
# Citation | ||
If you are using this package, please cite it as below. | ||
|
||
```yaml | ||
References: | ||
Type: article | ||
Authors: | ||
- Seyedsaman Emami | ||
- Gonzalo Martínez-Muñoz | ||
Arxiv: | ||
- https://arxiv.org/abs/1909.12098 | ||
- | ||
Keywords: | ||
- Gradient Boosting | ||
- "Neural Network" | ||
``` | ||
## Key members of Multivariate Gradient Boosted Neural Network | ||
* [Gonzalo Martínez-Muñoz](https://github.com/gmarmu) | ||
* [Seyedsaman Emami](https://github.com/samanemami) | ||
# Version | ||
0.0.1 | ||
## Updated | ||
2022-04-24 | ||
# Date-released | ||
2022-01-01 |