Skip to content

blitzionic/FinRL---Stock-Prediction

Repository files navigation

FinRL Transformer Models

Description

The objective is to conduct an empirical study into the training and performance of transformer models under different loss functions. We leverage Yahoo Finance, Pytorch, and various machine learning modules.

Goals

  • Assess the effectiveness of employing Mean Squared Error and Mean Absolute Error as loss functions in transformer models.
  • Evaluate the impact of Cross-Entropy Loss on transformers, for time series predictions.
  • Contrast and compare results processed from Long Short-Term Memory and Transformers.
  • Establish a robust baseline model as a basis for FinRL’s reinforcement models.

Stack

PyTorch Python

Members - under the guidance of Prof. Yanglet Xiao-Yang Liu

Yun Zhe Chen (Project Lead) [email protected] David C [email protected] Wenjie Chen [email protected] Andy Zhu [email protected] Derrick L [email protected] Hongwei L [email protected]

Milestones

Project Initialization & Planning

  • Gather up resources
  • Review published research
  • Review relevant machine learning topics and become familiar with Pytorch

Study Phase

  • Learning ARMA + Regression LTSM model + Transformer for practice

Data Pipelining & Collection

  • Collect and preprocess data from Yahoo Finance
  • Compose a time series for collected data

Testing Long Short-Term Memory Model

  • Apply standard LSTM model training using PyTorch
  • Implement and test the LSTM model by employing Mean Squared Error and Mean Absolute Error as loss functions
  • Report current progress for discussion with professor

Testing Transformer Model

  • Apply standard transformer model training using PyTorch
  • Implement and test the transformer model by employing Mean Squared Error and Mean Absolute Error as loss functions

Cross-Entropy Loss Functions Evaluation

  • Implement cross-entropy to test the transformer model as a loss function
  • Analyze results

Finalize Findings & Interpretation

  • Conduct compare and contrast for LSTM and transformer models
  • Prepare poster for presentation

Project Link https://github.com/blitzionic/FinRL---Stock-Prediction

Resoures:

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published