LSTMs (Long Short Term Memory) RNN for prediction of price trends

Overview

Price Prediction with Recurrent Neural Networks LSTMs

BTC-USD price prediction with deep learning algorithm. Artificial Neural Networks specifically LSTMs(Long Short Term Memory) RNN algorithm was implimented with pytorch deep learning framework and trained on BTC-USD dataset with data samples dating from 2014 up to 2020.

Pictorial View of the Test Result


Libraries Used

  • pandas
  • Numpy
  • Pickle
  • Sci-KitLearn
  • Matplotlib
  • tqdm
  • Pytorch Deep Learning Framework

  • Install Requirement Files

    clone the repository or download the 'requirement.txt' files, then open terminal in the working directory and type
    'pip install -r requirements.txt'
    to install all the requirements for this project.
    codes for paper Combining Dynamic Local Context Focus and Dependency Cluster Attention for Aspect-level sentiment classification

    DLCF-DCA codes for paper Combining Dynamic Local Context Focus and Dependency Cluster Attention for Aspect-level sentiment classification. submitted t

    15 Aug 30, 2022
    22 Oct 14, 2022
    Code for the paper "Benchmarking and Analyzing Point Cloud Classification under Corruptions"

    ModelNet-C Code for the paper "Benchmarking and Analyzing Point Cloud Classification under Corruptions". For the latest updates, see: sites.google.com

    Jiawei Ren 45 Dec 28, 2022
    Autoformer: Decomposition Transformers with Auto-Correlation for Long-Term Series Forecasting

    Autoformer (NeurIPS 2021) Autoformer: Decomposition Transformers with Auto-Correlation for Long-Term Series Forecasting Time series forecasting is a c

    THUML @ Tsinghua University 847 Jan 08, 2023
    Leibniz is a python package which provide facilities to express learnable partial differential equations with PyTorch

    Leibniz is a python package which provide facilities to express learnable partial differential equations with PyTorch

    Beijing ColorfulClouds Technology Co.,Ltd. 16 Aug 07, 2022
    Narya API allows you track soccer player from camera inputs, and evaluate them with an Expected Discounted Goal (EDG) Agent

    Narya The Narya API allows you track soccer player from camera inputs, and evaluate them with an Expected Discounted Goal (EDG) Agent. This repository

    Paul Garnier 121 Dec 30, 2022
    Code Repository for The Kaggle Book, Published by Packt Publishing

    The Kaggle Book Data analysis and machine learning for competitive data science Code Repository for The Kaggle Book, Published by Packt Publishing "Lu

    Packt 1.6k Jan 07, 2023
    Official implementation of Few-Shot and Continual Learning with Attentive Independent Mechanisms

    Few-Shot and Continual Learning with Attentive Independent Mechanisms This repository is the official implementation of Few-Shot and Continual Learnin

    Chikan_Huang 25 Dec 08, 2022
    Code for 'Blockwise Sequential Model Learning for Partially Observable Reinforcement Learning' (AAAI 2022)

    Blockwise Sequential Model Learning Code for 'Blockwise Sequential Model Learning for Partially Observable Reinforcement Learning' (AAAI 2022) For ins

    2 Jun 17, 2022
    GAN-STEM-Conv2MultiSlice - Exploring Generative Adversarial Networks for Image-to-Image Translation in STEM Simulation

    GAN-STEM-Conv2MultiSlice GAN method to help covert lower resolution STEM images generated by convolution methods to higher resolution STEM images gene

    UW-Madison Computational Materials Group 2 Feb 10, 2021
    Official PyTorch implementation for Generic Attention-model Explainability for Interpreting Bi-Modal and Encoder-Decoder Transformers, a novel method to visualize any Transformer-based network. Including examples for DETR, VQA.

    PyTorch Implementation of Generic Attention-model Explainability for Interpreting Bi-Modal and Encoder-Decoder Transformers 1 Using Colab Please notic

    Hila Chefer 489 Jan 07, 2023
    This repo implements several applications of the proposed generalized Bures-Wasserstein (GBW) geometry on symmetric positive definite matrices.

    GBW This repo implements several applications of the proposed generalized Bures-Wasserstein (GBW) geometry on symmetric positive definite matrices. Ap

    Andi Han 0 Oct 22, 2021
    Task-based end-to-end model learning in stochastic optimization

    Task-based End-to-end Model Learning in Stochastic Optimization This repository is by Priya L. Donti, Brandon Amos, and J. Zico Kolter and contains th

    CMU Locus Lab 164 Dec 29, 2022
    Providing the solutions for high-frequency trading (HFT) strategies using data science approaches (Machine Learning) on Full Orderbook Tick Data.

    Modeling High-Frequency Limit Order Book Dynamics Using Machine Learning Framework to capture the dynamics of high-frequency limit order books. Overvi

    Chang-Shu Chung 1.3k Jan 07, 2023
    Technical Indicators implemented in Python only using Numpy-Pandas as Magic - Very Very Fast! Very tiny! Stock Market Financial Technical Analysis Python library . Quant Trading automation or cryptocoin exchange

    MyTT Technical Indicators implemented in Python only using Numpy-Pandas as Magic - Very Very Fast! to Stock Market Financial Technical Analysis Python

    dev 34 Dec 27, 2022
    Simply enable or disable your Nvidia dGPU

    EnvyControl (WIP) Simply enable or disable your Nvidia dGPU Usage First clone this repo and install envycontrol with sudo pip install . CLI Turn off y

    Victor Bayas 292 Jan 03, 2023
    Churn-Prediction-Project - In this project, a churn prediction model is developed for a private bank as a term project for Data Mining class.

    Churn-Prediction-Project In this project, a churn prediction model is developed for a private bank as a term project for Data Mining class. Project in

    1 Jan 03, 2022
    Scripts and a shader to get you started on setting up an exported Koikatsu character in Blender.

    KK Blender Shader Pack A plugin and a shader to get you started with setting up an exported Koikatsu character in Blender. The plugin is a Blender add

    166 Jan 01, 2023
    Dynamic Head: Unifying Object Detection Heads with Attentions

    Dynamic Head: Unifying Object Detection Heads with Attentions dyhead_video.mp4 This is the official implementation of CVPR 2021 paper "Dynamic Head: U

    Microsoft 550 Dec 21, 2022
    AdvStyle - Official PyTorch Implementation

    AdvStyle - Official PyTorch Implementation Paper | Supp Discovering Interpretable Latent Space Directions of GANs Beyond Binary Attributes. Huiting Ya

    Beryl 37 Oct 21, 2022