搜索资源列表
cnn
- 字符识别 用卷积神经网络识别A-Z26个英文字母-Character recognition using convolution neural network A-Z26 letters
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
- 此代码是对卷积神经网络用于手写字体识别的实现,程序是基于theano库开发的,并且用到了集成化模块keras,方便我们构建自己的网络结构,很好的解决分类问题-This code is the convolution neural network for handwritten character recognition, the program is based on the theano library development, and use the integrated modular k
CNN
- 卷积神经网络的卷积实现,可以实现,大家可以试试,导入Theao的库文件。-Convolutional neural network
卷积神经网络CNN从入门到精通
- 机器学习所要用到的卷积神经网络CNN从入门到精通(Convolution neural network CNN from entry to mastery)
CNN-master
- 深度学习 卷积神经网络 手写体识别 准确率98%(deeplearning CNN handwrite accuracy98%)
codecnnMNIST
- 用cnn卷积神经网络实现对mnist手写库的识别(mnist classfication with convolution neural network)
pixel-cnn-master
- 图像中的像素预测,隐马尔科夫模型,卷积神经网络(Pixel prediction, Markov model)
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)
CNN_Pavia-master
- 使用卷积神经网络进行高光谱遥感数据分类,使用的数据源为Pavia University高光谱数据 文件夹log--日志文件夹,存放TensorBorad日志、网络参数文件、混淆矩阵图 文件夹Patch--存放数据处理的切片结果 文件夹PaviaU--高光谱数据下载存放位置 文件夹predicted--CNN对原始影像的分类结果 data.py--对原始高光谱影像进行数据处理,生成切片 net.py--神经网络模型 train.py--训练神经网络 utils.py--需要用到的函数 show.p
CNN_8layers
- 卷积神经网络进行故障诊断,机械设备智能故障诊断(CNN for fault diagnosis)
一维CNN处理序列数据
- 使用一维卷积神经网络处理序列数据,数据类型为一维(One dimensional convolution processing sequence data)