SAS>> IDX>> 返回
项目作者: jlegare

项目描述 :
IDX file format parser
高级语言: Julia
项目地址: git://github.com/jlegare/IDX.git
创建时间: 2018-09-13T15:41:14Z
项目社区:https://github.com/jlegare/IDX

开源协议:MIT License

下载


IDX

This is a parser for the IDX file format. The MNIST data files are provided in the data folder.

  1. using IDX
  2. load("data/train-images.idx3-ubyte")

The load function returns a triple: an array of dimensions, the datatype specified in the IDX file, and an array for the data. The data array has been reshaped to conform to the dimensions specified in the file.