Uses of Interface
io.github.kirstenali.deepj.layers.Projection
Packages that use Projection
-
Uses of Projection in io.github.kirstenali.deepj.layers
Classes in io.github.kirstenali.deepj.layers that implement ProjectionModifier and TypeClassDescriptionfinal classFully-connected layer: y = xW + b x: [n x dIn], W: [dIn x dOut], b: [1 x dOut] -
Uses of Projection in io.github.kirstenali.deepj.models
Fields in io.github.kirstenali.deepj.models declared as ProjectionConstructors in io.github.kirstenali.deepj.models with parameters of type ProjectionModifierConstructorDescriptionprotectedDecoderOnlyModel(Embedding tokEmb, TransformerStack stack, NormLayer normF, Projection lmHead)