Skip to content

AI Stock Trading System by Reinforcement Learning and Natural Language Processing

Notifications You must be signed in to change notification settings

OliverJoo/AI_Stocktrading_Reinforcementlearning

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AI Stock Trading with Reinforcement Learning + MySQL

  • Package structure

    • ├── Crawling
    • │ ├── FinancialStatement
    • │ ├── newsSpider
    • │ │ ├── newsSpider
    • │ │ │ ├── spiders
    • │ ├── Twitter
    • ├── Data
    • ├── MDL
    • │ ├── RLTrading
    • │ ├── SentimentAnalysis
    • ├── Prep
    • ├── Strategy
    • ├── requirements.txt
    • └── README.md
  • Project Folder

    • Crawl: Crawling News, Twitter, Financial Statements
    • Data: Temporary file to manipulate date for test
    • MDL: Reinforcement MDLing & Sentiment Analysis
    • Prep: Preprocessing for Nature Language Processing
    • Strategy: Stock Filtering or identifying outliers from Financial Statements

Releases

No releases published

Packages

No packages published

Languages