搜索资源列表
cnn
- 字符识别 用卷积神经网络识别A-Z26个英文字母-Character recognition using convolution neural network A-Z26 letters
CNN
- 本程序实现深度学习的卷积神经网络(CNN)算法,含有训练程序和测试程序-This program implements convolution depth learning neural network (CNN) algorithm contains training programs and test procedures
cnn_matlab
- cnn 卷积神经网络在MATLAB实现-The convolution of the CNN neural network in MATLAB
CNN
- 这是个卷积神经网络的实现代码,对手写体进行识别,现在正确率可以达到90 -This is a convolution neural network implementation code of conduct handwriting recognition accuracy rate is now 90
CNN
- 卷积神经网络是人工神经网络的一种,已成为当前语音分析和图像识别领域的研究热点。它的权值共享网络结构使之更类似于生物神经网络,降低了网络模型的复杂度,减少了权值的数量。自己可已加入数据,和修改梯度。-Convolutional neural network is an artificial neural network, it has become a research hotspot speech analysis and image recognition field. It weights
卷积神经网络CNN从入门到精通
- 机器学习所要用到的卷积神经网络CNN从入门到精通(Convolution neural network CNN from entry to mastery)
cnn
- 一个简单的CNN的matlab实现,用于分割脑血管(a simple implementation of convolutional neural networks and just for the Segmentation of Brain Vessels)
cnn
- 这是一个经过自己整理的卷积神经网络的代码,对0-9数据集进行分类的代码,使用tensorflow框架完成的,主要使用的语言是Python,可以直接运行,初学者可以用于学习交流。(This is a self compiled convolutional neural network code, 0-9 data sets for classification of code, using the tensorflow framework to complete, the main languag
SVM-CNN-master
- 实现卷积神经网络与支持向量机的联合调试使用(Joint debugging and implementation of convolutional neural network and support vector machine)
cnn-mnist
- CNN-mnist自制算法,使用卷积神经网络进行计算,准确率99.2(CNN-mnist is a algorithm written by yourself.A convolution neural network is used for calculation, the accuracy rate is 99.2)
MNLIST and CNN
- 实现了在Mnist上的分类,使用了卷积神经网络(use convoluntional neural network to implement classificaiton on Minist.)
CNN卷积神经网络数字识别
- 关于神经网络的例子以及pdf,很详细,入门推荐。(About example of neural network and pdf, it is very detailed.)
CNN 11 tezhengtiqu
- 卷积神经网络,用于故障诊断,取得很好的识别效果(Convolution neural network is used for fault diagnosis and achieves good recognition results.)
卷积神经网络CNN代码解析-matlab
- 卷积神经网络CNN的代码解析文档,可以辅助了解CNN的MATLAB程序实现过程(CNN code analysis document of convolution neural network)
基于Tensorflow的CNN数字识别
- 本文实现了基于minist的手写数字识别,基于TensorFlow的python语言,程序有详细的注释,以及手把手教你怎么搭建CNN(This article implements the handwritten numeral recognition based on minist, the python language based on TensorFlow, the program has detailed annotations, and hands-on instructions o
卷积神经网络CNN进行图像分类
- 基于卷积神经网络的图像识别,应用于MATLAB(Image Recognition Based on Convolutional Upgrading Network)
CNN_Pavia-master
- 使用卷积神经网络进行高光谱遥感数据分类,使用的数据源为Pavia University高光谱数据 文件夹log--日志文件夹,存放TensorBorad日志、网络参数文件、混淆矩阵图 文件夹Patch--存放数据处理的切片结果 文件夹PaviaU--高光谱数据下载存放位置 文件夹predicted--CNN对原始影像的分类结果 data.py--对原始高光谱影像进行数据处理,生成切片 net.py--神经网络模型 train.py--训练神经网络 utils.py--需要用到的函数 show.p
CNN-SVM
- 卷积神经网络(CNN)用来提取特征,采用SVM分类器进行训练和分类(Convolutional Neural Network (CNN) was used to extract features, and SVM classifier was used for training and classification)
CNN_8layers
- 卷积神经网络进行故障诊断,机械设备智能故障诊断(CNN for fault diagnosis)
一维CNN处理序列数据
- 使用一维卷积神经网络处理序列数据,数据类型为一维(One dimensional convolution processing sequence data)