Skip to content

Version 2 of a 3 part series of Jupyter notebooks to help find alpha in the stock market with AI models

License

Notifications You must be signed in to change notification settings

replacementAI/Finding-Alpha-with-AI-v2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 

Repository files navigation

Finding-Alpha-with-AI-v2

Improvements from v1:

  1. Neural networks and tree models instead of just linear models
  2. Also creating features from gold prices instead of just SPY ETF and bond prices.
  3. Scoring function now accounts for shorting

In these series of jupyter notebooks, we will go over how to create simple AI models for strategies in the stock market.

In the first notebook, we evaluate and visualize different models to determine the correlation (aka similarity) between their outputs, in order to create diverse strategies that will perform well when combined into one model.

In the second notebook, we compare the returns of different combinations of parameters related to data (specifically the N period interval and N period look back window) to determine the best performing combination of parameters related to data.

In the third notebook, we evaluate different parameters of models (as opposed to data in the previous notebook), scoring them on average returns, in order to determine the best performing model parameters.

image image image image

About

Version 2 of a 3 part series of Jupyter notebooks to help find alpha in the stock market with AI models

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published