Skip to main content
Module

x/dklearn/utility.ts>createMiniBatches

A Deno Machine Learning Framework
Latest
variable createMiniBatches
import { createMiniBatches } from "https://deno.land/x/dklearn@0.0.3/utility.ts";

type

(matrix: Matrix, chunk: number) => Matrix[]