学习目标

  • 什么是CNN
  • 卷积和图像特征
  • depth,stride,padding
  • Relu
  • pooling
  • 什么是flattening
  • fully connected layer 全连接层
  • cnn训练
  • softmax和cross-entropy
  • 如何自己设计cnn