Skip to content

Latest commit

 

History

History
17 lines (8 loc) · 388 Bytes

File metadata and controls

17 lines (8 loc) · 388 Bytes

Currency_Price_Prediction-Forex-

Predicting the price of Cross_Currency_Pairs

Recurrent Neural Network:

1.The model is an Long-short-memory-model

2.Data is normalized between [-1,1] using MinMaxScaler

3.It learns from the patterns by looking back 60 days behind

4.The model is trained for 450 epochs 

5.RMSE for the model is between [0.1,2]