- Daily foreign exchange data is pulled from a standard public REST API for the last 100 days.
- The data contains daily
open
,high
,low
andclose
rates for the SEK-INR combination. - A machine learning model based on the LSTM neural network is used for training, validating and testing all the data available from 2014. The model is saved once and then used to make predictions given the latest 30 days data. The grey region shows the prediction for the next day.
Tensorflow
is the main driver for bulding the LSTM model.- Checkout the
jupyter notebook
from model building/training. - All the tasks here are automated using
GitHub Actions
. See the./github/workflows/automation.yml
file. - Below is a Candlestick plot for the latest 30 days recorded and predicted values.
-
Notifications
You must be signed in to change notification settings - Fork 0
VivCh14/forexmonitor
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published