import { NeuralNetwork } from "https://deno.land/x/netsaur@0.2.2/mod.ts";
Sequential Neural Network
Constructors
new
NeuralNetwork(config: NetworkConfig)Create a Sequential Neural Network.
Properties
backend: Backend
Static Methods
fromJSON(data: NetworkJSON)
Import the network in a JSON format
load(_str: string)
Load model from binary file