เปรียบเทียบวิธี
ดูวิธีที่เลือกเทียบกันแบบเคียงข้าง แถวที่ต่างกันจะถูกเน้นไว้
| ต้นไม้ตัดสินใจแบบเบย์ (Bayesian Decision Tree)× | Random Forest แบบเบย์เซียน× | |
|---|---|---|
| สาขาวิชา | การเรียนรู้ของเครื่อง | การเรียนรู้ของเครื่อง |
| ตระกูล | Machine learning | Machine learning |
| ปีกำเนิด≠ | 1998 | 2015 |
| ผู้ริเริ่ม≠ | Chipman, H. A.; George, E. I.; McCulloch, R. E. | Taddy, M. et al. |
| ประเภท≠ | Bayesian ensemble / tree model | Bayesian ensemble of decision trees |
| แหล่งต้นตำรับ≠ | Chipman, H. A., George, E. I., & McCulloch, R. E. (1998). Bayesian CART model search. Journal of the American Statistical Association, 93(443), 935–948. DOI ↗ | Taddy, M., Chen, C., Yu, J., & Wyle, M. (2015). Bayesian and Empirical Bayesian Forests. Proceedings of the 32nd International Conference on Machine Learning (ICML 2015), PMLR 37, 967–976. link ↗ |
| ชื่อเรียกอื่น | Bayesian CART, BCART, Bayesian tree induction, probabilistic decision tree | Bayesian Forest, BRF, Empirical Bayesian Forest, posterior random forest |
| ที่เกี่ยวข้อง | 5 | 5 |
| สรุป≠ | Bayesian Decision Tree (Bayesian CART) places a prior distribution over tree structures and leaf parameters, then uses Markov chain Monte Carlo to explore the posterior distribution of trees given data. Instead of a single best tree, it produces a distribution of plausible trees whose predictions are averaged, yielding calibrated uncertainty estimates alongside point predictions. | Bayesian Random Forest extends the classical random forest by placing a prior distribution over tree structures and leaf parameters, then sampling or approximating the posterior over that ensemble. The result is a set of predictions accompanied by calibrated uncertainty estimates — a capability standard random forests lack — making it valuable when knowing how confident the model is matters as much as the prediction itself. |
| ScholarGateชุดข้อมูล ↗ |
|
|