PositionEncoder
Encodes the position information into vectors
There are 2 pieces of information that goes into the encoded information: 1. Word Embedding 2. Position Embedding
forward
Encodes input according to position (The position encoding is based on the time stamp)
src_seq: Sequence to encode.
Encoded features.
encoded_pos_features