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

https://github.com/z23788677/bitcoin_rl_nlp

Bitcoin automatic trader using Reinforcement Learning approach. And market news using NLP approach.
https://github.com/z23788677/bitcoin_rl_nlp

Last synced: 11 months ago
JSON representation

Bitcoin automatic trader using Reinforcement Learning approach. And market news using NLP approach.

Awesome Lists containing this project

README

          

# Bitcoin_RL_NLP
Bitcoin automatic trader using Reinforcement Learning approach. And market news using NLP approach. pyqt as GUI

This still in progress. Not yet finish

## Reinforce Learing approach:
I'll using Tensorflow build DQNetwork. Using bitcoin history price csv file as environment (So Data in training process is NEEDED).

## NLP approach:
Since news effect price, I'm plan to use Transformer detact whatever currently finance news good or bad to change RL agent policy

## PYQT:
Once agent given buy/sell action, I need a platform to let user know buy or not

#### cleaned data
![image](cleaned_data.png)