0% found this document useful (0 votes)
236 views10 pages

Stock Price Prediction Using Machine Learning With Python

This document discusses using machine learning to predict stock prices. It begins with introductions to the stock market and machine learning. It then discusses using recurrent neural networks (RNNs) and long short-term memory (LSTM) models for stock price prediction. The implementation of the code would involve importing libraries, reading the dataset, plotting graphs, using an algorithm like RNN or LSTM to model the data, and predicting future stock prices.

Uploaded by

latest tecth
Copyright
© © All Rights Reserved
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
Download as pptx, pdf, or txt
0% found this document useful (0 votes)
236 views10 pages

Stock Price Prediction Using Machine Learning With Python

This document discusses using machine learning to predict stock prices. It begins with introductions to the stock market and machine learning. It then discusses using recurrent neural networks (RNNs) and long short-term memory (LSTM) models for stock price prediction. The implementation of the code would involve importing libraries, reading the dataset, plotting graphs, using an algorithm like RNN or LSTM to model the data, and predicting future stock prices.

Uploaded by

latest tecth
Copyright
© © All Rights Reserved
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
Download as pptx, pdf, or txt
Download as pptx, pdf, or txt
You are on page 1/ 10

Stock price prediction using machine

learning with python.


GRP No-19
Roll No-1853,1952,1953,1954
NAMES-SAMRUDHI MHATRE
KYRAN ALMEIDA
SHANKAR MALVE
ROSLYN TUSCANO
Introduction to stock market
• The stock market refers to the collection of markets and exchanges
where the issuing and trading of equities (stocks of publicly held
companies), bonds and other sorts of securities takes place, either
through formal exchanges or over-the-counter markets.
• Also known as the equity market, the stock market is one of the
most vital components of a free-market economy, as it provides
companies with access to capital in exchange for giving investors a
slice of ownership.
Introduction to Machine Learning
• In 1959, Arthur Samuel defined machine learning as a "Field of
study that gives computers the ability to learn without being
explicitly programmed".
• “The goal of machine learning is to build computer systems that can
adapt and learn from their experience.” Tom Dietterich
• Tom M. Mitchell provided a widely quoted, more formal definition:
"A computer program is said to learn from experience E with respect
to some class of tasks T and performance measure P, if its
performance at tasks in T, as measured by P, improves with
experience E" Definition Machine Learning
Machine Learning Stock Prediction
• The art of forecasting stock prices has been difficult task for many of
the researchers and analysts in fact investors are highly interested
in the research of area of stock price reduction for a good and
successful investment many investors are keen of knowing the
future situation of the stock market.
• In such a scenario an effective prediction for stock markets helped
traders investors and analyst by providing support of information by
providing the future value of stocks.
• In this model we have used RNN and LSTM to predict stock price
RRN
LSTM
Forget Gate
Input Gate
Output Gate
Implementation of code
• Importing libraries
• Reading dataset
• Ploting the graph
• Using algorithm
• Predicting price

You might also like