Skip to content

Latest commit

 

History

History
86 lines (46 loc) · 1.97 KB

neuralnetworklayer.md

File metadata and controls

86 lines (46 loc) · 1.97 KB

Globals / NeuralNetworkLayer /

Interface: NeuralNetworkLayer

Hierarchy

Index

Properties

Properties

Optional activation

activation? : string | any

Inherited from Layer.activation

Defined in reimprove/networks.ts:4


Optional inputShape

inputShape? : number[]

Inherited from Layer.inputShape

Defined in reimprove/networks.ts:8

Do not use this field


Optional name

name? : string

Inherited from Layer.name

Defined in reimprove/networks.ts:6


type

type: "dense" | "dropout" | "flatten"

Defined in reimprove/networks.ts:30


units

units: number

Defined in reimprove/networks.ts:29


Optional useBias

useBias? : boolean

Inherited from Layer.useBias

Defined in reimprove/networks.ts:5