class Sequential
implements NeuralNetwork
import { Sequential } from "https://deno.land/x/netsaur@0.4.0-patch/packages/core/mod.ts";
Sequential Neural Network
Constructors
new
Sequential(config: NetworkConfig)Create a Sequential Neural Network.
Properties
backend: Backend
Static Methods
load(data: Uint8Array): Sequential
Load model from buffer
loadFile(data: string): Sequential
Load model from binary file