All Projects → scorpionhiccup → Stockpriceprediction

scorpionhiccup / Stockpriceprediction

Licence: mit
Stock Price Prediction using Machine Learning Techniques

Projects that are alternatives of or similar to Stockpriceprediction

Pytorch Learners Tutorial
PyTorch tutorial for learners
Stars: ✭ 97 (-86.14%)
Mutual labels:  jupyter-notebook, lstm, rnn, lstm-neural-networks
Bitcoin Price Prediction Using Lstm
Bitcoin price Prediction ( Time Series ) using LSTM Recurrent neural network
Stars: ✭ 67 (-90.43%)
Mutual labels:  jupyter-notebook, lstm, rnn, lstm-neural-networks
Lstm anomaly thesis
Anomaly detection for temporal data using LSTMs
Stars: ✭ 178 (-74.57%)
Mutual labels:  jupyter-notebook, lstm, lstm-neural-networks
Stylenet
A cute multi-layer LSTM that can perform like a human 🎶
Stars: ✭ 187 (-73.29%)
Mutual labels:  jupyter-notebook, lstm, rnn
Pytorch Seq2seq
Tutorials on implementing a few sequence-to-sequence (seq2seq) models with PyTorch and TorchText.
Stars: ✭ 3,418 (+388.29%)
Mutual labels:  jupyter-notebook, lstm, rnn
Poetry Seq2seq
Chinese Poetry Generation
Stars: ✭ 159 (-77.29%)
Mutual labels:  jupyter-notebook, lstm, rnn
Load forecasting
Load forcasting on Delhi area electric power load using ARIMA, RNN, LSTM and GRU models
Stars: ✭ 160 (-77.14%)
Mutual labels:  jupyter-notebook, lstm, rnn
Pytorch Sentiment Analysis
Tutorials on getting started with PyTorch and TorchText for sentiment analysis.
Stars: ✭ 3,209 (+358.43%)
Mutual labels:  jupyter-notebook, lstm, rnn
Linear Attention Recurrent Neural Network
A recurrent attention module consisting of an LSTM cell which can query its own past cell states by the means of windowed multi-head attention. The formulas are derived from the BN-LSTM and the Transformer Network. The LARNN cell with attention can be easily used inside a loop on the cell state, just like any other RNN. (LARNN)
Stars: ✭ 119 (-83%)
Mutual labels:  jupyter-notebook, lstm, rnn
Lstm Human Activity Recognition
Human Activity Recognition example using TensorFlow on smartphone sensors dataset and an LSTM RNN. Classifying the type of movement amongst six activity categories - Guillaume Chevalier
Stars: ✭ 2,943 (+320.43%)
Mutual labels:  jupyter-notebook, lstm, rnn
lstm-electric-load-forecast
Electric load forecast using Long-Short-Term-Memory (LSTM) recurrent neural network
Stars: ✭ 56 (-92%)
Mutual labels:  lstm, rnn, lstm-neural-networks
Video Classification
Tutorial for video classification/ action recognition using 3D CNN/ CNN+RNN on UCF101
Stars: ✭ 543 (-22.43%)
Mutual labels:  jupyter-notebook, lstm, rnn
Easy Deep Learning With Keras
Keras tutorial for beginners (using TF backend)
Stars: ✭ 367 (-47.57%)
Mutual labels:  jupyter-notebook, lstm, rnn
Image Caption Generator
[DEPRECATED] A Neural Network based generative model for captioning images using Tensorflow
Stars: ✭ 141 (-79.86%)
Mutual labels:  jupyter-notebook, lstm, lstm-neural-networks
Rnn For Joint Nlu
Pytorch implementation of "Attention-Based Recurrent Neural Network Models for Joint Intent Detection and Slot Filling" (https://arxiv.org/abs/1609.01454)
Stars: ✭ 176 (-74.86%)
Mutual labels:  jupyter-notebook, lstm, rnn
Chinese Chatbot
中文聊天机器人,基于10万组对白训练而成,采用注意力机制,对一般问题都会生成一个有意义的答复。已上传模型,可直接运行,跑不起来直播吃键盘。
Stars: ✭ 124 (-82.29%)
Mutual labels:  jupyter-notebook, lstm, rnn
Natural Language Processing With Tensorflow
Natural Language Processing with TensorFlow, published by Packt
Stars: ✭ 222 (-68.29%)
Mutual labels:  jupyter-notebook, lstm, rnn
Telemanom
A framework for using LSTMs to detect anomalies in multivariate time series data. Includes spacecraft anomaly data and experiments from the Mars Science Laboratory and SMAP missions.
Stars: ✭ 589 (-15.86%)
Mutual labels:  jupyter-notebook, lstm, rnn
Ml Ai Experiments
All my experiments with AI and ML
Stars: ✭ 107 (-84.71%)
Mutual labels:  jupyter-notebook, lstm, rnn
DrowsyDriverDetection
This is a project implementing Computer Vision and Deep Learning concepts to detect drowsiness of a driver and sound an alarm if drowsy.
Stars: ✭ 82 (-88.29%)
Mutual labels:  lstm, rnn, lstm-neural-networks

Stock Market Price Predictor using Supervised Learning

Aim

To examine a number of different forecasting techniques to predict future stock returns based on past returns and numerical news indicators to construct a portfolio of multiple stocks in order to diversify the risk. We do this by applying supervised learning methods for stock price forecasting by interpreting the seemingly chaotic market data.

Setup Instructions

    $ workon myvirtualenv                                  [Optional]
    $ pip install -r requirements.txt
    $ python scripts/Algorithms/regression_models.py <input-dir> <output-dir>

Download the Dataset needed for running the code from here.

Project Concept Video

Project Concept Video

Methodology

  1. Preprocessing and Cleaning
  2. Feature Extraction
  3. Twitter Sentiment Analysis and Score
  4. Data Normalization
  5. Analysis of various supervised learning methods
  6. Conclusions

Research Paper

Datasets used

  1. http://www.nasdaq.com/
  2. https://in.finance.yahoo.com
  3. https://www.google.com/finance

Useful Links

References

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].