Skip to main content
Module

x/netsaur/src/mod.ts>NeuralNetwork#train

Powerful machine learning, accelerated by WebGPU
Go to Latest
method NeuralNetwork.prototype.train
import { NeuralNetwork } from "https://deno.land/x/netsaur@0.1.2/src/mod.ts";

train network

Parameters

datasets: DataSet[]
optional
epochs = [UNSUPPORTED]
optional
batches = [UNSUPPORTED]
optional
learningRate = [UNSUPPORTED]