Namespace NeuralNetworks.Models
Classes
- GenericModel<TInputData, TPrediction>
Represents a generic machine learning model that operates on input data of type
TInputDataand produces predictions of typeTPrediction.
- Model<TInputData, TPrediction>
Represents an abstract neural network model that processes input data and produces predictions. Provides core functionality for forward and backward passes, training, parameter updates, and checkpointing.