rockpool.nn.combinators

Defines combinators for building networks

Modules

rockpool.nn.combinators.ffwd_stack

Implement a combinator that creates feed-forward module stacks, by placing a linear module in between each module

rockpool.nn.combinators.residual

Implement the Residual combinator, with helper classes for Jax and Torch backends

rockpool.nn.combinators.sequential

Implement the Sequential combinator, with helper classes for Jax and Torch backends