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.
    Duke Machine Learning Winter School: Computer Vision 2022

    mlwscv2002 Welcome to the Duke Machine Learning Winter School: Computer Vision 2022! The MLWS-CV includes 3 hands-on training sessions on implementing

    Duke + Data Science (+DS) 9 May 25, 2022
    This is an official implementation for "PlaneRecNet".

    PlaneRecNet This is an official implementation for PlaneRecNet: A multi-task convolutional neural network provides instance segmentation for piece-wis

    yaxu 50 Nov 17, 2022
    Locationinfo - A script helps the user to show network information such as ip address

    Description This script helps the user to show network information such as ip ad

    Roxcoder 1 Dec 30, 2021
    implicit displacement field

    Geometry-Consistent Neural Shape Representation with Implicit Displacement Fields [project page][paper][cite] Geometry-Consistent Neural Shape Represe

    Yifan Wang 100 Dec 19, 2022
    Unsupervised Feature Loss (UFLoss) for High Fidelity Deep learning (DL)-based reconstruction

    Unsupervised Feature Loss (UFLoss) for High Fidelity Deep learning (DL)-based reconstruction Official github repository for the paper High Fidelity De

    28 Dec 16, 2022
    Implementation of Google Brain's WaveGrad high-fidelity vocoder

    WaveGrad Implementation (PyTorch) of Google Brain's high-fidelity WaveGrad vocoder (paper). First implementation on GitHub with high-quality generatio

    Ivan Vovk 363 Dec 27, 2022
    TDmatch is a Python library developed to perform matching tasks in three categories:

    TDmatch TDmatch is a Python library developed to perform matching tasks in three categories: Text to Data which matches tuples of a table to text docu

    Naser Ahmadi 5 Aug 11, 2022
    The 3rd place solution for competition

    The 3rd place solution for competition "Lyft Motion Prediction for Autonomous Vehicles" at Kaggle Team behind this solution: Artsiom Sanakoyeu [Homepa

    Artsiom 104 Nov 22, 2022
    Code for the paper "Adversarially Regularized Autoencoders (ICML 2018)" by Zhao, Kim, Zhang, Rush and LeCun

    ARAE Code for the paper "Adversarially Regularized Autoencoders (ICML 2018)" by Zhao, Kim, Zhang, Rush and LeCun https://arxiv.org/abs/1706.04223 Disc

    Junbo (Jake) Zhao 399 Jan 02, 2023
    Deep Learning for Natural Language Processing SS 2021 (TU Darmstadt)

    Deep Learning for Natural Language Processing SS 2021 (TU Darmstadt) Task Training huge unsupervised deep neural networks yields to strong progress in

    Oliver Hahn 1 Jan 26, 2022
    Deeprl - Standard DQN and dueling network for simple games

    DeepRL This code implements the standard deep Q-learning and dueling network with experience replay (memory buffer) for playing simple games. DQN algo

    Yao Zhou 6 Apr 12, 2020
    code for our ECCV-2020 paper: Self-supervised Video Representation Learning by Pace Prediction

    Video_Pace This repository contains the code for the following paper: Jiangliu Wang, Jianbo Jiao and Yunhui Liu, "Self-Supervised Video Representation

    Jiangliu Wang 95 Dec 14, 2022
    1st place solution to the Satellite Image Change Detection Challenge hosted by SenseTime

    1st place solution to the Satellite Image Change Detection Challenge hosted by SenseTime

    Lihe Yang 209 Jan 01, 2023
    A PyTorch implementation of "CoAtNet: Marrying Convolution and Attention for All Data Sizes".

    CoAtNet Overview This is a PyTorch implementation of CoAtNet specified in "CoAtNet: Marrying Convolution and Attention for All Data Sizes", arXiv 2021

    Justin Wu 268 Jan 07, 2023
    NIMA: Neural IMage Assessment

    PyTorch NIMA: Neural IMage Assessment PyTorch implementation of Neural IMage Assessment by Hossein Talebi and Peyman Milanfar. You can learn more from

    Kyryl Truskovskyi 293 Dec 30, 2022
    Logistic Bandit experiments. Official code for the paper "Jointly Efficient and Optimal Algorithms for Logistic Bandits".

    Code for the paper Jointly Efficient and Optimal Algorithms for Logistic Bandits, by Louis Faury, Marc Abeille, Clément Calauzènes and Kwang-Sun Jun.

    Faury Louis 1 Jan 22, 2022
    Edge-aware Guidance Fusion Network for RGB-Thermal Scene Parsing

    EGFNet Edge-aware Guidance Fusion Network for RGB-Thermal Scene Parsing Dataset and Results Test maps: 百度网盘 提取码:zust Citation @ARTICLE{ author={Zhou,

    ShaohuaDong 10 Dec 08, 2022
    SIEM Logstash parsing for more than hundred technologies

    LogIndexer Pipeline Logstash Parsing Configurations for Elastisearch SIEM and OpenDistro for Elasticsearch SIEM Why this project exists The overhead o

    146 Dec 29, 2022
    A certifiable defense against adversarial examples by training neural networks to be provably robust

    DiffAI v3 DiffAI is a system for training neural networks to be provably robust and for proving that they are robust. The system was developed for the

    SRI Lab, ETH Zurich 202 Dec 13, 2022
    Enhancing Column Generation by a Machine-Learning-BasedPricing Heuristic for Graph Coloring

    Enhancing Column Generation by a Machine-Learning-BasedPricing Heuristic for Graph Coloring (to appear at AAAI 2022) We propose a machine-learning-bas

    YunzhuangS 2 May 02, 2022