Stock-Prediction-Models icon indicating copy to clipboard operation
Stock-Prediction-Models copied to clipboard

Neural Ordinary Differential Equations

Open bitnom opened this issue 6 years ago • 3 comments

The first time I saw the trajectories example for neural ODE, I realized that it seems to illustrate the same pattern as the compression and expansion waves of markets:

This will be my next script to work on. Putting it out there for the interest of those toiling around this repo.

bitnom avatar Mar 25 '19 19:03 bitnom

I was thinking on applying this as well, have you done any progress?

Cerebrock avatar Sep 10 '19 00:09 Cerebrock

We must defined functions to differentiate, all examples in NODE just a function trajectory, never done on stochastic samples. I still struggling to understand the math to apply on stochastic domain.

huseinzol05 avatar Sep 10 '19 04:09 huseinzol05

Have you seen these? https://arxiv.org/pdf/1906.02355.pdf https://arxiv.org/pdf/1905.10403.pdf https://arxiv.org/pdf/1905.09883.pdf (I wish I could help you with the math)

Cerebrock avatar Oct 29 '19 02:10 Cerebrock