资源简介
将从http://yann.lecun.com/exdb/mnist/index.html下载的原始数据train-images-idx3-ubyte.gz等二进制图像数据转化为uint8数据。
代码片段和文件信息
%MNIST源文件下载地址http://yann.lecun.com/exdb/mnist/index.html
%功能:将下载得到的二进制文件转换为10进制数据,提取像素数据和标签数据
%适用:仅适用于MNIST数据集,修改后可适用于其他
%Create by VivienFu e-mail:vivienfu@163.com
function output=decodefile(filenametype)
%数据介绍如下,参考网址http://yann.lecun.com/exdb/mnist/index.html
% TRAINING SET LABEL FILE (train-labels-idx1-ubyte):
%
% [offset] [type] [value] [description]
% 0000 32 bit integer 0x00000801(2049) magic number (MSB first)
% 0004 32 bit integer 60000 number of items
% 0008 unsigned byte ?? label
% 0009 unsigned byte ?? label
% ........
% xxxx unsigned byte ?? label
% The labels values are 0 to 9.
% TRAINING SET IMAGE FILE (train-images-idx3-ubyte):
%
% [offset] [type] [value] [description]
% 0000 32 bit integer 0x00000803(2051) magic number
% 0004 32 bit integer 60000 number of images
% 0008 32 bit integer 28
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 1275 2017-01-01 22:41 mnist_uint8.m
文件 3011 2017-01-01 22:41 decodefile.m
----------- --------- ---------- ----- ----
4286 2
- 上一篇:matlab钨丝图像局部增强
- 下一篇:分数阶控制matlab函数
相关资源
- 化学计量学方法及MATLAB实现
- MATLAB Neural Network Toolbox官方教程
- Inverse Synthetic Aperture Radar Imaging with
- matlab GUI设计
- 雷达压制干扰matlab程序
- 系统辨识,使用者的理论
- MATLAB仿真林飞、杜欣编著.pdf
- 基于HMM的语音识别MATLAB代码
- 关于均衡的MATLAB程序合集
- 数字滤波器的MATLAB与FPGA实现代码
- 滑模变结构控制MATLAB仿真 第3版 基本
- Matlab火焰烟雾检测(GUI)
- 帧间差分法matlab
- Matlab MPT工具箱 MPT3.2.1 (2019更新 稳
- 《模式识别与智能计算的MATLAB实现》
- 基于sift和SVM算法实现的手势识别 MA
- 数字图像处理第三版冈萨雷斯英文附
- 《精通MATLAB图像处理》全书pdf高清完
- 斯坦福机器学习公开课CS229讲义作业及
- MATLAB神经网络30个案例分析(高清版)
-
微网运行控制simuli
nk仿真,包含逆变 - MATLAB数据分析方法
- MATLAB图像处理:能力提高与应用案例
- MATLAB.Programming.for.Engineers.5th.Edition_2
- 卷积神经网络的matlab程序
- MATLAB优化算法案例分析与应用_进阶篇
- 精通MATLAB数字图像处理与识别书本代
- 冈萨雷斯数字图像处理MATLAB版图片及
- 人脸识别 MATLAB代码
- MNIST手写字体识别CNN+BP两种实现-Matl
评论
共有 条评论