Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/netsaur/visualizer/mod.ts>Visualizer#graph

Powerful machine learning, accelerated by WebGPU
Go to Latest
method Visualizer.prototype.graph
import { Visualizer } from "https://deno.land/x/netsaur@0.2.12/visualizer/mod.ts";

Graph the results of a Neural Network

Parameters

inputs: Tensor<R>[]
expectedResults: Tensor<R>[]