Python Project

Download as pdf or txt
Download as pdf or txt
You are on page 1of 14

APPLE.

inc STOCK PRICE


PREDICTION
Presented By: Abhijith Nayak K
Akshay N R
Inchara M S
Introduction
➢We all have heard the word stock one way or the other. Particularly
stock is related with the associates and companies which are
commercialized and are to settling in the world of marketization.

➢Buying a company stock is purchasing a small share of it.

➢Market is unpredictable so are the resources and the factors that are
taken to drive it off or on the set.

➢Stock market prediction is a prediction system software that illuminate


the risk that undergoes during the investment in stock market.
DATA COLLECTION
➢Data collection is the process of gathering and measuring
information on variables of interest, in an established systematic
fashion that enables one to answer stated research questions, test
hypotheses, and evaluate outcomes.
➢We collect data through the Kaggle Website, Kaggle allows users
to find and publish data sets.
➢Kaggle supports database files using the lightweight SQLite
format.
DATA COLLECTION
SYSTEM ARCHITECTURE
ALGORITHAM USED
LINEAR REGRESSION:

➢One of the well-known algorithms used in machine learning is the


linear regression. It is covered under both statistical as well as in
machine learning.

➢It is used for analysing the dependency between two variables one is
known dependency which value is known and the other is unknown.

➢The value of the unknown dependency is checked with the known


dependencies and the result is found ad derived on its basis.
LONG SHORT-TERM MEMORY(LSTM):
➢With the recent breakthroughs that have been happening in data
science, it is found that for almost all of these sequence prediction
problems, Long Short-Term Memory networks, LSTMs have
been observed as the most effective solution.

➢The property of selectively remembering patterns for long


durations of time.
Test Case -1
Test Case number TC_01
Module Under Test Data Extraction
Description When the program is executed, it tries to connect
to downloaded dataset for using the data source of
the demanded company.
Output If the connection details are correct, data is
extracted. If the details are incorrect, an error is
shown.
Remarks Test Successful.
Test case-2
Test Case Number TC_02
Module Under Test Creating Test and Train data
Description We divide the extracted data into 2 parts test
and train data.
Input As per the requirement the data is given.

Output Inbuilt data dividers will distribute the data.

Remarks Test Successful.


Linear Regression Graph
LSTM Graph
Predicted Graph
CONCLUSION
➢In the project various high level machine learning algorithms are implemented
and integrated and the output is generated from the same making a user visible
with the outputs in the form of graph which makes it easier for them to see and
interpret what’s the scenario and they can decide on the same to invest and get
the benefit out of it.

➢The proposed software takes the raw set of data from the dataset or the .csv
file and process it. The cleaning and cleansing of data is done and then further
processed to gain the effective outcomes. After the computational mean the
output is displayed in the screen in the form of graph.
…THANK YOU…

You might also like