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
Beginner-friendly collection of Python notebooks for various use cases of machine learning, deep learning, and analytics. For each notebook there is a separate tutorial on the relataly.com blog.
In this Jupyter Notebook, I've used LSTM RNN with Technical Indicators namely Simple Moving Average (SMA), Exponential Moving Average (EMA), Moving Average Convergence Divergence (MACD), and Bollinger Bands to predict the price of Bank Nifty.
Utilizing linear regression for accurate forecasting, this Jupyter Notebook-based exploration encompasses theory, dataset analysis, and model implementation, offering a holistic journey from concept to conclusion.
This is a python program for finance. It shows how to commpute portfolio simple returns, get daily returns and volatility etc. The graphs are also present in the notebook.
In this repository I'm implementing PyTorch based Deep Neural Networks from basic ANN to Advanced Graph Neural Networks. Please suggest if you have any ideas
This notebook builds an artificial recurrent neural network called Long Short Term Memory (LSTM) to predict the adjusted closing price of the GOOGLE. Index by reiterating over the past 60 day stock price
This notebook builds an artificial recurrent neural network called Long Short Term Memory (LSTM) to predict the adjusted closing price of the NASDAQ Clean Edge Green Energy index by reiterating over the past 60 day stock price.
This repository contains a collection of Python scripts and Jupyter notebooks for analyzing financial data. Whether you're a data scientist, financial analyst, or just someone interested in finance, you'll find useful tools here to help you make sense of financial data.
This repository contains a Jupyter notebook that predicts whether Nvidia's stock price will increase or decrease tomorrow. The project leverages machine learning models, specifically a Random Forest Classifier, to make predictions based on today’s stock data.
Analysis, a development of insights and a training of a prediction model for different stocks dataset such as APPLE, AMAZON or GOOGLE made in some notebooks with Spark in python.