Skip to main content
Module

x/mnist/mod.ts>loadMnist

Famous MNIST dataset ported to Deno land
Latest
function loadMnist
import { loadMnist } from "https://deno.land/x/mnist@v1.1.0/mod.ts";

Loads MNIST from data archives, unpacks it on the first run and caches it. Data is organized in pairs of images and labels, which in turn are split up into training (60,000) and test sets (10,000). More on which data and how it is ordered on original Yann LeCun's page: http://yann.lecun.com/exdb/mnist/

Parameters

optional
options: LoadMnistOptions