jinglescode / time-series-forecasting-pytorch

Acquiring data from Alpha Vantage and predicting stock prices with PyTorch's LSTM

Home Page:https://www.alphavantage.co/academy/#lstm-for-finance

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

question about normalization

ShaharSarShalom opened this issue · comments

hey

How would you adopt the z normalization for multiple stocks ?

Do you think it would be more suitable to adopt the normlization for 20+1 values before and after entering to the NN,

or
would you consider to z normalize the each stocks price seperatly

regards

S