WLJS LogoWLJS Notebook

NetInformation

NetInformation[net] gives a report about the neural network net.

  • NetInformation[net, "prop"] gives the value of property "prop" of net.
  • NetInformation[{net1, net2, ...}, "prop"] gives a list containing the result for each neti.

Examples

Get information about a network:

NetInformation[NetChain[{LinearLayer[10], Ramp}]]

Get specific property:

NetInformation[NetChain[{LinearLayer[10]}], "ParameterCount"]

List all properties:

NetInformation[NetChain[{LinearLayer[10]}], "Properties"]

Please visit the official Wolfram Language Reference for more details.

On this page