TorchLean API

NN.Examples.DeepDives

NN.Examples.DeepDives #

Curated umbrella for deep-dive TorchLean examples.

These files are not beginner introductory examples. They cover cross-cutting boundaries:

Rule of thumb for this folder: examples may contain small concrete graphs, parameters, and display data, but reusable algorithms and data structures belong in NN.* library modules. Import this umbrella when you want the whole deep-dive example surface.