Skip to content

Latest commit

 

History

History
67 lines (37 loc) · 1.25 KB

File metadata and controls

67 lines (37 loc) · 1.25 KB

ReImproveJS > Layer

Interface: Layer

Hierarchy

Layer

ConvolutionalNetworkLayer

NeuralNetworkLayer

FlattenLayer

Index

Properties


Properties

<Optional> activation

● activation: * string | any *

Defined in reimprove/networks.ts:4


<Optional> inputShape

● inputShape: number[]

Defined in reimprove/networks.ts:8

Do not use this field


<Optional> name

● name: string

Defined in reimprove/networks.ts:6


<Optional> useBias

● useBias: boolean

Defined in reimprove/networks.ts:5