Machine learning
卷积神经网络(分类)
卷积神经网络(CNN)是一种深度学习模型,由LeCun及其同事于1998年提出,它直接从图像和结构化数据中学习局部模式以对其进行分类。一系列卷积滤波器会发现日益抽象的特征,因此可以大大减少手动特征工程的需求。
阅读完整方法
仅限会员
登录使用免费账户登录即可阅读本节。
Method map
The neighbourhood of related methods — select a node to explore.
来源
- LeCun, Y., Bottou, L., Bengio, Y. & Haffner, P. (1998). Gradient-Based Learning Applied to Document Recognition. Proceedings of the IEEE, 86(11), 2278–2324. DOI: 10.1109/5.726791 ↗
如何引用本页
ScholarGate. (2026, June 1). Convolutional Neural Network for Classification. ScholarGate. https://scholargate.app/zh/deep-learning/cnn-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.
- 自编码器深度学习↔ compare
- 随机森林机器学习↔ compare
- 支持向量机(分类)机器学习↔ compare
- Transformer (NLP)深度学习↔ compare
- XGBoost机器学习↔ compare