nn Module Overview
The nn module is the primary interface for building, training, and running neural networks in GradCore-Tensor. If the Tensor Module is the engine room, nn is the bridge — you issue commands here, and the lower layers handle all the mechanics.
High-Level to Low-Level Flow
GradCore-Tensor follows a clean layered architecture. This design makes the library easy to use at a high level while remaining fully transparent and educational at lower levels.
Core
2 items
Layers
4 items
Losses
1 item
Data
3 items
Training
2 items
Models
1 item
Utils
1 item