MCPcopy
hub / github.com/BrainJS/brain.js / INeuralNetworkJSON

Interface INeuralNetworkJSON

index.d.ts:31–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29}
30
31export interface INeuralNetworkJSON {
32 sizes: number[];
33 layers: object[];
34 outputLookup: any;
35 inputLookup: any;
36 activation: NeuralNetworkActivation,
37 trainOpts: INeuralNetworkTrainingOptions,
38 leakyReluAlpha?: number,
39}
40
41export interface INeuralNetworkTrainingData {
42 input: NeuralNetworkTrainingValue;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected