CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 搜索资源 - MNIST

搜索资源列表

  1. Extended Yale B Database

    0下载:
  2. 这是MNIST数据库(一个手写数字的数据库,它提供了六万的训练集和一万的测试集,它的图片是被规范处理过的,28*28的灰度图) 总共4个文件: train-labels-idx1-ubyte: training set labels t10k-images-idx3-ubyte:? test set images t10k-labels-idx1-ubyte:? test set labels train-images-idx3-ubyte: training set images(T
  3. 所属分类:图形图像处理

    • 发布日期:2018-04-21
    • 文件大小:55759872
    • 提供者:sgro
  1. 纯C-CNN

    0下载:
  2. 纯C深度学习库,里面包含MNIST手写数字识别数据集,编译就能训练和预测(Pure C depth learning library, which contains MNIST handwritten digital recognition data sets, compiling can be trained and predicted.)
  3. 所属分类:其他

    • 发布日期:2018-04-22
    • 文件大小:10685440
    • 提供者:hnsdgxylh
  1. lib.tar

    0下载:
  2. 将训练之后的caffe model生成.so库文件,方便在工程中直接调用,不需要写caffe test分代码(he Caffe model after the training is generated for the.so library file, which is convenient to call in the project and does not need to write Caffe test code)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-04-30
    • 文件大小:1743872
    • 提供者:tgeek22
  1. chapter19

    0下载:
  2. 在MATLAB平台上的基于svm的手写数字体识别(Handwritten numeral recognition based on svm)
  3. 所属分类:图形图像处理

    • 发布日期:2018-04-29
    • 文件大小:141312
    • 提供者:xixi362878733
  1. python-dbn-master

    0下载:
  2. 运用python语言,基于dbn的手写数字体识别(Handwritten numeral recognition based on dbn using python language)
  3. 所属分类:图形图像处理

    • 发布日期:2018-04-29
    • 文件大小:30720
    • 提供者:xixi362878733
  1. Run_MNIST

    0下载:
  2. 下载MNIST数据集(手写体数字0-9)后,搭建卷积神经网络,将输入的数据集经过一层一层的卷积,到最后计算交叉熵,用梯度下降算法去优化它,使它变得最小,这就训练出了权重和偏置量,识别的准确率为91%(Download the MNIST data set (handwritten number 0-9), build a convolutional neural network, the input data set by convolutional layers, finally calcul
  3. 所属分类:数值算法/人工智能

    • 发布日期:2018-04-30
    • 文件大小:11597824
    • 提供者:未来已来
  1. my_cnn.tar

    1下载:
  2. 用卷积神经网络实现手写数字识别,数据集为mnist数据集(Convolution neural network is used to realize handwritten numeral recognition. Data set is MNIST data set.)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-05-01
    • 文件大小:37238784
    • 提供者:11taiyaorao
  1. MNLIST and CNN

    0下载:
  2. 实现了在Mnist上的分类,使用了卷积神经网络(use convoluntional neural network to implement classificaiton on Minist.)
  3. 所属分类:其他

    • 发布日期:2018-05-01
    • 文件大小:16125952
    • 提供者:Knotnet
  1. mnist

    0下载:
  2. 利用keras实现手写数字识别,使用CNN模型 全连接层+两个卷积层,最后Softmax分类器,识别率超过96%(Using keras to realize handwritten numeral recognition baesd on CNN model. One whole connection layer + two convolution layers, and a Softmax classifier. The recognition accuracy is over 96%
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-05-01
    • 文件大小:30249984
    • 提供者:hahahua
  1. rasmusbergpalm-DeepLearnToolbox-5df2801

    0下载:
  2. mnist数据库,可用matlab运行,学习神经网络(MNIST database can be run by MATLAB, learning neural network.)
  3. 所属分类:matlab例程

    • 发布日期:2018-05-01
    • 文件大小:14744576
    • 提供者:真滴醉了
  1. dropout_and_minibatch

    0下载:
  2. 基于两层BP神经网络,加入dropout和softmax,输出层使用softmax,实现对手写字符库MNIST的识别,正确率达90%。(Based on the two level BP neural network, adding dropout and softmax, the output layer uses softmax to realize the recognition of handwritten character library MNIST, the accuracy ra
  3. 所属分类:其他

    • 发布日期:2018-05-01
    • 文件大小:17611776
    • 提供者:WG_JNU
  1. mnist1

    0下载:
  2. 改进的dnn,准确率达到了百分之95,有注释(Improved DNN, the accuracy rate reached ninety-five percent)
  3. 所属分类:其他

    • 发布日期:2018-05-01
    • 文件大小:1024
    • 提供者:tominent
  1. mnist98

    0下载:
  2. 改进的dnn,准确率达到了百分之98,有注释(The accuracy of the improved DNN is ninety-eight percent, with annotations)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-05-01
    • 文件大小:1024
    • 提供者:tominent
  1. mnistcnn

    0下载:
  2. 改进的cnn,解决了有的人跑起来显卡内存不足的问题(The improved CNN solves the problem of some people running up and displaying the card's memory.)
  3. 所属分类:图形/文字识别

    • 发布日期:2018-05-01
    • 文件大小:1024
    • 提供者:tominent
  1. CNN

    0下载:
  2. 手写体识别的训练,采用卷积神经网络,附带数据集下载代码(The training of handwritten recognition is based on convolution neural network, and the download from the dataset.)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-05-01
    • 文件大小:1024
    • 提供者:啊偶
  1. pytorch-vae-master

    0下载:
  2. 变分子编码 重构图像 Mnist 特征提取(vae reconstruction Mnist feature extracting)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-05-02
    • 文件大小:2048
    • 提供者:hnlyjzdc
  1. tensorflow-mnist-predict-master

    0下载:
  2. 这个项目由四个脚本组成: 1. _create_model_1.py_ - 基于初学者教程创建一个模型model.ckpt文件。 2. * create_model_2.py * - 基于专家教程创建模型model2.ckpt文件。 3. * predict_1.py * - 使用model.ckpt(初学者教程)文件来预测.png文件中手写数字的正确整数。 4. * predict_2.py * - 使用model2.ckpt(专家教程)文件来预测.png文件中手写数字的正确整数。
  3. 所属分类:其他

    • 发布日期:2018-05-03
    • 文件大小:8192
    • 提供者:阿斯顿md
  1. CNN_SAR

    0下载:
  2. MNIST手写体识别,编程语言为matlab(MNIST handwriting recognition)
  3. 所属分类:图形图像处理

    • 发布日期:2018-05-03
    • 文件大小:10592256
    • 提供者:wangruiting
  1. dbn_tf-master

    0下载:
  2. 利用深度置信网络实现对mnist数据集的分类(sort out the set of mnist with DBN)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-05-03
    • 文件大小:10240
    • 提供者:ulaurora
  1. mnist

    0下载:
  2. 使用了全连接网络,卷积神经网络,循环神经网络分别构建不同的分类器,如何通过模型保存原理进行保存。(Using the fully connected network and convolution neural network, recurrent neural network builds different classifiers respectively, and how to save them through the preservation principle of the mode
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-05-03
    • 文件大小:38028288
    • 提供者:hhhwl
« 1 2 ... 5 6 7 8 9 1011 »
搜珍网 www.dssz.com