WLJS LogoWLJS Notebook

NetDecoder

NetDecoder["name"] represents a decoder that takes a net representation and decodes it into an expression of a given form.

  • NetDecoder[{"name", ...}] represents a decoder with additional parameters specified.

Examples

NetDecoder["Class", {"cat", "dog", "bird"}]
NetDecoder[{"Image", {224, 224}}]

Please visit the official Wolfram Language Reference for more details.

On this page