Stock Price Prediction with Machine Learning
Compared neural-network and regression approaches for short-term stock-price forecasting.
Stock Price Prediction with Machine Learning
• Trained multiple machine learning models on historical stock price data to predict 1, 2 and 4-week future prices.
• Compared the performance and accuracy of a Long Short Term Memory neural network with a traditional multiple linear regression model, achieving an R2 error of 99.5% and 98.9% for the respective models.
• Implemented in Python using pandas, Keras and scikit-learn.
GitHub