השוואת שיטות
סקרו את השיטות שבחרתם זו לצד זו; שורות שבהן יש הבדל מודגשות.
| CNN מורחב× | יחידת רשת נוירונים חוזרת עם שערים (GRU)× | |
|---|---|---|
| תחום | למידה עמוקה | למידה עמוקה |
| משפחה | Machine learning | Machine learning |
| שנת המקור≠ | 2016 | 2014 |
| הוגה השיטה≠ | van den Oord, A. et al.; Bai, S., Kolter, J.Z. & Koltun, V. | Cho, K. et al. |
| סוג≠ | Deep learning (dilated 1D convolutional network) | Gated recurrent neural network unit |
| מקור מכונן≠ | van den Oord, A. et al. (2016). WaveNet: A Generative Model for Raw Audio. arXiv. link ↗ | Cho, K. et al. (2014). Learning Phrase Representations using RNN Encoder–Decoder for Statistical Machine Translation. EMNLP. link ↗ |
| כינויים≠ | Dilate Edilmiş CNN (WaveNet / TCN), WaveNet, Temporal Convolutional Network, TCN | Kapılı Tekrarlayan Birim (GRU), gated recurrent unit, gated recurrent network |
| קשורות | 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. | The Gated Recurrent Unit (GRU) is a gated recurrent neural network cell introduced by Cho and colleagues in 2014 that captures long-range dependencies in sequential data using update and reset gates, achieving performance comparable to LSTM with fewer parameters. |
| ScholarGateמערך נתונים ↗ |
|
|