Model Pipeline - nn.GRU layer
This pipeline shows how a simple GRU (Gated Recurrent Unit) layer processes sequential data to learn patterns over time. It starts with input sequences, passes through the GRU layer which captures time dependencies, then trains to improve prediction accuracy.