matlab实现卷积神经网络(CNN)我要分享

Implementation of convolutional neural network (CNN) with MATLAB

CNN 卷积神经网络

关注次数: 366

下载次数: 0

文件大小: 4KB

代码分类: 智能算法

开发平台: matlab

下载需要积分: 1积分

版权声明:如果侵犯了您的权益请与我们联系,我们将在24小时内删除。

代码描述

中文说明:

matlab实现卷积神经网络,适合于新手学习,有基础的可以不看。


English Description:

Matlab implementation of convolution neural network, suitable for novice learning, basic can not see.


代码预览

CNN\cnnapplygrads.m

CNN\cnnbp.m

CNN\cnnff.m

CNN\cnnnumgradcheck.m

CNN\cnnsetup.m

CNN\cnntest.m

CNN\cnntrain.m