手法を比較
選択した手法を並べて確認できます。異なる行はハイライト表示されます。
| Dilated 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データセット ↗ |
|
|