Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/netsaur/src/model/keras.ts>KerasModel

Powerful machine learning, accelerated by WebGPU
Go to Latest
class KerasModel
import { KerasModel } from "https://deno.land/x/netsaur@0.2.4/src/model/keras.ts";

Static Methods

load(path: string): Promise<NetworkJSON>
save(_path: string, _net: NeuralNetwork)