TorchLean API

NN.Examples.Quickstart.MinibatchMlpTrain

Minibatch MLP training (batching is implicit) #

This next-step file shows the intended minibatch path in TorchLean:

  1. load a CSV dataset through Data,
  2. choose persistent runtime settings with Trainer.RunConfig,
  3. write the model over the minibatch shape (batch × Vec inDim),
  4. call trainer.train data trainOptions,
  5. reuse the trained handle for one follow-up prediction batch.

Run the loader tutorial instead when possible:

Build this comparison module directly with:

Optional flags (tutorial-specific):

Default JSON log path used only when the user explicitly passes --log.

Instances For

    Batched MLP 2 -> 8 -> 1 built from the public model constructor.

    Instances For

      Command-line help for the minibatch MLP quickstart.

      Instances For