An open API service indexing awesome lists of open source software.

https://github.com/stephanakkerman/bsc-thesis

This repository houses the code from my 2021 AI bachelor thesis. Since its submission and subsequent grading, the content remains unchanged.
https://github.com/stephanakkerman/bsc-thesis

Last synced: 12 months ago
JSON representation

This repository houses the code from my 2021 AI bachelor thesis. Since its submission and subsequent grading, the content remains unchanged.

Awesome Lists containing this project

README

          

# 2021 AI Bachelor's Thesis
> **Note**
> For the most recent version of this codebase, please visit [tensortrade](https://github.com/StephanAkkerman/TensorTrade) on GitHub.

## Main Program (main.py)
The heart of this project, main.py integrates reinforcement learning with the other scripts found in this repository.

## BinanceData
A straightforward script dedicated to data collection using Binance's API.

## Benchmark_Comparison
Evaluate the performance of the reinforcement learning agent by contrasting its output with established benchmarks, including:

- Buy and Hold
- RSI Divergence
- SMA Crossover

## TACorrelation
Generate a heatmap that visualizes the absolute correlation among technical analysis indicators within the same group.