搜索资源列表

  1. THE-MNIST-DATABASE

    0下载:
  2. 斯坦福大学的手写字符图像库,方便大家免于读写idx1-ubyte和idx3-ubyte文件。数据包括训练图像60000幅,测试图像10000幅,图像大小为20*20;以及存储图像及其对应类别的xml文件,并写好了opencv读写方法的文档。-THE MNIST DATABASE of handwritten digits.It includes 60000 training images and 10000 testing image.
  3. 所属分类:OpenCV

    • 发布日期:2024-09-20
    • 文件大小:31021056
    • 提供者:赵博儒
  1. bpnn

    0下载:
  2. 用Python3实现BP神经网络对MNIST数字手写体识别,下载就能用(Using Python3 to implement BP neural network for MNIST digital handwriting recognition, download can be used)
  3. 所属分类:其他小程序

    • 发布日期:2024-09-20
    • 文件大小:6428672
    • 提供者:史老四
  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
  3. 所属分类:其他小程序

    • 发布日期:2024-09-20
    • 文件大小:17611776
    • 提供者:WG_JNU
  1. code(BP_to_MNIST)

    0下载:
  2. 使用BP神经网络实现手写字符库MNIST的识别。(The recognition of handwritten character library MNIST is realized by using BP neural network.)
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-09-20
    • 文件大小:3118080
    • 提供者:WG_JNU
  1. MNIST_data

    0下载:
  2. MNIST数据集是一个手写体数据集,这个数据集由四部分组成,分别是一个训练图片集,一个训练标签集,一个测试图片集,一个测试标签集;我们可以看出这个其实并不是普通的文本文件或是图片文件,而是一个压缩文件,下载并解压出来,我们看到的是二进制文件。其中包含60000张手写体识别数字图片。(MNIST data set is a handwritten data set, which consists of four parts: a trai
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-09-20
    • 文件大小:38963200
    • 提供者:陈陈123456
  1. PCA+mnist

    0下载:
  2. 基于python,利用主成分分析(PCA)和K近邻算法(KNN)在MNIST手写数据集上进行了分类。 经过PCA降维,最终的KNN在100维的特征空间实现了超过97%的分类精度。(Based on python, it uses principal component analysis (PCA) and K nearest neighbor algorithm (KNN) to classify on the MNIST handwr
  3. 所属分类:数据挖掘

    • 发布日期:2024-09-20
    • 文件大小:11599872
    • 提供者:曲小刀

源码中国 www.ymcn.org