Skip to main content
Module

x/mnist/mod.ts>downscaleImage

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

Reduces size of 28×28 pixel image to 14×14

Parameters

image: number[]