replacementAI
Finding-Alpha-with-AI
Jupyter Notebook

A 3 part series of Jupyter notebooks to help one find alpha in the stock market with AI

Last updated Apr 22, 2026
19
Stars
4
Forks
0
Issues
0
Stars/day
Attention Score
11
Language breakdown
Jupyter Notebook 100.0%
Files click to expand
README

Finding Alpha with AI

NOTICE: This repo is v1, I have created an updated version at [v2].

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.

[first notebook]: https://github.com/replacementAI/Finding-Alpha-with-AI/blob/main/Code/Step1EvaluatingDifferentModels.ipynb [second notebook]: https://github.com/replacementAI/Finding-Alpha-with-AI/blob/main/Code/Step2FindingOptimalIntervalandLookback.ipynb [third notebook]: https://github.com/replacementAI/Finding-Alpha-with-AI/blob/main/Code/Step3OptimizingModelParameters.ipynb [v2]: https://github.com/replacementAI/Finding-Alpha-with-AI-v2

🔗 More in this category

© 2026 GitRepoTrend · replacementAI/Finding-Alpha-with-AI · Updated daily from GitHub