C-GB-Condensed-Gradient Boosting
Gradient Boosting Machine is a machine learning model for classification and regression
problems. In the following, we present a Condensed Gradient Boosting model that works well
for multiclass multi-output regression with high precision and speed.
GBNN-MO-Gradient Boosted Neural
Network-Multi-Output
Gradient Boosted Neural Network-Multi-Output or GBNN-MO model is a novel training procedure
for shallow and deep neural networks. The GBNN-MO is specifically developed for single and
multi-output regression problems. The GBNN-MO is developed over the GBNN model.
Input space expansion
-Multi-output regression by expanding the input space
The focus of this project is to reproduce the two well-known multioutput regression models.
The SST and ERC are introduced by [pyromitros-Xioufis, Eleftherios, et al. 2016]. The main
work is presented in Java here.
AdaBoost Neural
NetworkBuilding Boosted ensemble with shallow neural network
The main idea of this simple repository is to build an ensemble of the Multi-layer
perceptrons (classifier and regressor) with the AdaBoost boosting approach.
baseline for the "Multi-target regression via input space expansion: treating targets as
inputs"
(Spyromitros-Xioufis, Eleftherios, et al.) experiments. Having a baseline for the reference
experiment
brings more insight into the advantages of using output as an input in the model.