Package io.github.kirstenali.deepj.layers
package io.github.kirstenali.deepj.layers
-
ClassDescriptionFlexible fully-connected neural network (MLP) built from
Linearprojections.Differentiable module mapping Tensor -> Tensor.Fully-connected layer: y = xW + b x: [n x dIn], W: [dIn x dOut], b: [1 x dOut]Marker interface for linear projection layers (fully-connected, no activation).