An open API service indexing awesome lists of open source software.

https://github.com/slevin48/stock

Predicting Stock Prices Using Machine Learning
https://github.com/slevin48/stock

neptune python tensorflow

Last synced: 2 months ago
JSON representation

Predicting Stock Prices Using Machine Learning

Awesome Lists containing this project

README

          

# Predicting Stock Prices Using Machine Learning [![Open in Streamlit](https://static.streamlit.io/badges/streamlit_badge_black_white.svg)](https://share.streamlit.io/slevin48/stock)

Article: https://neptune.ai/blog/predicting-stock-prices-using-machine-learning

Code: https://github.com/YiLi225/NeptuneBlogs/blob/main/Predicting_StockPrices.py

## Get data from Alpha Vantage

https://www.alphavantage.co/

## Create new neptune project

![](https://i0.wp.com/neptune.ai/wp-content/uploads/Stock-prediction-Create_Neptune_Project.gif)

## Simple Moving Average

![sma](img/sma.png)

## Exponential Moving Average

![ema](img/ema.png)

## Comparison of the SMA and EMA prediction performance

![comp-SMA-EMA](https://i0.wp.com/neptune.ai/wp-content/uploads/Stock-prediction-Neptune_SMA_EMA.gif)

## Predicting stock prices with an LSTM model

![lstm](img/lstm.png)

## Comparison of SMA, EMA, and LSTM models

![comp-SMA-EMA-LSTM](img/comp.png)