Top AI Repos — open-source AI, indexed and scored
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
Predicting Forex Future Price with Machine Learning
| Date | Stars |
|---|---|
| 2026-07-31 | 306 |
| 2026-08-05 | 305 |
| 2026-08-06 | 305 |
Today
— stars today
This week
— stars this week
This month
— stars this month
Momentum
0.0
growth rate 0.00%/day
# Predicting Financial Time Series Data with Machine Learning This is an example that predicts future prices from past price movements. Here we implement it with EUR/USD rate as an example, and you can also predict stock prices by changing symbol. ## Backtest example for EUR/USD Using daily close prices from 2008 to 2016, first 95% for training and last 5% for testing. Green and red vertical lines represent winning trade and losing trade respectively.  ## Installation To run this demo, you need following environment and libraries. - Python 2.7 (not tested on 3.x) - Jupyter Notebook - Scikit-learn - numpy - pandas - matplotlib - seaborn **Note:** You may need extra libraries to install above. ## License MIT License, Copyright (c) 2017
Excerpt of 770 characters
Read on GitHubWould you bet a product on this? Bounded 0–100 and slow moving.
matched fp:34292a9dd1a9c824, llm:Repository topics: forex-prediction, machine-learning, ml, python, scikit-learn. Description/README: Predicting Forex future price with ML; backtest example using time series data (EUR/USD).
matched fp:34292a9dd1a9c824, llm:Repository topics: forex-prediction, machine-learning, ml, python, scikit-learn. Description/README: Predicting Forex future price with ML; backtest example using time series data (EUR/USD).