Stock Market Prediction
Stock Market Prediction
May 2, 2023
1. Introduction 3. Methodology
2. Literature Review 4. Conclusion
INTRODUCTION
The stock market plays a crucial role in modern economies, and the
ability to accurately predict its behavior is essential for investors and
financial institutions. Traditional methods of forecasting the stock
market involve using statistical and econometric models. However,
these models have been found to be unreliable and inaccurate in
some cases, leading to significant financial losses. Therefore, there
is a need to develop new and more accurate methods for predicting
the stock market. Machine learning has emerged as a promising
approach to stock market forecasting. In this project, we aim to
apply various machine learning algorithms, including
• Linear regression
• Support vector regression (SVR)
• Long Short-Term Memory (LSTM)
• Principal component analysis (PCA)
Minor Project May 2, 2023 Stock Market Prediction 3 / 16
Introduction
Literature Review
Methodology
Conclusion
References
Linear Regression
Linear regression is a statistical modeling technique used to analyze
the relationship between two continuous variables, where one variable
(the dependent variable) is predicted based on the other variable (the
independent variable).
Minor Project May 2, 2023 Stock Market Prediction 5 / 16
Introduction
Literature Review
Methodology
Conclusion
References
Random Forest
Random Forest is a supervised learning algorithm that is used for
classification and regression tasks. It is an ensemble learning method
that uses multiple decision trees to make predictions. Each tree is
trained on a subset of the training data, and the final prediction is
made by combining the predictions of all the individual trees.
Multiple Columns
Theorem
Verbatim
Figure
Uncomment the code on this slide to include your own image from
the same directory as the template .TeX file.
Table
Citation
Bullet Points
Thank You