Machine learningDeep learning / NLP / CV
微调卷积神经网络
微调卷积神经网络(CNN)是指从一个已经在大型数据集(通常是ImageNet)上训练过的网络开始,然后在较小的目标数据集上继续训练,使模型能够适应新任务的视觉特征。与从头开始训练相比,这种方法大大减少了达到高性能所需的数据和计算量。
阅读完整方法
仅限会员
登录使用免费账户登录即可阅读本节。
Method map
The neighbourhood of related methods — select a node to explore.
+6 more
来源
- Yosinski, J., Clune, J., Bengio, Y., & Lipson, H. (2014). How transferable are features in deep neural networks? Advances in Neural Information Processing Systems, 27. link ↗
- Tajbakhsh, N., Shin, J. Y., Gurudu, S. R., Hurst, R. T., Kendall, C. B., Gotway, M. B., & Liang, J. (2016). Convolutional neural networks for medical image analysis: Full training or fine tuning? IEEE Transactions on Medical Imaging, 35(5), 1299–1312. DOI: 10.1109/TMI.2016.2535302 ↗
如何引用本页
ScholarGate. (2026, June 3). Fine-Tuned Convolutional Neural Network (CNN Fine-Tuning via Transfer Learning). ScholarGate. https://scholargate.app/zh/deep-learning/fine-tuned-convolutional-neural-network
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.
- 微调循环神经网络深度学习↔ compare
- 微调视觉Transformer深度学习↔ compare
- 图像分类深度学习↔ compare
- 目标检测深度学习↔ compare
- 基于卷积神经网络的迁移学习深度学习↔ compare