You are on page 1of 16

Stock Market Prediction

Ayush Jha (2028152)


Anubhav Singh (2028175)
Debayan Das (2028180)
Ujjwal Agrawal (2028183)

Under the guidance of


Prof. Prabhu Prasad Dev

School of Computer Engineering,


KIIT Deemed to be University, Bhubaneswar

May 2, 2023

Minor Project May 2, 2023 Stock Market Prediction 1 / 16


Outline

1. Introduction 3. Methodology
2. Literature Review 4. Conclusion

Minor Project May 2, 2023 Stock Market Prediction 2 / 16


Introduction
Literature Review
Methodology
Conclusion
References

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

We will evaluate the performance of these models and compare


them to traditional statistical and econometric models. The
primary objective of this project is to develop a robust and accurate
model for stock market forecasting, which can help investors make
informed decisions and minimize financial risks. The project also
aims to explore the potential of machine learning algorithms in
stock market forecasting and contribute to the existing body of
knowledge in this field.

Minor Project May 2, 2023 Stock Market Prediction 4 / 16


Introduction
Literature Review
Methodology
Conclusion
References

Blocks of Highlighted Text

Support Vector Regression (SVR)


Support Vector Regression (SVR) is a regression algorithm that is
widely used in machine learning. It is based on the Support Vec-
tor Machine (SVM) algorithm, which is used for classification tasks.
SVR is a powerful tool for building regression models when dealing
with complex and non-linear relationships between the dependent
and independent variables.

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

Long Short-Term Memory (LSTM)


Long Short-Term Memory (LSTM) is a type of Recurrent Neural
Network (RNN) that is widely used in machine learning for handling
sequential data. LSTMs are designed to overcome the limitations of
traditional RNNs by allowing information to be retained or discarded
over a long period of time.

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.

Minor Project May 2, 2023 Stock Market Prediction 6 / 16


Introduction
Literature Review
Methodology
Conclusion
References

Principal Component Analysis (PCA)


Principal Component Analysis (PCA) is a statistical technique used
to reduce the dimensionality of a dataset by identifying a smaller
number of uncorrelated variables, known as principal components,
that explain the majority of the variance in the data. PCA is often
used in machine learning to preprocess high-dimensional data and
reduce the complexity of the model, while retaining the most impor-
tant information in the data.

Minor Project May 2, 2023 Stock Market Prediction 7 / 16


Introduction
Literature Review
Methodology
Conclusion
References

Multiple Columns

Lorem ipsum dolor sit amet,


Heading consectetur adipiscing elit.
1 Statement Integer lectus nisl, ultricies in
feugiat rutrum, porttitor sit amet
2 Explanation
augue. Aliquam ut tortor mauris.
3 Example Sed volutpat ante purus, quis
accumsan dolor.

Minor Project May 2, 2023 Stock Market Prediction 8 / 16


Introduction
Literature Review
Methodology
Conclusion
References

Theorem

Theorem (Mass–energy equivalence)


E = mc 2

Minor Project May 2, 2023 Stock Market Prediction 9 / 16


Introduction
Literature Review
Methodology
Conclusion
References

Verbatim

Example (Theorem Slide Code)


\begin{frame}
\frametitle{Theorem}
\begin{theorem}[Mass--energy equivalence]
$E = mc^2$
\end{theorem}
\end{frame}

Minor Project May 2, 2023 Stock Market Prediction 10 / 16


Introduction
Literature Review
Methodology
Conclusion
References

Figure

Uncomment the code on this slide to include your own image from
the same directory as the template .TeX file.

Minor Project May 2, 2023 Stock Market Prediction 11 / 16


Introduction
Literature Review
Methodology
Conclusion
References

Table

Treatments Response 1 Response 2


Treatment 1 0.0003262 0.562
Treatment 2 0.0015681 0.910
Treatment 3 0.0009271 0.296

Table: Table caption

Minor Project May 2, 2023 Stock Market Prediction 12 / 16


Introduction
Literature Review
Methodology
Conclusion
References

Citation

An example of the \cite command to cite within the presentation:

This statement requires citation [1] .

Minor Project May 2, 2023 Stock Market Prediction 13 / 16


Introduction
Literature Review
Methodology
Conclusion
References

Bullet Points

• Lorem ipsum dolor sit amet, consectetur adipiscing elit


• Aliquam blandit faucibus nisi, sit amet dapibus enim tempus eu
• Nulla commodo, erat quis gravida posuere, elit lacus lobortis
est, quis porttitor odio mauris at libero
• Nam cursus est eget velit posuere pellentesque
• Vestibulum faucibus velit a augue condimentum quis convallis
nulla gravida

Minor Project May 2, 2023 Stock Market Prediction 14 / 16


Introduction
Literature Review
Methodology
Conclusion
References

[1] R. Browder and C. Cross, “Welcome to overleaf: A brief


overview of opportunities,” 2018.

Minor Project May 2, 2023 Stock Market Prediction 15 / 16


Introduction
Literature Review
Methodology
Conclusion
References

Thank You

Minor Project May 2, 2023 Stock Market Prediction 16 / 16

You might also like