Department of Computer Science and Engineering
VIGNAN’S LARA INSTITUTE OF TECHNOLOGY AND SCIENCE
Project Review
on
Stock Market Prediction Using Machine Learning
Under The Esteemed Guidance of Presented By
Mr. O. Srinivas, M.Tech Batch No: B4
Assistant Professor K.Sai Sandeep (17FE1A0572)
CSE Department M.V.Manikanta(17FE1A0580)
K.Manaswini (17FE1A0566)
K.Dathu Naik (17FE1A0573)
30/03/2021 Department of Computer Science &
1
Engineering
CONTENTS
✔ Title
✔ Abstract
✔ Introduction
30/03/2021 Department of Computer Science & Engineering 2
TITLE
Stock Market Prediction Using
Machine Learning
30/03/2021 Department of Computer Science & Engineering 3
ABSTRACT
In Stock Market Prediction, the aim is to predict the future
value of the financial stocks of a company. The recent trend in
stock market prediction technologies is the use of machine
learning which makes predictions based on the values of current
stock market indices by training on their previous values.
Machine learning itself employs different models to make
prediction easier and authentic. The paper focuses on the use of
Multiple Regression,Random Forest Regression and Decision
Tree Regression to predict stock values.
30/03/2021 Department of Computer Science & Engineering 4
INTRODUCTION
● Machine learning algorithms are classified into different types
they are Supervised, UnSupervised, Semi Supervised.
● Regression is a statistical approach in finding the relationship
between variables.Multiple linear regression (MLR) is a
mathematical methodology that uses many independent
variables to predict the outcome of a response variables.
● Decision tree builds regression or classification models in the
form of a tree structure. It breaks down a dataset into smaller
and smaller subsets while at the same time an associated
decision tree is incrementally developed. The final result is a
tree with decision nodes and leaf nodes.
● Random forest builds multiple decision trees and merges them
together to get a more accurate and stable prediction.
30/03/2021 Department of Computer Science & Engineering 5
Any Queries??
30/03/2021 Department of Computer Science & Engineering 6
Thank You
30/03/2021 Department of Computer Science & Engineering 7