李宏毅 5 卷积神经网络 Convolutional Neural Network

本文探讨了为什么使用卷积神经网络(CNN)而非全连接网络处理图像处理任务,强调了CNN在减少参数复杂性方面的优势。CNN结构包括卷积层、最大池化层等,通过滤波器检测图像中的模式。卷积过程通过共享权重减少计算量,而最大池化则用于减小图像尺寸同时保持模式检测能力。
摘要由CSDN通过智能技术生成

WHY CNN?

If use DNN fully connect network, when there are lots of features especailly in image processing, over thousands or millions dimensions in a vetor, it will become a very complicated issue.
We can filter some dimensions by leveraging prior knowledge that decreasing the parameters in DNN. It’s CNN, which is much easier than DNN.

  1. A neural doesn’t have to see the whole pecture to discover the pattern在这里插入图片描述
  2. The same pattern appears in the different part of the image. e.g. one in upper-left and another in the middle of the picture.
    在这里插入图片描述
  3. Subsampling the pixels to make the image smaller and do not influence the pattern detection.
  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值