Skip to main content

NetBidirectionalOperator

NetBidirectionalOperator[net] represents a net that applies net to a sequence and to its reverse, concatenating both results into one output sequence.

NetBidirectionalOperator[{fnet,bnet}] uses fnet on the normal input and bnet on the reversed input.

NetBidirectionalOperator[nets,agg] aggregates the two output sequences using the specified aggregation function.

Please visit the official Wolfram Language Reference for more details and examples on core symbols.