Compara mètodes
Revisa els mètodes seleccionats l'un al costat de l'altre; les files que difereixen es ressalten.
| Xarxa Neuronal Convolucional (Classificació)× | XGBoost× | |
|---|---|---|
| Camp≠ | Aprenentatge profund | Aprenentatge automàtic |
| Família | Machine learning | Machine learning |
| Any d'origen≠ | 1998 | 2016 |
| Autor original≠ | LeCun, Y. et al. | Chen, T. & Guestrin, C. |
| Tipus≠ | Deep neural network (convolutional) | Ensemble (gradient-boosted decision trees) |
| Font seminal≠ | LeCun, Y., Bottou, L., Bengio, Y. & Haffner, P. (1998). Gradient-Based Learning Applied to Document Recognition. Proceedings of the IEEE, 86(11), 2278–2324. DOI ↗ | Chen, T. & Guestrin, C. (2016). XGBoost: A Scalable Tree Boosting System. Proceedings of the 22nd ACM SIGKDD, 785–794. DOI ↗ |
| Àlies≠ | CNN (Evrişimli Sinir Ağı — Sınıflandırma), CNN classification, ConvNet, convolutional network classifier | XGBoost, extreme gradient boosting, scalable tree boosting |
| Relacionats | 5 | 5 |
| Resum≠ | A Convolutional Neural Network (CNN) is a deep learning model, established by LeCun and colleagues in 1998, that learns local patterns directly from images and structured data to classify them. Stacks of convolutional filters discover increasingly abstract features, so manual feature engineering can be largely reduced. | XGBoost (Extreme Gradient Boosting) is a scalable tree-boosting algorithm introduced by Tianqi Chen and Carlos Guestrin in 2016. It builds a strong predictor by adding decision trees one at a time, each correcting the errors left by the trees before it, and is a powerful prediction method widely used in competitions. |
| ScholarGateConjunt de dades ↗ |
|
|