Skip to content

Latest commit

 

History

History
104 lines (56 loc) · 2.44 KB

dropoutlayer.md

File metadata and controls

104 lines (56 loc) · 2.44 KB

Globals / DropoutLayer /

Interface: DropoutLayer

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


rate

rate: number

Defined in reimprove/networks.ts:39


Optional seed

seed? : number

Defined in reimprove/networks.ts:40


type

type: "dropout"

Overrides NeuralNetworkLayer.type

Defined in reimprove/networks.ts:38


units

units: number

Inherited from NeuralNetworkLayer.units

Defined in reimprove/networks.ts:29


Optional useBias

useBias? : boolean

Inherited from Layer.useBias

Defined in reimprove/networks.ts:5