방법 비교
선택한 방법을 나란히 검토하세요. 서로 다른 행은 강조 표시됩니다.
| 확장된 CNN× | XGBoost× | |
|---|---|---|
| 분야≠ | 딥러닝 | 머신러닝 |
| 계열 | Machine learning | Machine learning |
| 기원 연도 | 2016 | 2016 |
| 창시자≠ | van den Oord, A. et al.; Bai, S., Kolter, J.Z. & Koltun, V. | Chen, T. & Guestrin, C. |
| 유형≠ | Deep learning (dilated 1D convolutional network) | Ensemble (gradient-boosted decision trees) |
| 원전≠ | van den Oord, A. et al. (2016). WaveNet: A Generative Model for Raw Audio. arXiv. link ↗ | Chen, T. & Guestrin, C. (2016). XGBoost: A Scalable Tree Boosting System. Proceedings of the 22nd ACM SIGKDD, 785–794. DOI ↗ |
| 별칭≠ | Dilate Edilmiş CNN (WaveNet / TCN), WaveNet, Temporal Convolutional Network, TCN | XGBoost, extreme gradient boosting, scalable tree boosting |
| 관련 | 5 | 5 |
| 요약≠ | A Dilated CNN is a one-dimensional convolutional network whose receptive field grows exponentially with depth, letting it model long-range structure in time series and audio signals. WaveNet (van den Oord et al., 2016) and the Temporal Convolutional Network of Bai, Kolter and Koltun (2018) are the prominent members of this family. | 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. |
| ScholarGate데이터셋 ↗ |
|
|