You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Simple Finance Forecasting Ai. This Ai Model uses historical price data to forecast future prices. The model is trained on data downloaded from Yahoo Finance using the yfinance library, and predictions are made using a linear regression Ai model from sklearn. The model supports all the symbols supported by Yahoo Finance.
This repository contains a Generative Adversarial Network (GAN) model designed to predict the closing prices in the financial market. The GAN utilizes a combination of generator and discriminator networks to generate synthetic closing price data, which can be used for forecasting and analysis purposes.