mirror of
https://github.com/MLSysBook/TinyTorch.git
synced 2026-06-01 19:37:03 -05:00
Initializes the networks module, enabling the composition of layers into complete neural network architectures. It introduces sequential networks, MLP creation, and network visualization tools to facilitate architecture understanding and analysis. Adds practical classification and regression network implementations and network behavior analysis capabilities.