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
A machine learning project for classifying stocks into their respective sectors using historical stock price data. Implemented in a Jupyter Notebook, the project includes data fetching, preprocessing, feature extraction, model training, and prediction.
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.
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.
This project predicts Apple Inc. (AAPL) stock prices using LSTM networks. It involves data preprocessing, model training, and evaluation to provide insights into future price movements. Users can explore and execute the provided notebooks for analysis.