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.
Examples
NetBidirectionalOperator[LongShortTermMemoryLayer[10]]Please visit the official Wolfram Language Reference for more details.