השוואת שיטות
סקרו את השיטות שבחרתם זו לצד זו; שורות שבהן יש הבדל מודגשות.
| רשת Inception (GoogLeNet)× | VGGNet (רשתות קונבולוציה עמוקות מאוד)× | |
|---|---|---|
| תחום | למידה עמוקה | למידה עמוקה |
| משפחה | Machine learning | Machine learning |
| שנת המקור≠ | 2015 | 2014 |
| הוגה השיטה≠ | Christian Szegedy et al. (Google) | Simonyan, K. & Zisserman, A. (Visual Geometry Group, Oxford) |
| סוג≠ | Deep CNN with parallel multi-scale convolutions | Deep Convolutional Neural Network (image classification) |
| מקור מכונן≠ | Szegedy, C., et al. (2015). Going deeper with convolutions. IEEE Conference on Computer Vision and Pattern Recognition (CVPR), 1–9. DOI ↗ | Simonyan, K., & Zisserman, A. (2014). Very Deep Convolutional Networks for Large-Scale Image Recognition. arXiv:1409.1556 [cs.CV]. Published at ICLR 2015. DOI ↗ |
| כינויים≠ | GoogLeNet, Inception v1, Deep Convolutional Neural Network (Google), Başlangıç Ağı | VGG, VGG-16, VGG-19, Very Deep ConvNet |
| קשורות≠ | 2 | 4 |
| תקציר≠ | The Inception Network, introduced by Szegedy et al. at Google in 2015 and submitted to CVPR under the name GoogLeNet, is a 22-layer deep convolutional neural network designed for large-scale image recognition. Its defining contribution is the Inception module, which applies convolutions of multiple kernel sizes in parallel and concatenates their outputs, enabling the network to capture spatial features at different scales simultaneously without a proportional increase in computational cost. | VGGNet is a deep convolutional neural network architecture introduced by Karen Simonyan and Andrew Zisserman at the Visual Geometry Group, Oxford, in 2014 (published at ICLR 2015). It demonstrated that network depth — achieved exclusively through stacking small 3x3 convolutional filters — is the single most critical factor for high image-classification accuracy, and its two canonical variants (VGG-16 and VGG-19) became the dominant benchmark architectures for CNN design throughout the mid-2010s. |
| ScholarGateמערך נתונים ↗ |
|
|