feedforward.network: Feed forward: calculate network state from its coefficients

Description Usage Arguments Value

Description

Feed forward: calculate network state from its coefficients

Usage

1
2
## S3 method for class 'network'
feedforward(network, par, ...)

Arguments

network

a network object, as created by mistnet

par

A list or vector containing the parameters. If not included, network$par_list will be used

...

(currently not used)

Value

a network_state object, i.e. a list of three lists, which each contain one matrix per layer.


davharris/mistnet2 documentation built on May 14, 2019, 9:28 p.m.