Skip to content

I experiment in this project using different neural network approaches to predict gap risk on the price of financial assets.

License

Notifications You must be signed in to change notification settings

sergiosolorzano/financial-asset-gap-risk-nn-prediction

Repository files navigation

Analysis of Financial Asset Gap Risk Using Neural Networks and Machine Learning Techniques

Work In Progress

Description

The inspiration for this project stems from the interest to continue learning after completing in June 2024 a 6-month Professional Certification at Imperial Business School on Machine Learning and Artificial Intelligence.

I continue experimenting with neural networks on this project. I am privileged to be guided by Ali Muhammad, who lectured me during my certification at Imperial.

In this project we use different neural network approaches to estimate gap risk on the price of financial assets, and each approach is held in a subdirectory in this repo. The projects in this repo may slightly deviate from this objective as I explore and research associated predictions that help me build towards the end goal.

The project is work in progress. This proof of concept (PoC) prioritizes demonstrating feasibility. Code quality and refinement will be improved in future updates. Future iterations will focus on refining the code and implementing best practices.

You can follow the journey in this blog.

Project Directory Structure:

CNN-bayesian-share-price-prediction: Convolutional Neural Network to predict next day share price from a stock price time series, with Bayesian hyperparameter optimization

The project includes a LeNet-5-based design, which is a Convolutional Neural Network (CNN) with both convolutional and linear (fully connected) layers, to predict next day share price from a stock price time series. Stock financial time series are encoded in Gramian Angular Field images and used as inputs.

simple-lstm: I am building my understanding how LSTM models function by building a simple LSTM project

I am studying and preparing a vanilla Recurrent Neural Network's (RNN), which I expect to be more powerful than fixed networks where the entire state of the network is lost after each data point is processed, something detrimental to the prediction power of the model where data points are related in time. By contrast, RNNs sequencing processing method and its design to influence outputs by the inputs fed in, in my case sequenced GAF-encoded images, and the history of inputs fed in the past which provides the ability to selectively embed information across sequence steps similar to an autoregressive approach, may capture these temporal relationships. This may lead me to test Long-Short-Term-Memory RNNs to help overcome vanishing gradients and capture long and short term memory that provides temporal memory for the time series. I may then add transformers to the design based on recent successes.

If you find this helpful you can buy me a coffee :)

Buy Me A Coffee

About

I experiment in this project using different neural network approaches to predict gap risk on the price of financial assets.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published