Skip to content

Latest commit

 

History

History
77 lines (41 loc) · 1.86 KB

convolutionalnetworklayer.md

File metadata and controls

77 lines (41 loc) · 1.86 KB

Globals / ConvolutionalNetworkLayer /

Interface: ConvolutionalNetworkLayer

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


type

type: "convolutional" | "maxpooling"

Defined in reimprove/networks.ts:12


Optional useBias

useBias? : boolean

Inherited from Layer.useBias

Defined in reimprove/networks.ts:5