I have a three - five year minute level financial data for a defined set of stocks. The model needs to predict a days worth of stock movement at minute level (approximately 500 values every day).
Each stock behaves differently , but the target is a weighted sum of all stocks.
Can I get recommendations on where i can read material for the above application to get started for using a GRU and LSTM type models?
thanks