WLJS LogoWLJS Notebook

NetJoin

NetJoin[net1, net2, ...] connects a series of NetChain or NetGraph objects to form a single NetChain or NetGraph.

Examples

Join two networks:

NetJoin[NetChain[{LinearLayer[10]}], NetChain[{SoftmaxLayer[]}]]

Combine encoder and decoder:

NetJoin[encoder, decoder]

Please visit the official Wolfram Language Reference for more details.

On this page