sgsfak / subnet_stacking

Supporting material for the paper "Stacking of Network Based Classifiers with Application in Breast Cancer Classification" presented in XIV Mediterranean Conference on Medical and Biological Engineering and Computing (2016)

Home Page:https://link.springer.com/chapter/10.1007/978-3-319-32703-7_214

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Stacked network-based classifiers

"Stacked generalization" was introduced by Wolpert in 1992 as a way to combine multiple "base" classifiers in a two-level classification scheme. The classifiers at the first level (Level 0) take as input the input cases and each one of them produces a prediction. The predictions of the first level classifiers are then given as input to the second level (Level 1) classifier (combiner) that provides the final prediction:

Here we have implemented this idea using a list of genes as "seeds" for the base classifiers. Each of the base classifiers is then built by expanding in the network neighborhood of the corresponding gene...

About

Supporting material for the paper "Stacking of Network Based Classifiers with Application in Breast Cancer Classification" presented in XIV Mediterranean Conference on Medical and Biological Engineering and Computing (2016)

https://link.springer.com/chapter/10.1007/978-3-319-32703-7_214


Languages

Language:Jupyter Notebook 96.4%Language:Python 3.6%