Skip to content

Latest commit

 

History

History
114 lines (65 loc) · 2.59 KB

File metadata and controls

114 lines (65 loc) · 2.59 KB

ReImproveJS > ConvolutionalLayer

Interface: ConvolutionalLayer

Hierarchy

ConvolutionalNetworkLayer

↳ ConvolutionalLayer

Index

Properties


Properties

<Optional> activation

● activation: * string | any *

Inherited from Layer.activation

Defined in reimprove/networks.ts:4


filters

● filters: number

Defined in reimprove/networks.ts:17


<Optional> inputShape

● inputShape: number[]

Inherited from Layer.inputShape

Defined in reimprove/networks.ts:8

Do not use this field


kernelSize

● kernelSize: number

Defined in reimprove/networks.ts:19


<Optional> name

● name: string

Inherited from Layer.name

Defined in reimprove/networks.ts:6


<Optional> strides

● strides: * number | number[] *

Defined in reimprove/networks.ts:18


type

● type: "convolutional"

Overrides ConvolutionalNetworkLayer.type

Defined in reimprove/networks.ts:16


<Optional> useBias

● useBias: boolean

Inherited from Layer.useBias

Defined in reimprove/networks.ts:5