This project contains implementations of simple neural network models, including training scripts for PyTorch and Lightning frameworks. The goal is to provide a modular, easy-to-understand codebase ...
An example script can be found in the examples folder. It is copied here as well. Preprocessing and fitting are now split into two separate functions: designer for ...