Non-Parametric Classification

Gaussian Process

Gaussian Processes are non-parametric models for approximating functions. They rely upon a measure of similarity between points (the kernel function) to predict the value for an unseen point from training data. The models are fully probabilistic so uncertainty bounds are baked in with the model.

Image Source: Gaussian Processes for Machine Learning, C. E. Rasmussen & C. K. I. Williams

Papers


Paper Code Results Date Stars

Tasks


Task Papers Share
Bayesian Optimization 73 16.86%
GPR 37 8.55%
Uncertainty Quantification 37 8.55%
Active Learning 26 6.00%
Decision Making 18 4.16%
Model Predictive Control 12 2.77%
Computational Efficiency 11 2.54%
Classification 11 2.54%
Thompson Sampling 9 2.08%

Components


Component Type
🤖 No Components Found You can add them if they exist; e.g. Mask R-CNN uses RoIAlign

Categories