Skip to content

Latest commit

 

History

History
96 lines (54 loc) · 2.02 KB

File metadata and controls

96 lines (54 loc) · 2.02 KB

ReImproveJS > NeuralNetworkLayer

Interface: NeuralNetworkLayer

Hierarchy

Layer

↳ NeuralNetworkLayer

DenseLayer

DropoutLayer

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