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

搜索资源列表

  1. NN

    0下载:
  2. 实现的一个用于手写数字识别的框架,可以设置神经网络结构,用的数据是mnist的(Implementation of a handwritten numeral recognition framework, you can set the neural network structure, the training data is MNIST)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2017-12-23
    • 文件大小:13.2mb
    • 提供者:hlhsp
  1. 用python 将mnist 数据集转化为图片

    0下载:
  2. 将官网打包好的mnist数据集转化成图片(translate mnist data to picture)
  3. 所属分类:图形图像处理

    • 发布日期:2017-12-21
    • 文件大小:20kb
    • 提供者:zhuimenghx
  1. tensorflow_cov_mnist

    0下载:
  2. 基于tensorflow的mnist数据集卷积神经网络简单代码实现。(MNIST dataset based on tensorflow convolutional neural network simple code implementation)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2017-12-08
    • 文件大小:2.04kb
    • 提供者:qdensh
  1. mnist

    0下载:
  2. tensorflow demo of mnist by python
  3. 所属分类:其他

    • 发布日期:2017-12-27
    • 文件大小:21.22mb
    • 提供者:Dl314
  1. BP_mnist

    1下载:
  2. BP网络实现手写字体识别。压缩文件包含mnist数据集,直接在pycharm运行BPNetwork.py文件,输出测试集识别结果和测试精度。(Handwritten recognition based on BP network. The compressed file contains the MNIST data set, runs the BPNetwork.py file directly in the pycharm, outputs the test set, identifies
  3. 所属分类:Windows编程

    • 发布日期:2017-12-27
    • 文件大小:21.84mb
    • 提供者:小玲子
  1. mnist2pic

    0下载:
  2. 将mnist数据集.idx3-ubyte文件转换为.png文件,将转换后的图片自动保存到'picture'文件夹中,并且按照手写字体的数字分别放在对应“0-9”命名子文件夹中。(Convert the MNIST data set.Idx3-ubyte file to the.Png file, automatically save the converted image to the'PICTURE'folder, and place the number in the correspondi
  3. 所属分类:图形图像处理

    • 发布日期:2017-12-18
    • 文件大小:15.35mb
    • 提供者:小玲子
  1. mnist.pkl代码原文

    0下载:
  2. BP算法的实现,其中的手势识别,用python语言,在tensorflow下!(Implementation of BP algorithm)
  3. 所属分类:图形/文字识别

  1. network2

    0下载:
  2. 初学机器学习,第一步是做一个简单的手写数字识别,我选用的是MNIST数据集(用其他数据集也可以,原理都差不多),算法是KNN(下载库直接调用函数,算法的具体实现没有过多关心)。在网上也看到过MNIST数据集的Python代码,但是感觉有些复杂,作为初学者见到那么多代码就头大……这里分享一下我的代码,虽然并不完善,但是可以为其他初学者提供一点简单的思路吧。(Learning machine learning, the first step is to do a simple handwritten
  3. 所属分类:网络编程

    • 发布日期:
    • 文件大小:2kb
    • 提供者:lyzhacef
  1. AlexNet

    0下载:
  2. 使用TensorFlow 实现 AlexNet ,并使用 Mnist 数据集进行训练并测试。(AlexNet is implemented using TensorFlow and trained and tested using the Mnist data set.)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-01-03
    • 文件大小:11.07mb
    • 提供者:大幕
  1. code

    0下载:
  2. 基于python的mnist数据集的读取,以及转换为csv形式(Python based MNIST data set read, and converted to CSV form)
  3. 所属分类:其他

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

    0下载:
  2. 深度学习时间手写数字识别,使用python和tensorflow实现(Handwritten numerals recognition in depth learning time)
  3. 所属分类:其他

    • 发布日期:2018-01-06
    • 文件大小:2kb
    • 提供者:suswzh
  1. SAE

    2下载:
  2. 使用TensorFlow实现稀疏自编码神经网络,采用数据mnist(Using TensorFlow to realize sparse atuoencoder neural network, using data MNIST)
  3. 所属分类:其他

    • 发布日期:2018-01-08
    • 文件大小:1kb
    • 提供者:小小伍
  1. LeNet5MNIST

    0下载:
  2. 使用TensorFlow处理MNIST数据,帮助更好的理解和使用TensorFlow(Using TensorFlow to process MNIST data to help better understand and use TensorFlow)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-01-09
    • 文件大小:16.63mb
    • 提供者:dragoncxl
  1. mnist实验

    0下载:
  2. 包含训练用的图片数据包,python源代码,mnist实验,深度学习,进行图片分类(mnist experiment.python code.deep learning.picture classification,etc.)
  3. 所属分类:GDI/图象编程

    • 发布日期:2018-04-18
    • 文件大小:10.75mb
    • 提供者:何CC
  1. MNIST_CNN

    0下载:
  2. 用于MNIST数据集,训练卷积神经网络,预测准确率大约为99.3%(Training Convolutional Neural Network on MNIST dataset)
  3. 所属分类:数值算法/人工智能

    • 发布日期:2018-04-19
    • 文件大小:1kb
    • 提供者:MicroChampion
  1. stacking

    1下载:
  2. kaggle digitrecognizer MNIST by stacking some machine learning method, such like GBM(Gradient Boosting Method), LR, Extra Randomized Trees, Random Forest,KNN,etc.用stacking的方法实现手写数字识别MNIST。(kaggle digitrecognizer MNIST by stacking some machine learnin
  3. 所属分类:图形图像处理

    • 发布日期:2018-04-20
    • 文件大小:13.68mb
    • 提供者:kiwibaobao
  1. python-dbn-master

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

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

    0下载:
  2. mnist数据集的导入文件,官网上有可能进不去(def maybe_download(filename, work_directory): """Download the data from Yann's website, unless it's already here.""")
  3. 所属分类:图形/文字识别

    • 发布日期:2018-05-01
    • 文件大小:2kb
    • 提供者:tominent
  1. mnist分类

    1下载:
  2. mnist分类,python,tensorflow,深层神经网络(MNIST classification, python, tensorflow, deep neural network)
  3. 所属分类:Python编程

    • 发布日期:2020-09-10
    • 文件大小:1kb
    • 提供者:yaya12138
  1. PCA+mnist

    1下载:
  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 handwritten data set. After PCA dime
  3. 所属分类:数据挖掘

    • 发布日期:2020-11-02
    • 文件大小:11.06mb
    • 提供者:曲小刀
« 12 »
搜珍网 www.dssz.com