Сравнение методов
Просматривайте выбранные методы рядом; строки с различиями подсвечены.
| Ансамбль Гауссовских Процессов× | Гауссовский процесс× | |
|---|---|---|
| Область | Машинное обучение | Машинное обучение |
| Семейство | Machine learning | Machine learning |
| Год появления≠ | 2000–2015 | 2006 (book); roots in Kriging, 1951) |
| Автор метода≠ | Tresp, V. (committee formulation); Deisenroth, M. P. & Ng, J. W. (distributed formulation) | Rasmussen, C. E. & Williams, C. K. I. |
| Тип≠ | Ensemble of probabilistic surrogate models | Probabilistic non-parametric model |
| Основополагающий источник≠ | Tresp, V. (2000). A Bayesian Committee Machine. Neural Computation, 12(11), 2719–2741. DOI ↗ | Rasmussen, C. E., & Williams, C. K. I. (2006). Gaussian Processes for Machine Learning. MIT Press. ISBN: 978-0-262-18253-9 |
| Другие названия | Gaussian Process ensemble, GP committee machine, distributed GP, mixture of GPs | GP, Gaussian Process Regression, GPR, Kriging |
| Связанные≠ | 4 | 3 |
| Сводка≠ | Ensemble Gaussian Process trains multiple independent GP experts on data subsets or overlapping regions, then combines their posterior predictions — means and variances — into a single probabilistic forecast. This approach retains the calibrated uncertainty estimates of standard GPs while overcoming their O(n³) cubic cost bottleneck, making probabilistic regression practical on datasets with thousands to millions of observations. | A Gaussian Process (GP) is a non-parametric, fully probabilistic machine learning model that places a prior distribution directly over functions. Rather than predicting a single value, it returns a predictive mean and a calibrated uncertainty estimate at every test point, making it especially valuable for regression on small to medium datasets and for Bayesian optimization tasks. |
| ScholarGateНабор данных ↗ |
|
|