搜索资源列表
CNN_toolbox
- 卷积神经网络(CNN)算法,含有训练程序和测试程序 -CNN method by matlab,including the training data and the testing method
DeepLearnToolbox_CNN_lzbV2.0
- DeepLearnToolbox_CNN_lzbV2.0 深度学习,卷积神经网络,Matlab工具箱 参考文献: [1] Notes on Convolutional Neural Networks. Jake Bouvrie. 2006 [2] Gradient-Based Learning Applied to Document Recognition. Yann LeCun. 1998 [3] https://github.com/rasmusberg
gangyui
- 意信号卷积的运算,并且绘制图象,用MATLAB实现的压缩传感,包括最小二乘法、SVM、神经网络、1_k近邻法。- Convolution operation is intended to signal and image rendering, Using MATLAB compressed sensing, Including the least squares method, the SVM, neural networks, 1 _k neighbor method.
CNN
- CNN卷积神经网络的matlab实现,CNN主要用来识别位移、缩放及其他形式扭曲不变性的二维图形。并附有相关说明-Realization of CNN Convolution Neural Network by,CNN is mainly used to identify displacement, zoom and other forms of twisted invariance of the two-dimensional graphics, With instructions
cnn
- 基于MATLAB的RCNN卷积神经网络例程,非常适合新手入门的例程程序,值得拥有!- U57FA u4E8EMATLAB u7684RCNN u5377 u79EF u795E u7ECF u7F51 u7EDC u7A0B uFF0C u975E u5E38 u9002 u5408 UFF0C u503C u5F97 u62E5 u6709 uFF01
matconvnet-1.0-beta19.tar
- matlab实现CNN卷积神经网络,进行图像分类。(We can realize neural network with matlab, which will complete the classification of the image.)
CNN
- %得到卷积层的featuremap的size,卷积层fm的大小 为 上一层大小 - 卷积核大小 + 1(步长为1的情况) %得到卷积层的featuremap的size,卷积层fm的大小 为 上一层大小 - 卷积核大小 + 1(步长为1的情况)(Wang Yuting has a severe muscular dystrophy with only two arms to move about 5 centimeters. But she was determined to be a pain
matlabCNN
- 基于CNN的卷积神经网络的matlab代码,方便简单(cnn matlab code good for learner)
CNN_7
- 卷积神经网络的简单Matlab小程序仿真(Simple Matlab small program simulation of convolution neural network)
俩个卷积神经网络代码
- 卷积神经网络代码,用MATLAB语言编写,可在maltab平台中运行。(Convolutional neural network code, written in MATLAB language, can run in maltab platform.)
Matlab实现卷积神经网络对Mnist数据集的识别
- matlab实现卷积神经网络对mnist数据集的的识别。程序完整,函数处理好的数据集,可以直接是使用。