CS231n lecture 5 Convolutional Neural Networks(CNN)
ConvNetLayers卷积神经网络将输入的原始图像像素逐层转换为最终的classscores。我们采用以下几个主要的layers来构建卷积网络框架。ConvolutionalLayer,PoolingLayer,andFully-ConnectedLayerWewillstacktheselayerstoformafullConvNetarchitecture.上图啦,这就是一个CNN网络的一