Machine learning
卷积神经网络图像分类
卷积神经网络(CNN)图像分类使用深度卷积架构,如ResNet(He等人,2016)、VGG和EfficientNet(Tan & Le,2019),将图像分类到不同的类别。堆叠的卷积层直接从像素中学习视觉特征的层次结构,而残差(跳跃)连接可以防止非常深的网络中出现梯度消失问题。
阅读完整方法
仅限会员
登录使用免费账户登录即可阅读本节。
Method map
The neighbourhood of related methods — select a node to explore.
来源
- He, K., Zhang, X., Ren, S. & Sun, J. (2016). Deep Residual Learning for Image Recognition. CVPR. DOI: 10.1109/CVPR.2016.90 ↗
- Tan, M. & Le, Q.V. (2019). EfficientNet: Rethinking Model Scaling for Convolutional Neural Networks. ICML, PMLR 97, 6105–6114. arXiv:1905.11946. link ↗
如何引用本页
ScholarGate. (2026, June 1). Convolutional Neural Network Image Classification (ResNet / VGG / EfficientNet). ScholarGate. https://scholargate.app/zh/deep-learning/cnn-image-classification
Which method?
Set this method beside its closest kin and read them side by side — the library lays the books on the table; the choice is yours.
- Dilated CNN深度学习↔ compare
- 随机森林机器学习↔ compare
- 支持向量机(分类)机器学习↔ compare
- TextCNN深度学习↔ compare
- XGBoost机器学习↔ compare