CSE MINI PROJECT Report
CSE MINI PROJECT Report
CSE MINI PROJECT Report
BACHELOR OF TECHNOLOGY
IN
COMPUTER SCIENCE & ENGINEERING
Submitted by:
Kireet Joshi
Asst. professor
I hereby certify that the work which is being presented in the project report entitled
“Stock price prediction using ML” in partial fulfillment of the requirements for the
award of the Degree of Bachelor of Technology in Computer Science and Engineering
of the Graphic Era (Deemed to be University), Dehradun shall be carried out by the un-
der the mentorship of Kireet Joshi, Asst. Professor, Department of Computer Science
and Engineering, Graphic Era (Deemed to be University), Dehradun.
1
Chapter 1 Introduction
1-2
Chapter 2 Literature Survey
3-4
Chapter 3 Methodology
4-5
Chapter 4 Result and Discussion
5-6
Chapter 5 Conclusion and Future Work
7
References
Chapter 1
Introduction
Datasets
• To build the stock price prediction model, we will
use the NSE TATA GLOBAL dataset. This is a
dataset of Tata Beverages from Tata Global Bever-
ages Limited, National Stock Exchange of India:
Tata Global Dataset
1
Stock price prediction is a machine learning
project ; in this we learned how to develop a stock
cost prediction model and how to build an interac-
tive dashboard for stock analysis. We implemented
stock market prediction using the data frame
model. Plotly dash python framework for building
dashboards.
2
Chapter 2
Literature Survey
3
Google Stock Price Prediction Us-
ing LSTM
4
From the image on the top, you can see LSTMs
have a chain-like structure. General RNNs have a
single neural network layer. LSTMs, on the other
hand, have four interacting layers communicating
extraordinarily.
5
Chapter 3
Methodology
4. Sort the dataset on date time and filter “Date” and “Close”
columns
Chapter 4
6
Stock price prediction is a machine learning project for begin-
7
ners; in this project we learned how to develop a stock cost pre-
diction model and how to build an interactive dashboard for stock
analysis. We implemented stock market prediction using the
8
Chapter 5
9
References
https://data-flair.training/blogs/stock-price-
prediction-machine-learning-project-in-python/
and although i haven't read it, Alex Graves's book looks thorough, yet
short:
https://www.cs.toronto.edu/~graves/preprint.pdf
10