paper-with-me

Papers

Dynamic Stacked Generalization for Node Classification on Networks

2016-10-16 · Zhen Han, Alyson Wilson

We propose a novel stacked generalization (stacking) method as a dynamic ensemble technique using a pool of heterogeneous classifiers for node label classification on networks. The proposed method assigns component models a set of functional coefficients, which can vary smoothly with certain topological features of a node. Compared to the traditional stacking model, the proposed method can dynamically adjust the weights of individual models as we move across the graph and provide a more versatile and significantly more accurate stacking model for label prediction on a network. We demonstrate the benefits of the proposed model using both a simulation study and real data analysis.

📄 PDF Abstract BibTeX arXiv:1610.04804

Code (0)

등록된 구현이 없습니다.

Tasks

ClassificationGeneral ClassificationNode Classification

Similar Papers 제목 키워드 기반

Stacked Spatio-Temporal Graph Convolutional Networks for Action Segmentation

2018-11-26 · Pallabi Ghosh, Yi Yao, Larry S. Davis, Ajay Divakaran

We propose novel Stacked Spatio-Temporal Graph Convolutional Networks (Stacked-STGCN) for action segmentation, i.e., predicting and localizing a sequence of actions over long videos. We extend the Spatio-Temporal Graph C…

Action RecognitionAction SegmentationDecoderSkeleton Based Action Recognition+1

Combining Varied Learners for Binary Classification using Stacked Generalization

2022-02-17 · Sruthi Nair, Abhishek Gupta, Raunak Joshi, Vidya Chitre

The Machine Learning has various learning algorithms that are better in some or the other aspect when compared with each other but a common error that all algorithms will suffer from is training data with very high dimen…

Binary ClassificationClassificationEnsemble Learning

pystacked: Stacking generalization and machine learning in Stata

2022-08-23 · Achim Ahrens, Christian B. Hansen, Mark E. Schaffer

pystacked implements stacked generalization (Wolpert, 1992) for regression and binary classification via Python's scikit-learn. Stacking combines multiple supervised machine learners -- the "base" or "level-0" learners -…

Binary Classificationregression

Environmental Modeling Framework using Stacked Gaussian Processes

2016-12-09 · Kareem Abdelfatah, Junshu Bao, Gabriel Terejanu

A network of independently trained Gaussian processes (StackedGP) is introduced to obtain predictions of quantities of interest with quantified uncertainties. The main applications of the StackedGP framework are to integ…

Gaussian Processes

NDGGNET-A Node Independent Gate based Graph Neural Networks

2022-05-11 · Ye Tang, Xuesong Yang, Xinrui Liu, Xiwei Zhao 외

Graph Neural Networks (GNNs) is an architecture for structural data, and has been adopted in a mass of tasks and achieved fabulous results, such as link prediction, node classification, graph classification and so on. Ge…

Graph ClassificationLink PredictionNode Classification