SlideShare a Scribd company logo
1 of 8
Download to read offline
International Journal of Trend in Scientific Research and Development (IJTSRD)
Volume 6 Issue 6, September-October 2022 Available Online: www.ijtsrd.com e-ISSN: 2456 – 6470
@ IJTSRD | Unique Paper ID – IJTSRD51976 | Volume – 6 | Issue – 6 | September-October 2022 Page 859
A Study on Prediction of Share Price by
Using Machine Learning LSTM Model
Manuri Raju1
, Dr. D. Jakir Hussain2
1
Student, 2
Assistant Professor,
1,2
School of Management Studies, JNTU, Anantapur, Andhra Pradesh, India
ABSTRACT
In this project we attempt to implement machine learning approach to
predict stock prices. Machine learning is effectively implemented in
forecasting stock prices. The objective is to predict the stock prices in
order to make more informed and accurate investment decisions. We
propose a stock price prediction system that integrates mathematical
functions, machine learning, and other external factors for the
purpose of achieving better stock prediction accuracy and issuing
profitable trades.
There are two types of stocks. You may know of intraday trading by
the commonly used term "day trading." Intraday traders hold
securities positions from at least one day to the next and often for
several days to weeks or months. LSTMs are very powerful in
sequence prediction problems because they’re able to store past
information. This is important in our case because the previous price
of a stock is crucial in predicting its future price. While predicting the
actual price of a stock is an uphill climb, we can build a model that
will predict whether the price will go up or down.
KEYWORDS: LSTM, CNN, ML, DL, Trade Open, Trade Close, Trade
Low, Trade High
How to cite this paper: Manuri Raju |
Dr. D. Jakir Hussain "A Study on
Prediction of Share Price by Using
Machine Learning LSTM Model"
Published in
International
Journal of Trend in
Scientific Research
and Development
(ijtsrd), ISSN:
2456-6470,
Volume-6 | Issue-6,
October 2022, pp.859-866, URL:
www.ijtsrd.com/papers/ijtsrd51976.pdf
Copyright © 2022 by author (s) and
International Journal of Trend in
Scientific Research and Development
Journal. This is an
Open Access article
distributed under the
terms of the Creative Commons
Attribution License (CC BY 4.0)
(http://creativecommons.org/licenses/by/4.0)
INTRODUCTION
Machine learning has significant applications in
the stock price prediction. In this machine
learning project, we will be talking about
predicting the returns on stocks.
In this project, we will work with historical data
about the stock prices of a publicly listed
company. We will implement a mix of machine
learning algorithms to predict the future stock
price of company, starting with simple algorithms
and then move on to advanced techniques like
LSTM.
NEED OF THE STUDY
The purpose of the study is to analyse the future value
of select companies (Tata Motors, Adani Power, SBI,
Tech Mahindra & Happiest Minds) share prices.
SCOPE OF THE STUDY
System predicts the stock prices for one or more
days in advance, based on the previous stock
prices.
The study is going to generate the signals of entry
price and closing price by using Machine learning
techniques.
OBJECTIVES OF THE STUDY
To know the concept of machine learning
technology with relating to stock prediction.
To analyze time series data for investment.
To study entry price and target price and proper
stop loss by using machine learning.
RESEARCH METHODOLOGY
Secondary data: The secondary data collected from
the following websites.
Yahoofinance.com
TOOLS AND TECHNIQUES
Techniques:
LSTM Model
Tools:
Machine learning modules and algorithms
Python modules
IJTSRD51976
International Journal of Trend in Scientific Research and Development @ www.ijtsrd.com eISSN: 2456-6470
@ IJTSRD | Unique Paper ID – IJTSRD51976 | Volume – 6 | Issue – 6 | September-October 2022 Page 860
Software:
Jupyter notebook
Tensorflow
Anaconda navigator
LIMITATIONS OF THE STUDY
This study is confined to Machine learning LSTM
model.
This LSTM model is used for short term
investment.
Dataset Analysis of Tech Mahindra
INTERPRETATION
The above figure shows that Data analysis for stock price of Tech Mahindra by using dataset. Figure represent
the date, open, close, high, low, adjusted close and volume of stocks details.
1. Close Price history of TECH MAHINDRA
INTERPRETATION
By representing the dataset into plot. The plot shows
the close price history of tech Mahindra from 2006 to
2022.
2. Predicted Chart
Interpretation:
After Dataset reading, it performed preprocessing
operation on the dataset. Here the code applies
Min-Max Scaler to preprocess the dataset. In
International Journal of Trend in Scientific Research and Development @ www.ijtsrd.com eISSN: 2456-6470
@ IJTSRD | Unique Paper ID – IJTSRD51976 | Volume – 6 | Issue – 6 | September-October 2022 Page 861
preprocessing, operation removes the noise into
the data and convert data into 0 to 1 form.
Here procure the data from the year 2020-05-25
to 2022-08-23 for the prediction of closing value.
To apply training, from the samples of Training
data.
After performing preprocessing, the dataset
divided into training and testing set. 80% of the
data is used for the training while the remaining
20% of the data is used for validation and testing.
Dataset Model fitting of Long Short-Term
Memory architecture.
After execution of test the above chart represent
the training part in blue color, the validation in
orange, the green color is the predicted value of
the LSTM model.
3. Training prediction and training observation
Interpretation:
The above chart shows that the training part further
split into training prediction and training observation
from the year 2020 to 2022. It helps to compare the
training prediction and training observation. It
represent the proper training part based on actual
values.
4. Validation prediction and validation
observation
Interpretation:
The above chart shows that the validation part further
split into validation prediction and validation
observation from the date 2022-03-15 to 2022-06-01,
Its helps to compare the validation prediction and
validation observation. It represent the proper
validation part based on actual values.
5. Testing prediction and Testing observation
Interpretation:
The above chart shows that the testing part further
split into Testing prediction and Testing observation
from the date 2022-06-01 to 2022-08-15, It helps to
compare the validation prediction and validation
observation. It represent the proper testing part based
on actual values.
6. Final chart of prediction
Interpretation:
The above chart shows that all predictions and
observations of training, validation and testing
combined together.
International Journal of Trend in Scientific Research and Development @ www.ijtsrd.com eISSN: 2456-6470
@ IJTSRD | Unique Paper ID – IJTSRD51976 | Volume – 6 | Issue – 6 | September-October 2022 Page 862
7. closing price history of TATA MOTORS and
ADANI POWER
TATA MOTORS
ADANI POWER
8. Predicted chart
TATA MOTORS
ADANI POWER
9. Training prediction and training observation
TATA MOTORS
ADANI POWER
10. Validation prediction and validation
observation
TATA MOTORS
ADANI POWER
International Journal of Trend in Scientific Research and Development @ www.ijtsrd.com eISSN: 2456-6470
@ IJTSRD | Unique Paper ID – IJTSRD51976 | Volume – 6 | Issue – 6 | September-October 2022 Page 863
11. Testing prediction and Testing observation
TATA MOTORS
ADANI POWER
12. Final chart of prediction
TATA MOTORS
ADANI POWER
13. Closing price history of SBI and HAPPIEST
MINDS
SBI
HAPPIEST MINDS
14. Predicted Graph
SBI
HAPPIEST MINDS
International Journal of Trend in Scientific Research and Development @ www.ijtsrd.com eISSN: 2456-6470
@ IJTSRD | Unique Paper ID – IJTSRD51976 | Volume – 6 | Issue – 6 | September-October 2022 Page 864
15. Training prediction and training observation
SBI
HAPPIEST MINDS
16. Validation prediction and validation
observation
SBI
HAPPIEST MINDS
17. Testing prediction and Testing observation
SBI
HAPPIEST MINDS
18. Final chart of prediction
SBI
HAPPIEST MINDS
International Journal of Trend in Scientific Research and Development @ www.ijtsrd.com eISSN: 2456-6470
@ IJTSRD | Unique Paper ID – IJTSRD51976 | Volume – 6 | Issue – 6 | September-October 2022 Page 865
TABLE 1: The following table shows that the difference between actual and predicted values with stop
loss.
TARGET 1
Stocks
Entry
Price
Actual
Price
LSTM
Percentage
Difference
STOPLOSS
Maximum no of days
to reach target 1
TECH MAHINDRA 1146 1010 1005 0.5 20 30
TATA MOTORS 393 441 435 1.3 10 16
ADANI POWER 262 291 290 0.1 10 15
SBI 501 491 505 2.7 20 30
HAPPIEST MINDS 875 815 850 4.5 20 15
TARGET 2
Stocks
Actual
price
LSTM
Percentage
Difference
STOPLOSS
Maximum no of days
to reach target 2
TECH MAHINDRA 1049 1049 0 20 30
TATAMOTORS 454 454 0 10 14
ADANI POWER 313 309 1.3 10 4
SBI 466 467 0.1 20 60
HAPPIEST MINDS 975 985 0.5 20 30
TARGET 3
Stocks
Actual
Price
Lstm
Percentage
Difference
Maximum no of days
to reach target 3
STOPLOSS
TECH MAHINDRA 1065 1080 1.4 15 20
TATAMOTORS 479 465 2.9 9 10
ADANI POWER 328 318 3 10 10
SBI 520 520 0 35 20
HAPPIEST MINDS 980 980 0 15 20
INTERPRETATION
The above tables shows that the difference between actual and predicted values with proper stoploss.
TECH MAHINDRA- The difference between actual value and LSTM MODEL of target1 is 0.5%, There is no
difference in Target2, Target 3 is 1.4%. The stoploss based on stock performance at 20 points from entry price.
TATAMOTORS - The difference between actual value and LSTM MODEL of target1 is 1.3%, There is no
difference in Target2, Target 3 is 2.9 %. The stoploss based on stock performance at 10 points from entry price.
ADANIPOWER –The difference between actual value and LSTM MODEL of target1 is 0.1%, Target2 is 1.3,
Target 3 is 3 %. The stoploss based on stock performance at 10 points from entry price.
SBI - The difference between actual value and LSTM MODEL of target1 is 2.7 %, Target2 is 0.1%, There is no
difference in Target3. The stoploss based on stock performance at 20 points from entry price.
HAPPIEST MINDS - The difference between actual value and LSTM MODEL of target1 is 4.5 %, Target2 is
0.5%, There is no difference in Target 3. The stoploss based on stock performance at 20 points from entry price.
FINDINGS
As per the study LSTM Model is working to find
out the closing price of stock based on historical
data.
We observed that LSTM forecast the accurate
prediction based on the more input data.
According to the study the prediction used for the
short term investment.
It forecast closing price based on previous price
fluctuations.
According to the study LSTM model produce
predictions similar to the actual values.
This model used for short term predictions.
TECH MAHINDRA- As per the study the
difference between actual value and LSTM
MODEL of target1 is 0.5 percentage, There is no
difference in Target2, Target 3 is 1.4 percentage.
The stoploss based on stock performance at 20
points from entry price.
TATAMOTORS - As per the study the difference
between actual value and LSTM MODEL of
International Journal of Trend in Scientific Research and Development @ www.ijtsrd.com eISSN: 2456-6470
@ IJTSRD | Unique Paper ID – IJTSRD51976 | Volume – 6 | Issue – 6 | September-October 2022 Page 866
target1 is 1.3 percentage, There is no difference in
Target2, Target 3 is 2.9 percentage. The stoploss
based on stock performance at 10 points from
entry price.
ADANIPOWER - As per the study the difference
between actual value and LSTM MODEL of
target1 is 0.1percentage, Target2 is 1.3, Target 3
is 3 percentage. The stoploss based on stock
performance at 10 points from entry price.
SBI - As per the study the difference between
actual value and LSTM MODEL of target1 is 2.7
percentage, Target2 is 0.1, There is no difference
in Target3. The stoploss based on stock
performance at 20 points from entry price.
HAPPIEST MINDS - As per the study the
difference between actual value and LSTM
MODEL of target1 is 4.5 percentage, Target2 is
0.5, There is no difference in Target 3. The
stoploss based on stock performance at 20 points
from entry price.
SUGGESTIONS
This model will help for short term investors
because LSTM Model is Machine Learning
model so it is suggested that investors must be
aware of market conditions.
It is suggested that before investing any company
investors should go through fundamental analysis
of the company, investors study news and go for
LSTM. combination of fundamental analysis and
LSTM will gives more efficient return and
moderate risk.
If in case the predicted Values not performing
well in Realtime it is better to use stoploss.
It is always suggested that investors need to
protect their capital in order to gain returns, don’t
trade without stoploss.
It is suggested that in trading investors need to
monitor the invested stock and proposed stock
company profile.
It is suggested that candle stick pattern for
trading.
It is suggested that, in trading investors need to
monitor the invested stock and proposed stock
company profile.
It is suggested that the candle stick pattern is
useful for investors in trading with LSTM
MODEL.
BIBILIOGRAPHY
[1] Stock Price Prediction Using LSTM on
Indian Share Market by Achyut Ghosh,
Soumik Bose1, Giridhar Maji, Narayan C.
Debnath, Soumya Sen
[2] S. Selvin, R. Vinayakumar, E. A.
Gopalkrishnan, V. K. Menon and K. P. Soman,
"Stock price prediction using LSTM, RNN and
CNN-sliding window model," in International
Conference on Advances in Computing,
Communications and Informatics, 2017.
[3] Murtaza Roondiwala, Harshal Patel, Shraddha
Varma, “Predicting Stock Prices Using LSTM”
in Undergraduate Engineering Students,
Department of Information Technology,
Mumbai University, 2015.
[4] Xiongwen Pang, Yanqiang Zhou, Pan Wang,
Weiwei Lin, “An innovative neural network
approach for stock market prediction”, 2018
[5] Ishita Parmar, Navanshu Agarwal, Sheirsh
Saxena, Ridam Arora, Shikhin Gupta,
Himanshu Dhiman, Lokesh Chouhan
Department of Computer Science and
Engineering National Institute of Technology,
Hamirpur – 177005, INDIA - Stock Market
Prediction Using ML.
[6] The Hundred-Page Machine Learning Books by
Andriy Burkov
[7] Hands-On Machine Learning with Scikit-Learn,
Keras, and TensorFlow by Geron Aurelien.

More Related Content

Similar to A Study on Prediction of Share Price by Using Machine Learning LSTM Model

Predicting the Maintenance of Aircraft Engines using LSTM
Predicting the Maintenance of Aircraft Engines using LSTMPredicting the Maintenance of Aircraft Engines using LSTM
Predicting the Maintenance of Aircraft Engines using LSTMijtsrd
 
Research Paper Presentation on Retail Sales Forecasting
Research Paper Presentation on Retail Sales ForecastingResearch Paper Presentation on Retail Sales Forecasting
Research Paper Presentation on Retail Sales ForecastingAKHILESHKUMARKANIK
 
STOCK PRICE PREDICTION AND RECOMMENDATION USINGMACHINE LEARNING TECHNIQUES AN...
STOCK PRICE PREDICTION AND RECOMMENDATION USINGMACHINE LEARNING TECHNIQUES AN...STOCK PRICE PREDICTION AND RECOMMENDATION USINGMACHINE LEARNING TECHNIQUES AN...
STOCK PRICE PREDICTION AND RECOMMENDATION USINGMACHINE LEARNING TECHNIQUES AN...IRJET Journal
 
Bitcoin Price Prediction and Recommendation System using Deep learning techni...
Bitcoin Price Prediction and Recommendation System using Deep learning techni...Bitcoin Price Prediction and Recommendation System using Deep learning techni...
Bitcoin Price Prediction and Recommendation System using Deep learning techni...IRJET Journal
 
IRJET - Job Portal Analysis and Salary Prediction System
IRJET -  	  Job Portal Analysis and Salary Prediction SystemIRJET -  	  Job Portal Analysis and Salary Prediction System
IRJET - Job Portal Analysis and Salary Prediction SystemIRJET Journal
 
REAL ESTATE PRICE PREDICTION
REAL ESTATE PRICE PREDICTIONREAL ESTATE PRICE PREDICTION
REAL ESTATE PRICE PREDICTIONIRJET Journal
 
Stock Market Prediction Using Deep Learning
Stock Market Prediction Using Deep LearningStock Market Prediction Using Deep Learning
Stock Market Prediction Using Deep LearningIRJET Journal
 
IRJET- Stock Market Prediction using Machine Learning Techniques
IRJET- Stock Market Prediction using Machine Learning TechniquesIRJET- Stock Market Prediction using Machine Learning Techniques
IRJET- Stock Market Prediction using Machine Learning TechniquesIRJET Journal
 
Stock Market Prediction using Machine Learning
Stock Market Prediction using Machine LearningStock Market Prediction using Machine Learning
Stock Market Prediction using Machine Learningijtsrd
 
Bank Customer Segmentation & Insurance Claim Prediction
Bank Customer Segmentation & Insurance Claim PredictionBank Customer Segmentation & Insurance Claim Prediction
Bank Customer Segmentation & Insurance Claim PredictionIRJET Journal
 
Survey Paper on Stock Prediction Using Machine Learning Algorithms
Survey Paper on Stock Prediction Using Machine Learning AlgorithmsSurvey Paper on Stock Prediction Using Machine Learning Algorithms
Survey Paper on Stock Prediction Using Machine Learning AlgorithmsIRJET Journal
 
BATCH 1 FIRST REVIEW-1.pptx
BATCH 1 FIRST REVIEW-1.pptxBATCH 1 FIRST REVIEW-1.pptx
BATCH 1 FIRST REVIEW-1.pptxSurajRavi16
 
IRJET- Stock Market Forecasting Techniques: A Survey
IRJET- Stock Market Forecasting Techniques: A SurveyIRJET- Stock Market Forecasting Techniques: A Survey
IRJET- Stock Market Forecasting Techniques: A SurveyIRJET Journal
 
DIGITAL INVESTMENT PREDICTION IN CRYPTOCURRENCY
DIGITAL INVESTMENT PREDICTION IN CRYPTOCURRENCYDIGITAL INVESTMENT PREDICTION IN CRYPTOCURRENCY
DIGITAL INVESTMENT PREDICTION IN CRYPTOCURRENCYIRJET Journal
 
IRJET - Stock Market Analysis and Prediction
IRJET - Stock Market Analysis and PredictionIRJET - Stock Market Analysis and Prediction
IRJET - Stock Market Analysis and PredictionIRJET Journal
 
IRJET- Prediction in Stock Marketing
IRJET- Prediction in Stock MarketingIRJET- Prediction in Stock Marketing
IRJET- Prediction in Stock MarketingIRJET Journal
 
An Overview Of Predictive Analysis Techniques And Applications
An Overview Of Predictive Analysis  Techniques And ApplicationsAn Overview Of Predictive Analysis  Techniques And Applications
An Overview Of Predictive Analysis Techniques And ApplicationsScott Bou
 
Data Severance Using Machine Learning for Marketing Strategies
Data Severance Using Machine Learning for Marketing StrategiesData Severance Using Machine Learning for Marketing Strategies
Data Severance Using Machine Learning for Marketing StrategiesIRJET Journal
 
Stock Market Prediction using Long Short-Term Memory
Stock Market Prediction using Long Short-Term MemoryStock Market Prediction using Long Short-Term Memory
Stock Market Prediction using Long Short-Term MemoryIRJET Journal
 
STOCK PRICE PREDICTION USING TIME SERIES
STOCK PRICE PREDICTION USING TIME SERIESSTOCK PRICE PREDICTION USING TIME SERIES
STOCK PRICE PREDICTION USING TIME SERIESIRJET Journal
 

Similar to A Study on Prediction of Share Price by Using Machine Learning LSTM Model (20)

Predicting the Maintenance of Aircraft Engines using LSTM
Predicting the Maintenance of Aircraft Engines using LSTMPredicting the Maintenance of Aircraft Engines using LSTM
Predicting the Maintenance of Aircraft Engines using LSTM
 
Research Paper Presentation on Retail Sales Forecasting
Research Paper Presentation on Retail Sales ForecastingResearch Paper Presentation on Retail Sales Forecasting
Research Paper Presentation on Retail Sales Forecasting
 
STOCK PRICE PREDICTION AND RECOMMENDATION USINGMACHINE LEARNING TECHNIQUES AN...
STOCK PRICE PREDICTION AND RECOMMENDATION USINGMACHINE LEARNING TECHNIQUES AN...STOCK PRICE PREDICTION AND RECOMMENDATION USINGMACHINE LEARNING TECHNIQUES AN...
STOCK PRICE PREDICTION AND RECOMMENDATION USINGMACHINE LEARNING TECHNIQUES AN...
 
Bitcoin Price Prediction and Recommendation System using Deep learning techni...
Bitcoin Price Prediction and Recommendation System using Deep learning techni...Bitcoin Price Prediction and Recommendation System using Deep learning techni...
Bitcoin Price Prediction and Recommendation System using Deep learning techni...
 
IRJET - Job Portal Analysis and Salary Prediction System
IRJET -  	  Job Portal Analysis and Salary Prediction SystemIRJET -  	  Job Portal Analysis and Salary Prediction System
IRJET - Job Portal Analysis and Salary Prediction System
 
REAL ESTATE PRICE PREDICTION
REAL ESTATE PRICE PREDICTIONREAL ESTATE PRICE PREDICTION
REAL ESTATE PRICE PREDICTION
 
Stock Market Prediction Using Deep Learning
Stock Market Prediction Using Deep LearningStock Market Prediction Using Deep Learning
Stock Market Prediction Using Deep Learning
 
IRJET- Stock Market Prediction using Machine Learning Techniques
IRJET- Stock Market Prediction using Machine Learning TechniquesIRJET- Stock Market Prediction using Machine Learning Techniques
IRJET- Stock Market Prediction using Machine Learning Techniques
 
Stock Market Prediction using Machine Learning
Stock Market Prediction using Machine LearningStock Market Prediction using Machine Learning
Stock Market Prediction using Machine Learning
 
Bank Customer Segmentation & Insurance Claim Prediction
Bank Customer Segmentation & Insurance Claim PredictionBank Customer Segmentation & Insurance Claim Prediction
Bank Customer Segmentation & Insurance Claim Prediction
 
Survey Paper on Stock Prediction Using Machine Learning Algorithms
Survey Paper on Stock Prediction Using Machine Learning AlgorithmsSurvey Paper on Stock Prediction Using Machine Learning Algorithms
Survey Paper on Stock Prediction Using Machine Learning Algorithms
 
BATCH 1 FIRST REVIEW-1.pptx
BATCH 1 FIRST REVIEW-1.pptxBATCH 1 FIRST REVIEW-1.pptx
BATCH 1 FIRST REVIEW-1.pptx
 
IRJET- Stock Market Forecasting Techniques: A Survey
IRJET- Stock Market Forecasting Techniques: A SurveyIRJET- Stock Market Forecasting Techniques: A Survey
IRJET- Stock Market Forecasting Techniques: A Survey
 
DIGITAL INVESTMENT PREDICTION IN CRYPTOCURRENCY
DIGITAL INVESTMENT PREDICTION IN CRYPTOCURRENCYDIGITAL INVESTMENT PREDICTION IN CRYPTOCURRENCY
DIGITAL INVESTMENT PREDICTION IN CRYPTOCURRENCY
 
IRJET - Stock Market Analysis and Prediction
IRJET - Stock Market Analysis and PredictionIRJET - Stock Market Analysis and Prediction
IRJET - Stock Market Analysis and Prediction
 
IRJET- Prediction in Stock Marketing
IRJET- Prediction in Stock MarketingIRJET- Prediction in Stock Marketing
IRJET- Prediction in Stock Marketing
 
An Overview Of Predictive Analysis Techniques And Applications
An Overview Of Predictive Analysis  Techniques And ApplicationsAn Overview Of Predictive Analysis  Techniques And Applications
An Overview Of Predictive Analysis Techniques And Applications
 
Data Severance Using Machine Learning for Marketing Strategies
Data Severance Using Machine Learning for Marketing StrategiesData Severance Using Machine Learning for Marketing Strategies
Data Severance Using Machine Learning for Marketing Strategies
 
Stock Market Prediction using Long Short-Term Memory
Stock Market Prediction using Long Short-Term MemoryStock Market Prediction using Long Short-Term Memory
Stock Market Prediction using Long Short-Term Memory
 
STOCK PRICE PREDICTION USING TIME SERIES
STOCK PRICE PREDICTION USING TIME SERIESSTOCK PRICE PREDICTION USING TIME SERIES
STOCK PRICE PREDICTION USING TIME SERIES
 

More from ijtsrd

‘Six Sigma Technique’ A Journey Through its Implementation
‘Six Sigma Technique’ A Journey Through its Implementation‘Six Sigma Technique’ A Journey Through its Implementation
‘Six Sigma Technique’ A Journey Through its Implementationijtsrd
 
Edge Computing in Space Enhancing Data Processing and Communication for Space...
Edge Computing in Space Enhancing Data Processing and Communication for Space...Edge Computing in Space Enhancing Data Processing and Communication for Space...
Edge Computing in Space Enhancing Data Processing and Communication for Space...ijtsrd
 
Dynamics of Communal Politics in 21st Century India Challenges and Prospects
Dynamics of Communal Politics in 21st Century India Challenges and ProspectsDynamics of Communal Politics in 21st Century India Challenges and Prospects
Dynamics of Communal Politics in 21st Century India Challenges and Prospectsijtsrd
 
Assess Perspective and Knowledge of Healthcare Providers Towards Elehealth in...
Assess Perspective and Knowledge of Healthcare Providers Towards Elehealth in...Assess Perspective and Knowledge of Healthcare Providers Towards Elehealth in...
Assess Perspective and Knowledge of Healthcare Providers Towards Elehealth in...ijtsrd
 
The Impact of Digital Media on the Decentralization of Power and the Erosion ...
The Impact of Digital Media on the Decentralization of Power and the Erosion ...The Impact of Digital Media on the Decentralization of Power and the Erosion ...
The Impact of Digital Media on the Decentralization of Power and the Erosion ...ijtsrd
 
Online Voices, Offline Impact Ambedkars Ideals and Socio Political Inclusion ...
Online Voices, Offline Impact Ambedkars Ideals and Socio Political Inclusion ...Online Voices, Offline Impact Ambedkars Ideals and Socio Political Inclusion ...
Online Voices, Offline Impact Ambedkars Ideals and Socio Political Inclusion ...ijtsrd
 
Problems and Challenges of Agro Entreprenurship A Study
Problems and Challenges of Agro Entreprenurship A StudyProblems and Challenges of Agro Entreprenurship A Study
Problems and Challenges of Agro Entreprenurship A Studyijtsrd
 
Comparative Analysis of Total Corporate Disclosure of Selected IT Companies o...
Comparative Analysis of Total Corporate Disclosure of Selected IT Companies o...Comparative Analysis of Total Corporate Disclosure of Selected IT Companies o...
Comparative Analysis of Total Corporate Disclosure of Selected IT Companies o...ijtsrd
 
The Impact of Educational Background and Professional Training on Human Right...
The Impact of Educational Background and Professional Training on Human Right...The Impact of Educational Background and Professional Training on Human Right...
The Impact of Educational Background and Professional Training on Human Right...ijtsrd
 
A Study on the Effective Teaching Learning Process in English Curriculum at t...
A Study on the Effective Teaching Learning Process in English Curriculum at t...A Study on the Effective Teaching Learning Process in English Curriculum at t...
A Study on the Effective Teaching Learning Process in English Curriculum at t...ijtsrd
 
The Role of Mentoring and Its Influence on the Effectiveness of the Teaching ...
The Role of Mentoring and Its Influence on the Effectiveness of the Teaching ...The Role of Mentoring and Its Influence on the Effectiveness of the Teaching ...
The Role of Mentoring and Its Influence on the Effectiveness of the Teaching ...ijtsrd
 
Design Simulation and Hardware Construction of an Arduino Microcontroller Bas...
Design Simulation and Hardware Construction of an Arduino Microcontroller Bas...Design Simulation and Hardware Construction of an Arduino Microcontroller Bas...
Design Simulation and Hardware Construction of an Arduino Microcontroller Bas...ijtsrd
 
Sustainable Energy by Paul A. Adekunte | Matthew N. O. Sadiku | Janet O. Sadiku
Sustainable Energy by Paul A. Adekunte | Matthew N. O. Sadiku | Janet O. SadikuSustainable Energy by Paul A. Adekunte | Matthew N. O. Sadiku | Janet O. Sadiku
Sustainable Energy by Paul A. Adekunte | Matthew N. O. Sadiku | Janet O. Sadikuijtsrd
 
Concepts for Sudan Survey Act Implementations Executive Regulations and Stand...
Concepts for Sudan Survey Act Implementations Executive Regulations and Stand...Concepts for Sudan Survey Act Implementations Executive Regulations and Stand...
Concepts for Sudan Survey Act Implementations Executive Regulations and Stand...ijtsrd
 
Towards the Implementation of the Sudan Interpolated Geoid Model Khartoum Sta...
Towards the Implementation of the Sudan Interpolated Geoid Model Khartoum Sta...Towards the Implementation of the Sudan Interpolated Geoid Model Khartoum Sta...
Towards the Implementation of the Sudan Interpolated Geoid Model Khartoum Sta...ijtsrd
 
Activating Geospatial Information for Sudans Sustainable Investment Map
Activating Geospatial Information for Sudans Sustainable Investment MapActivating Geospatial Information for Sudans Sustainable Investment Map
Activating Geospatial Information for Sudans Sustainable Investment Mapijtsrd
 
Educational Unity Embracing Diversity for a Stronger Society
Educational Unity Embracing Diversity for a Stronger SocietyEducational Unity Embracing Diversity for a Stronger Society
Educational Unity Embracing Diversity for a Stronger Societyijtsrd
 
Integration of Indian Indigenous Knowledge System in Management Prospects and...
Integration of Indian Indigenous Knowledge System in Management Prospects and...Integration of Indian Indigenous Knowledge System in Management Prospects and...
Integration of Indian Indigenous Knowledge System in Management Prospects and...ijtsrd
 
DeepMask Transforming Face Mask Identification for Better Pandemic Control in...
DeepMask Transforming Face Mask Identification for Better Pandemic Control in...DeepMask Transforming Face Mask Identification for Better Pandemic Control in...
DeepMask Transforming Face Mask Identification for Better Pandemic Control in...ijtsrd
 
Streamlining Data Collection eCRF Design and Machine Learning
Streamlining Data Collection eCRF Design and Machine LearningStreamlining Data Collection eCRF Design and Machine Learning
Streamlining Data Collection eCRF Design and Machine Learningijtsrd
 

More from ijtsrd (20)

‘Six Sigma Technique’ A Journey Through its Implementation
‘Six Sigma Technique’ A Journey Through its Implementation‘Six Sigma Technique’ A Journey Through its Implementation
‘Six Sigma Technique’ A Journey Through its Implementation
 
Edge Computing in Space Enhancing Data Processing and Communication for Space...
Edge Computing in Space Enhancing Data Processing and Communication for Space...Edge Computing in Space Enhancing Data Processing and Communication for Space...
Edge Computing in Space Enhancing Data Processing and Communication for Space...
 
Dynamics of Communal Politics in 21st Century India Challenges and Prospects
Dynamics of Communal Politics in 21st Century India Challenges and ProspectsDynamics of Communal Politics in 21st Century India Challenges and Prospects
Dynamics of Communal Politics in 21st Century India Challenges and Prospects
 
Assess Perspective and Knowledge of Healthcare Providers Towards Elehealth in...
Assess Perspective and Knowledge of Healthcare Providers Towards Elehealth in...Assess Perspective and Knowledge of Healthcare Providers Towards Elehealth in...
Assess Perspective and Knowledge of Healthcare Providers Towards Elehealth in...
 
The Impact of Digital Media on the Decentralization of Power and the Erosion ...
The Impact of Digital Media on the Decentralization of Power and the Erosion ...The Impact of Digital Media on the Decentralization of Power and the Erosion ...
The Impact of Digital Media on the Decentralization of Power and the Erosion ...
 
Online Voices, Offline Impact Ambedkars Ideals and Socio Political Inclusion ...
Online Voices, Offline Impact Ambedkars Ideals and Socio Political Inclusion ...Online Voices, Offline Impact Ambedkars Ideals and Socio Political Inclusion ...
Online Voices, Offline Impact Ambedkars Ideals and Socio Political Inclusion ...
 
Problems and Challenges of Agro Entreprenurship A Study
Problems and Challenges of Agro Entreprenurship A StudyProblems and Challenges of Agro Entreprenurship A Study
Problems and Challenges of Agro Entreprenurship A Study
 
Comparative Analysis of Total Corporate Disclosure of Selected IT Companies o...
Comparative Analysis of Total Corporate Disclosure of Selected IT Companies o...Comparative Analysis of Total Corporate Disclosure of Selected IT Companies o...
Comparative Analysis of Total Corporate Disclosure of Selected IT Companies o...
 
The Impact of Educational Background and Professional Training on Human Right...
The Impact of Educational Background and Professional Training on Human Right...The Impact of Educational Background and Professional Training on Human Right...
The Impact of Educational Background and Professional Training on Human Right...
 
A Study on the Effective Teaching Learning Process in English Curriculum at t...
A Study on the Effective Teaching Learning Process in English Curriculum at t...A Study on the Effective Teaching Learning Process in English Curriculum at t...
A Study on the Effective Teaching Learning Process in English Curriculum at t...
 
The Role of Mentoring and Its Influence on the Effectiveness of the Teaching ...
The Role of Mentoring and Its Influence on the Effectiveness of the Teaching ...The Role of Mentoring and Its Influence on the Effectiveness of the Teaching ...
The Role of Mentoring and Its Influence on the Effectiveness of the Teaching ...
 
Design Simulation and Hardware Construction of an Arduino Microcontroller Bas...
Design Simulation and Hardware Construction of an Arduino Microcontroller Bas...Design Simulation and Hardware Construction of an Arduino Microcontroller Bas...
Design Simulation and Hardware Construction of an Arduino Microcontroller Bas...
 
Sustainable Energy by Paul A. Adekunte | Matthew N. O. Sadiku | Janet O. Sadiku
Sustainable Energy by Paul A. Adekunte | Matthew N. O. Sadiku | Janet O. SadikuSustainable Energy by Paul A. Adekunte | Matthew N. O. Sadiku | Janet O. Sadiku
Sustainable Energy by Paul A. Adekunte | Matthew N. O. Sadiku | Janet O. Sadiku
 
Concepts for Sudan Survey Act Implementations Executive Regulations and Stand...
Concepts for Sudan Survey Act Implementations Executive Regulations and Stand...Concepts for Sudan Survey Act Implementations Executive Regulations and Stand...
Concepts for Sudan Survey Act Implementations Executive Regulations and Stand...
 
Towards the Implementation of the Sudan Interpolated Geoid Model Khartoum Sta...
Towards the Implementation of the Sudan Interpolated Geoid Model Khartoum Sta...Towards the Implementation of the Sudan Interpolated Geoid Model Khartoum Sta...
Towards the Implementation of the Sudan Interpolated Geoid Model Khartoum Sta...
 
Activating Geospatial Information for Sudans Sustainable Investment Map
Activating Geospatial Information for Sudans Sustainable Investment MapActivating Geospatial Information for Sudans Sustainable Investment Map
Activating Geospatial Information for Sudans Sustainable Investment Map
 
Educational Unity Embracing Diversity for a Stronger Society
Educational Unity Embracing Diversity for a Stronger SocietyEducational Unity Embracing Diversity for a Stronger Society
Educational Unity Embracing Diversity for a Stronger Society
 
Integration of Indian Indigenous Knowledge System in Management Prospects and...
Integration of Indian Indigenous Knowledge System in Management Prospects and...Integration of Indian Indigenous Knowledge System in Management Prospects and...
Integration of Indian Indigenous Knowledge System in Management Prospects and...
 
DeepMask Transforming Face Mask Identification for Better Pandemic Control in...
DeepMask Transforming Face Mask Identification for Better Pandemic Control in...DeepMask Transforming Face Mask Identification for Better Pandemic Control in...
DeepMask Transforming Face Mask Identification for Better Pandemic Control in...
 
Streamlining Data Collection eCRF Design and Machine Learning
Streamlining Data Collection eCRF Design and Machine LearningStreamlining Data Collection eCRF Design and Machine Learning
Streamlining Data Collection eCRF Design and Machine Learning
 

Recently uploaded

Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions  for the students and aspirants of Chemistry12th.pptxOrganic Name Reactions  for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions for the students and aspirants of Chemistry12th.pptxVS Mahajan Coaching Centre
 
Measures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and ModeMeasures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and ModeThiyagu K
 
Separation of Lanthanides/ Lanthanides and Actinides
Separation of Lanthanides/ Lanthanides and ActinidesSeparation of Lanthanides/ Lanthanides and Actinides
Separation of Lanthanides/ Lanthanides and ActinidesFatimaKhan178732
 
URLs and Routing in the Odoo 17 Website App
URLs and Routing in the Odoo 17 Website AppURLs and Routing in the Odoo 17 Website App
URLs and Routing in the Odoo 17 Website AppCeline George
 
The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13Steve Thomason
 
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Sapana Sha
 
Paris 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityParis 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityGeoBlogs
 
Introduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptxIntroduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptxpboyjonauth
 
A Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy ReformA Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy ReformChameera Dedduwage
 
How to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptxHow to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptxmanuelaromero2013
 
The basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxThe basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxheathfieldcps1
 
Sanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfSanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfsanyamsingh5019
 
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...EduSkills OECD
 
1029 - Danh muc Sach Giao Khoa 10 . pdf
1029 -  Danh muc Sach Giao Khoa 10 . pdf1029 -  Danh muc Sach Giao Khoa 10 . pdf
1029 - Danh muc Sach Giao Khoa 10 . pdfQucHHunhnh
 
Arihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdfArihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdfchloefrazer622
 
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdfBASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdfSoniaTolstoy
 
Z Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot GraphZ Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot GraphThiyagu K
 
Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991
Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991
Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991RKavithamani
 

Recently uploaded (20)

Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions  for the students and aspirants of Chemistry12th.pptxOrganic Name Reactions  for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
 
Measures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and ModeMeasures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and Mode
 
Separation of Lanthanides/ Lanthanides and Actinides
Separation of Lanthanides/ Lanthanides and ActinidesSeparation of Lanthanides/ Lanthanides and Actinides
Separation of Lanthanides/ Lanthanides and Actinides
 
URLs and Routing in the Odoo 17 Website App
URLs and Routing in the Odoo 17 Website AppURLs and Routing in the Odoo 17 Website App
URLs and Routing in the Odoo 17 Website App
 
The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13
 
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
 
Paris 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityParis 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activity
 
Staff of Color (SOC) Retention Efforts DDSD
Staff of Color (SOC) Retention Efforts DDSDStaff of Color (SOC) Retention Efforts DDSD
Staff of Color (SOC) Retention Efforts DDSD
 
Introduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptxIntroduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptx
 
A Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy ReformA Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy Reform
 
How to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptxHow to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptx
 
Código Creativo y Arte de Software | Unidad 1
Código Creativo y Arte de Software | Unidad 1Código Creativo y Arte de Software | Unidad 1
Código Creativo y Arte de Software | Unidad 1
 
The basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxThe basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptx
 
Sanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfSanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdf
 
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
 
1029 - Danh muc Sach Giao Khoa 10 . pdf
1029 -  Danh muc Sach Giao Khoa 10 . pdf1029 -  Danh muc Sach Giao Khoa 10 . pdf
1029 - Danh muc Sach Giao Khoa 10 . pdf
 
Arihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdfArihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdf
 
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdfBASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdf
 
Z Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot GraphZ Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot Graph
 
Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991
Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991
Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991
 

A Study on Prediction of Share Price by Using Machine Learning LSTM Model

  • 1. International Journal of Trend in Scientific Research and Development (IJTSRD) Volume 6 Issue 6, September-October 2022 Available Online: www.ijtsrd.com e-ISSN: 2456 – 6470 @ IJTSRD | Unique Paper ID – IJTSRD51976 | Volume – 6 | Issue – 6 | September-October 2022 Page 859 A Study on Prediction of Share Price by Using Machine Learning LSTM Model Manuri Raju1 , Dr. D. Jakir Hussain2 1 Student, 2 Assistant Professor, 1,2 School of Management Studies, JNTU, Anantapur, Andhra Pradesh, India ABSTRACT In this project we attempt to implement machine learning approach to predict stock prices. Machine learning is effectively implemented in forecasting stock prices. The objective is to predict the stock prices in order to make more informed and accurate investment decisions. We propose a stock price prediction system that integrates mathematical functions, machine learning, and other external factors for the purpose of achieving better stock prediction accuracy and issuing profitable trades. There are two types of stocks. You may know of intraday trading by the commonly used term "day trading." Intraday traders hold securities positions from at least one day to the next and often for several days to weeks or months. LSTMs are very powerful in sequence prediction problems because they’re able to store past information. This is important in our case because the previous price of a stock is crucial in predicting its future price. While predicting the actual price of a stock is an uphill climb, we can build a model that will predict whether the price will go up or down. KEYWORDS: LSTM, CNN, ML, DL, Trade Open, Trade Close, Trade Low, Trade High How to cite this paper: Manuri Raju | Dr. D. Jakir Hussain "A Study on Prediction of Share Price by Using Machine Learning LSTM Model" Published in International Journal of Trend in Scientific Research and Development (ijtsrd), ISSN: 2456-6470, Volume-6 | Issue-6, October 2022, pp.859-866, URL: www.ijtsrd.com/papers/ijtsrd51976.pdf Copyright © 2022 by author (s) and International Journal of Trend in Scientific Research and Development Journal. This is an Open Access article distributed under the terms of the Creative Commons Attribution License (CC BY 4.0) (http://creativecommons.org/licenses/by/4.0) INTRODUCTION Machine learning has significant applications in the stock price prediction. In this machine learning project, we will be talking about predicting the returns on stocks. In this project, we will work with historical data about the stock prices of a publicly listed company. We will implement a mix of machine learning algorithms to predict the future stock price of company, starting with simple algorithms and then move on to advanced techniques like LSTM. NEED OF THE STUDY The purpose of the study is to analyse the future value of select companies (Tata Motors, Adani Power, SBI, Tech Mahindra & Happiest Minds) share prices. SCOPE OF THE STUDY System predicts the stock prices for one or more days in advance, based on the previous stock prices. The study is going to generate the signals of entry price and closing price by using Machine learning techniques. OBJECTIVES OF THE STUDY To know the concept of machine learning technology with relating to stock prediction. To analyze time series data for investment. To study entry price and target price and proper stop loss by using machine learning. RESEARCH METHODOLOGY Secondary data: The secondary data collected from the following websites. Yahoofinance.com TOOLS AND TECHNIQUES Techniques: LSTM Model Tools: Machine learning modules and algorithms Python modules IJTSRD51976
  • 2. International Journal of Trend in Scientific Research and Development @ www.ijtsrd.com eISSN: 2456-6470 @ IJTSRD | Unique Paper ID – IJTSRD51976 | Volume – 6 | Issue – 6 | September-October 2022 Page 860 Software: Jupyter notebook Tensorflow Anaconda navigator LIMITATIONS OF THE STUDY This study is confined to Machine learning LSTM model. This LSTM model is used for short term investment. Dataset Analysis of Tech Mahindra INTERPRETATION The above figure shows that Data analysis for stock price of Tech Mahindra by using dataset. Figure represent the date, open, close, high, low, adjusted close and volume of stocks details. 1. Close Price history of TECH MAHINDRA INTERPRETATION By representing the dataset into plot. The plot shows the close price history of tech Mahindra from 2006 to 2022. 2. Predicted Chart Interpretation: After Dataset reading, it performed preprocessing operation on the dataset. Here the code applies Min-Max Scaler to preprocess the dataset. In
  • 3. International Journal of Trend in Scientific Research and Development @ www.ijtsrd.com eISSN: 2456-6470 @ IJTSRD | Unique Paper ID – IJTSRD51976 | Volume – 6 | Issue – 6 | September-October 2022 Page 861 preprocessing, operation removes the noise into the data and convert data into 0 to 1 form. Here procure the data from the year 2020-05-25 to 2022-08-23 for the prediction of closing value. To apply training, from the samples of Training data. After performing preprocessing, the dataset divided into training and testing set. 80% of the data is used for the training while the remaining 20% of the data is used for validation and testing. Dataset Model fitting of Long Short-Term Memory architecture. After execution of test the above chart represent the training part in blue color, the validation in orange, the green color is the predicted value of the LSTM model. 3. Training prediction and training observation Interpretation: The above chart shows that the training part further split into training prediction and training observation from the year 2020 to 2022. It helps to compare the training prediction and training observation. It represent the proper training part based on actual values. 4. Validation prediction and validation observation Interpretation: The above chart shows that the validation part further split into validation prediction and validation observation from the date 2022-03-15 to 2022-06-01, Its helps to compare the validation prediction and validation observation. It represent the proper validation part based on actual values. 5. Testing prediction and Testing observation Interpretation: The above chart shows that the testing part further split into Testing prediction and Testing observation from the date 2022-06-01 to 2022-08-15, It helps to compare the validation prediction and validation observation. It represent the proper testing part based on actual values. 6. Final chart of prediction Interpretation: The above chart shows that all predictions and observations of training, validation and testing combined together.
  • 4. International Journal of Trend in Scientific Research and Development @ www.ijtsrd.com eISSN: 2456-6470 @ IJTSRD | Unique Paper ID – IJTSRD51976 | Volume – 6 | Issue – 6 | September-October 2022 Page 862 7. closing price history of TATA MOTORS and ADANI POWER TATA MOTORS ADANI POWER 8. Predicted chart TATA MOTORS ADANI POWER 9. Training prediction and training observation TATA MOTORS ADANI POWER 10. Validation prediction and validation observation TATA MOTORS ADANI POWER
  • 5. International Journal of Trend in Scientific Research and Development @ www.ijtsrd.com eISSN: 2456-6470 @ IJTSRD | Unique Paper ID – IJTSRD51976 | Volume – 6 | Issue – 6 | September-October 2022 Page 863 11. Testing prediction and Testing observation TATA MOTORS ADANI POWER 12. Final chart of prediction TATA MOTORS ADANI POWER 13. Closing price history of SBI and HAPPIEST MINDS SBI HAPPIEST MINDS 14. Predicted Graph SBI HAPPIEST MINDS
  • 6. International Journal of Trend in Scientific Research and Development @ www.ijtsrd.com eISSN: 2456-6470 @ IJTSRD | Unique Paper ID – IJTSRD51976 | Volume – 6 | Issue – 6 | September-October 2022 Page 864 15. Training prediction and training observation SBI HAPPIEST MINDS 16. Validation prediction and validation observation SBI HAPPIEST MINDS 17. Testing prediction and Testing observation SBI HAPPIEST MINDS 18. Final chart of prediction SBI HAPPIEST MINDS
  • 7. International Journal of Trend in Scientific Research and Development @ www.ijtsrd.com eISSN: 2456-6470 @ IJTSRD | Unique Paper ID – IJTSRD51976 | Volume – 6 | Issue – 6 | September-October 2022 Page 865 TABLE 1: The following table shows that the difference between actual and predicted values with stop loss. TARGET 1 Stocks Entry Price Actual Price LSTM Percentage Difference STOPLOSS Maximum no of days to reach target 1 TECH MAHINDRA 1146 1010 1005 0.5 20 30 TATA MOTORS 393 441 435 1.3 10 16 ADANI POWER 262 291 290 0.1 10 15 SBI 501 491 505 2.7 20 30 HAPPIEST MINDS 875 815 850 4.5 20 15 TARGET 2 Stocks Actual price LSTM Percentage Difference STOPLOSS Maximum no of days to reach target 2 TECH MAHINDRA 1049 1049 0 20 30 TATAMOTORS 454 454 0 10 14 ADANI POWER 313 309 1.3 10 4 SBI 466 467 0.1 20 60 HAPPIEST MINDS 975 985 0.5 20 30 TARGET 3 Stocks Actual Price Lstm Percentage Difference Maximum no of days to reach target 3 STOPLOSS TECH MAHINDRA 1065 1080 1.4 15 20 TATAMOTORS 479 465 2.9 9 10 ADANI POWER 328 318 3 10 10 SBI 520 520 0 35 20 HAPPIEST MINDS 980 980 0 15 20 INTERPRETATION The above tables shows that the difference between actual and predicted values with proper stoploss. TECH MAHINDRA- The difference between actual value and LSTM MODEL of target1 is 0.5%, There is no difference in Target2, Target 3 is 1.4%. The stoploss based on stock performance at 20 points from entry price. TATAMOTORS - The difference between actual value and LSTM MODEL of target1 is 1.3%, There is no difference in Target2, Target 3 is 2.9 %. The stoploss based on stock performance at 10 points from entry price. ADANIPOWER –The difference between actual value and LSTM MODEL of target1 is 0.1%, Target2 is 1.3, Target 3 is 3 %. The stoploss based on stock performance at 10 points from entry price. SBI - The difference between actual value and LSTM MODEL of target1 is 2.7 %, Target2 is 0.1%, There is no difference in Target3. The stoploss based on stock performance at 20 points from entry price. HAPPIEST MINDS - The difference between actual value and LSTM MODEL of target1 is 4.5 %, Target2 is 0.5%, There is no difference in Target 3. The stoploss based on stock performance at 20 points from entry price. FINDINGS As per the study LSTM Model is working to find out the closing price of stock based on historical data. We observed that LSTM forecast the accurate prediction based on the more input data. According to the study the prediction used for the short term investment. It forecast closing price based on previous price fluctuations. According to the study LSTM model produce predictions similar to the actual values. This model used for short term predictions. TECH MAHINDRA- As per the study the difference between actual value and LSTM MODEL of target1 is 0.5 percentage, There is no difference in Target2, Target 3 is 1.4 percentage. The stoploss based on stock performance at 20 points from entry price. TATAMOTORS - As per the study the difference between actual value and LSTM MODEL of
  • 8. International Journal of Trend in Scientific Research and Development @ www.ijtsrd.com eISSN: 2456-6470 @ IJTSRD | Unique Paper ID – IJTSRD51976 | Volume – 6 | Issue – 6 | September-October 2022 Page 866 target1 is 1.3 percentage, There is no difference in Target2, Target 3 is 2.9 percentage. The stoploss based on stock performance at 10 points from entry price. ADANIPOWER - As per the study the difference between actual value and LSTM MODEL of target1 is 0.1percentage, Target2 is 1.3, Target 3 is 3 percentage. The stoploss based on stock performance at 10 points from entry price. SBI - As per the study the difference between actual value and LSTM MODEL of target1 is 2.7 percentage, Target2 is 0.1, There is no difference in Target3. The stoploss based on stock performance at 20 points from entry price. HAPPIEST MINDS - As per the study the difference between actual value and LSTM MODEL of target1 is 4.5 percentage, Target2 is 0.5, There is no difference in Target 3. The stoploss based on stock performance at 20 points from entry price. SUGGESTIONS This model will help for short term investors because LSTM Model is Machine Learning model so it is suggested that investors must be aware of market conditions. It is suggested that before investing any company investors should go through fundamental analysis of the company, investors study news and go for LSTM. combination of fundamental analysis and LSTM will gives more efficient return and moderate risk. If in case the predicted Values not performing well in Realtime it is better to use stoploss. It is always suggested that investors need to protect their capital in order to gain returns, don’t trade without stoploss. It is suggested that in trading investors need to monitor the invested stock and proposed stock company profile. It is suggested that candle stick pattern for trading. It is suggested that, in trading investors need to monitor the invested stock and proposed stock company profile. It is suggested that the candle stick pattern is useful for investors in trading with LSTM MODEL. BIBILIOGRAPHY [1] Stock Price Prediction Using LSTM on Indian Share Market by Achyut Ghosh, Soumik Bose1, Giridhar Maji, Narayan C. Debnath, Soumya Sen [2] S. Selvin, R. Vinayakumar, E. A. Gopalkrishnan, V. K. Menon and K. P. Soman, "Stock price prediction using LSTM, RNN and CNN-sliding window model," in International Conference on Advances in Computing, Communications and Informatics, 2017. [3] Murtaza Roondiwala, Harshal Patel, Shraddha Varma, “Predicting Stock Prices Using LSTM” in Undergraduate Engineering Students, Department of Information Technology, Mumbai University, 2015. [4] Xiongwen Pang, Yanqiang Zhou, Pan Wang, Weiwei Lin, “An innovative neural network approach for stock market prediction”, 2018 [5] Ishita Parmar, Navanshu Agarwal, Sheirsh Saxena, Ridam Arora, Shikhin Gupta, Himanshu Dhiman, Lokesh Chouhan Department of Computer Science and Engineering National Institute of Technology, Hamirpur – 177005, INDIA - Stock Market Prediction Using ML. [6] The Hundred-Page Machine Learning Books by Andriy Burkov [7] Hands-On Machine Learning with Scikit-Learn, Keras, and TensorFlow by Geron Aurelien.