This project implements and backtests Transformer (Encoder) neural network architecture for market movement prediction.
A transformer is a deep learning model that adopts the attention mechanism, differentially weighing the significance of each part of the input data. It is used primarily in the field of natural language processing (NLP) and in computer vision (CV). The attention mechanism involved in these neural architectures motivates an individual to try them on time series data.
Transformer Architecture "Attention Is All You Need"