Compara mètodes
Revisa els mètodes seleccionats l'un al costat de l'altre; les files que difereixen es ressalten.
| Neural ODE× | XGBoost× | |
|---|---|---|
| Camp≠ | Aprenentatge profund | Aprenentatge automàtic |
| Família | Machine learning | Machine learning |
| Any d'origen≠ | 2018 | 2016 |
| Autor original≠ | Chen, T. Q. et al. | Chen, T. & Guestrin, C. |
| Tipus≠ | Continuous-depth neural network (ODE-parameterised dynamics) | Ensemble (gradient-boosted decision trees) |
| Font seminal≠ | Chen, T. Q., Rubanova, Y., Bettencourt, J. & Duvenaud, D. (2018). Neural Ordinary Differential Equations. Advances in Neural Information Processing Systems (NeurIPS). link ↗ | Chen, T. & Guestrin, C. (2016). XGBoost: A Scalable Tree Boosting System. Proceedings of the 22nd ACM SIGKDD, 785–794. DOI ↗ |
| Àlies≠ | Nöral Diferansiyel Denklem (Neural ODE), neural ordinary differential equation, continuous-depth network, ODE-Net | XGBoost, extreme gradient boosting, scalable tree boosting |
| Relacionats≠ | 4 | 5 |
| Resum≠ | A Neural ODE, introduced by Chen and colleagues in 2018, models a hidden state as the continuous solution of an ordinary differential equation whose dynamics are parameterised by a neural network. It generalises the limiting case of residual connections, making it well suited to irregularly spaced time series and physics-based modelling. | 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 ↗ |
|
|