Skip to content

Implementing an online Deep Learning trading algorithm on the energy market that learns on-the-go with plans for future optimization using FPGAs

Notifications You must be signed in to change notification settings

Boiler-Quant/bqfg-online-learning

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Online Trading: Adaptive Algorithms for Dynamic Markets

One-liner:

Implementing an evolving ML/Deep Learning trading algorithm that learns on-the-go with plans for future optimization using FPGAs.
Our goal is to develop a trading model that doesn't just learn from static data but adapts in real-time as new data comes in. This will make our model super responsive to the ever-changing market conditions.

Why Online Learning?

Traditional ML models usually train on a fixed dataset. But markets are anything but fixed—they’re dynamic, unpredictable, and always evolving. Online learning allows our model to continuously update and improve with new data, making it more relevant and accurate in real-time trading scenarios.

The Plan

We'll start by developing and testing the online learning algorithm using dummy trading data. As we progress, we’ll explore more sophisticated aspects, like maybe compiling our algorithm down to FPGA-friendly languages to optimize our algorithm and also look into retrieving old/delayed market data.

About

Implementing an online Deep Learning trading algorithm on the energy market that learns on-the-go with plans for future optimization using FPGAs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages