搜索资源列表
CNN
- 卷积神经网络的c++ 实现版本,本文件主要供学习机器学习的同学使用,里面代码有详细注释-CNN matlab
CNN
- 深度学习的卷积神经网络的MATLAB代码实现,数据为MNIST标准库。-it s a code in CNN with matlab.the is the MNIST.
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
- 经典的卷积神经网络MATLAB实现源码,可直接运行。-Classical convolutional neural network MATLAB implementation source code, can be directly run.
code
- 卷积神经网络的实现,未使用matlab工具包函数-Convolutional neural network implementation, not using the MATLAB toolkit function
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
- 一个简单的CNN的matlab实现,用于分割脑血管(a simple implementation of convolutional neural networks and just for the Segmentation of Brain Vessels)
CNN
- matlab实现卷积神经网络的程序,通俗易懂。(Matlab realize convolutional neural network program, easy to understand.)
Two-Layer-CNN-on-MNIST-master
- 卷积神经网络的matlab实现,同时可以作为图像处理使用,用于csi室内定位(Convolution neural network matlab implementation, can also be used as image processing for csi indoor positioning)
卷积神经网络 - 副本
- 对LeNet-5的matlab实现,识别MINST手写数字集,压缩文件包含程序文件和训练、测试图片文件,程序可直接运行(版本matlab R2008a)(For the matlab implementation of LeNet-5, the MINST handwritten numeric set is identified. The uploaded file contains the program file and the training and test file. The pr
Convolutional-Neural-Network-master
- 基于MATLAB实现的卷积神经网络例子,包括详细的解释。(An example of convolution neural network based on MATLAB)
卷积神经网络CNN代码解析-matlab
- 卷积神经网络CNN的代码解析文档,可以辅助了解CNN的MATLAB程序实现过程(CNN code analysis document of convolution neural network)
CNN
- 完整的CNN卷积神经网络创建、训练及测试。(Complete CNN convolution neural network is created, trained and tested.)
CFICA_11
- 盲分离代码,是实现卷积神经网络的盲分离matlab代码,其中附带有原理及其论文,是盲信号分离技术的一个好例子(Matlab code for blind separation of convolutional neural networks. Principles and papers are attached. It is a good example of blind signal separation technology.)
Matlab实现卷积神经网络对Mnist数据集的识别
- matlab实现卷积神经网络对mnist数据集的的识别。程序完整,函数处理好的数据集,可以直接是使用。
CNN_matlab
- 使用matlab2019a深度学习工具箱实现的CNN卷积神经网络分类例程,数据是随机生成的一维随机数(Using the CNN convolution neural network classification routine realized by MATLAB 2019a deep learning toolbox, the data is one-dimensional random number generated randomly)
CNN代码解析-matlab工具箱
- 卷积神经网络CNN的代码解析文档,可以辅助了解CNN的MATLAB程序实现过程