Krahasoni metodat
Shqyrtoni metodat e zgjedhura krah për krah; rreshtat që ndryshojnë janë të theksuar.
| ResNet (Rrjeti Rezidual)× | Vision Transformer× | |
|---|---|---|
| Fusha | Mësimi i thellë | Mësimi i thellë |
| Familja | Machine learning | Machine learning |
| Viti i origjinës≠ | 2016 | 2021 |
| Krijuesi≠ | He, K.; Zhang, X.; Ren, S.; Sun, J. | Dosovitskiy, A. et al. |
| Lloji≠ | Deep Convolutional Neural Network with skip connections | Transformer architecture for images (self-attention over patches) |
| Burimi themelues≠ | He, K., Zhang, X., Ren, S., & Sun, J. (2016). Deep Residual Learning for Image Recognition. Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition (CVPR), 770–778. DOI ↗ | Dosovitskiy, A. et al. (2021). An Image is Worth 16x16 Words: Transformers for Image Recognition at Scale. ICLR. link ↗ |
| Emërtime të tjera≠ | ResNet, Residual Network, Deep Residual Learning, ResNet-50 | Görsel Transformer (ViT), görsel transformer, ViT, patch transformer for images |
| Të lidhura≠ | 4 | 5 |
| Përmbledhja≠ | ResNet (Residual Network) is a deep convolutional neural network architecture introduced by Kaiming He, Xiangyu Zhang, Shaoqing Ren, and Jian Sun at CVPR 2016. By inserting shortcut (skip) connections that carry the input of a block directly to its output — defining the block's task as learning a residual correction rather than a full mapping — ResNet enabled training of networks with hundreds or even thousands of layers without the vanishing-gradient degradation that had previously made very deep networks impractical. It won the ILSVRC 2015 image recognition competition with a top-5 error of 3.57% and remains the most widely used backbone architecture in computer vision. | The Vision Transformer (ViT), introduced by Dosovitskiy and colleagues in 2021, splits an image into fixed-size patches, treats those patches as a sequence, and applies the Transformer self-attention mechanism to image classification. Given enough training data, it surpasses convolutional neural networks (CNNs). |
| ScholarGateSeti i të dhënave ↗ |
|
|