This document discusses using machine learning algorithms like LSTM and linear regression to predict stock market prices. It proposes using techniques like stacked LSTM on historical stock data to make predictions. The document outlines collecting data, preprocessing it, training models on training data and evaluating them on test data. It suggests comparing the accuracy of linear regression, stacked LSTM and other models to determine the most accurate for predicting 30 days of future stock prices. The goal is to reduce investment risk through more accurate machine-learned stock predictions.