Skip to content

Latest commit

 

History

History
86 lines (48 loc) · 1.88 KB

File metadata and controls

86 lines (48 loc) · 1.88 KB

ReImproveJS > ConvolutionalNetworkLayer

Interface: ConvolutionalNetworkLayer

Hierarchy

Layer

↳ ConvolutionalNetworkLayer

ConvolutionalLayer

MaxPooling2DLayer

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: * "convolutional" | "maxpooling" *

Defined in reimprove/networks.ts:12


<Optional> useBias

● useBias: boolean

Inherited from Layer.useBias

Defined in reimprove/networks.ts:5