Skip to content

MLP

Source: models/MLP.luau

Simple MLP for regression/classification tests and small models.

Methods

new(name: string, sizes: { number }, rng: any, opts: any?)

forward(: any, x: any) -> any

setTrain(: any, train: boolean)