GithubHelp home page GithubHelp logo

mohitkr95 / stock-price-predictor Goto Github PK

View Code? Open in Web Editor NEW
3.0 3.0 2.0 45 KB

This project seeks to utilize Deep Learning models, Long-Short Term Memory (LSTM) Neural Network algorithm, to predict stock prices.

License: MIT License

Python 100.00%
lstm ai artificial-intelligence deep-learning python lstm-networks stock-market technical-analysis

stock-price-predictor's Introduction

STOCK PRICE PREDICTOR

I have trained the model with the previous 1-year record cycle of TataGlobal share of NSE and then the model is making predictions on the price of the share. For this model, I have used Long Short Term Memory neural networks.

image

INTRODUCTION TO STOCK MARKET

Broadly, stock market analysis is divided into two parts – Fundamental Analysis and Technical Analysis.

  1. Fundamental Analysis involves analyzing the company’s future profitability on the basis of its current business environment and financial performance.
  2. Technical Analysis, on the other hand, includes reading the charts and using statistical figures to identify the trends in the stock market.

Here I have done technical analysis of TATAGLOBAL share price of National Stock Exchange where I used Long Short Term Memory Neural Networks to make predictions on stock prices.

LSTM NEURAL NETWORKS

Long short-term memory (LSTM) is an artificial recurrent neural network (RNN) architecture used in the field of deep learning. Unlike standard feedforward neural networks, LSTM has feedback connections. It can not only process single data points (such as images), but also entire sequences of data (such as speech or video). For example, LSTM is applicable to tasks such as unsegmented, connected handwriting recognition, speech recognition and anomaly detection in network traffic or IDS's (intrusion detection systems).

A common LSTM unit is composed of a cell, an input gate, an output gate and a forget gate. The cell remembers values over arbitrary time intervals and the three gates regulate the flow of information into and out of the cell.

LSTM networks are well-suited to classifying, processing and making predictions based on time series data, since there can be lags of unknown duration between important events in a time series. LSTMs were developed to deal with the exploding and vanishing gradient problems that can be encountered when training traditional RNNs. Relative insensitivity to gap length is an advantage of LSTM over RNNs, hidden Markov models and other sequence learning methods in numerous applications.

stock-price-predictor's People

Contributors

mohitkr95 avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

stock-price-predictor's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.