Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 323 Bytes

modules.rst

File metadata and controls

12 lines (7 loc) · 323 Bytes

Modules

TODO: what a module is

TODO: creating your own module

TODO: why it's useful to express things as modules (so you can hierarchically compose computations, give example of DenseLayer, then DenseNetwork, then MultiheadedNetwork)

TODO: included modules (Dense, Sequential, etc)