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.
    Code to go with the paper "Decentralized Bayesian Learning with Metropolis-Adjusted Hamiltonian Monte Carlo"

    dblmahmc Code to go with the paper "Decentralized Bayesian Learning with Metropolis-Adjusted Hamiltonian Monte Carlo" Requirements: https://github.com

    1 Dec 17, 2021
    Automatic learning-rate scheduler

    AutoLRS This is the PyTorch code implementation for the paper AutoLRS: Automatic Learning-Rate Schedule by Bayesian Optimization on the Fly published

    Yuchen Jin 33 Nov 18, 2022
    Traffic4D: Single View Reconstruction of Repetitious Activity Using Longitudinal Self-Supervision

    Traffic4D: Single View Reconstruction of Repetitious Activity Using Longitudinal Self-Supervision Project | PDF | Poster Fangyu Li, N. Dinesh Reddy, X

    25 Dec 21, 2022
    Official repository of OFA. Paper: Unifying Architectures, Tasks, and Modalities Through a Simple Sequence-to-Sequence Learning Framework

    Paper | Blog OFA is a unified multimodal pretrained model that unifies modalities (i.e., cross-modality, vision, language) and tasks (e.g., image gene

    OFA Sys 1.4k Jan 08, 2023
    Real-world Anomaly Detection in Surveillance Videos- pytorch Re-implementation

    Real world Anomaly Detection in Surveillance Videos : Pytorch RE-Implementation This repository is a re-implementation of "Real-world Anomaly Detectio

    seominseok 62 Dec 08, 2022
    A few stylization coreML models that I've trained with CreateML

    CoreML-StyleTransfer A few stylization coreML models that I've trained with CreateML You can open and use the .mlmodel files in the "models" folder in

    Doron Adler 8 Aug 18, 2022
    FeTaQA: Free-form Table Question Answering

    FeTaQA: Free-form Table Question Answering FeTaQA is a Free-form Table Question Answering dataset with 10K Wikipedia-based {table, question, free-form

    Language, Information, and Learning at Yale 40 Dec 13, 2022
    OpenLT: An open-source project for long-tail classification

    OpenLT: An open-source project for long-tail classification Supported Methods for Long-tailed Recognition: Cross-Entropy Loss Focal Loss (ICCV'17) Cla

    Ming Li 37 Sep 15, 2022
    Selene is a Python library and command line interface for training deep neural networks from biological sequence data such as genomes.

    Selene is a Python library and command line interface for training deep neural networks from biological sequence data such as genomes.

    Troyanskaya Laboratory 323 Jan 01, 2023
    🔪 Elimination based Lightweight Neural Net with Pretrained Weights

    ELimNet ELimNet: Eliminating Layers in a Neural Network Pretrained with Large Dataset for Downstream Task Removed top layers from pretrained Efficient

    snoop2head 4 Jul 12, 2022
    A PyTorch implementation of "Pathfinder Discovery Networks for Neural Message Passing"

    A PyTorch implementation of "Pathfinder Discovery Networks for Neural Message Passing" (WebConf 2021). Abstract In this work we propose Pathfind

    Benedek Rozemberczki 49 Dec 01, 2022
    bespoke tooling for offensive security's Windows Usermode Exploit Dev course (OSED)

    osed-scripts bespoke tooling for offensive security's Windows Usermode Exploit Dev course (OSED) Table of Contents Standalone Scripts egghunter.py fin

    epi 268 Jan 05, 2023
    A bunch of random PyTorch models using PyTorch's C++ frontend

    PyTorch Deep Learning Models using the C++ frontend Gettting started Clone the repo 1. https://github.com/mrdvince/pytorchcpp 2. cd fashionmnist or

    Vince 0 Jul 13, 2021
    Data and Code for ACL 2021 Paper "Inter-GPS: Interpretable Geometry Problem Solving with Formal Language and Symbolic Reasoning"

    Introduction Code and data for ACL 2021 Paper "Inter-GPS: Interpretable Geometry Problem Solving with Formal Language and Symbolic Reasoning". We cons

    Pan Lu 81 Dec 27, 2022
    Madanalysis5 - A package for event file analysis and recasting of LHC results

    Welcome to MadAnalysis 5 Outline What is MadAnalysis 5? Requirements Downloading

    MadAnalysis 15 Jan 01, 2023
    InDuDoNet+: A Model-Driven Interpretable Dual Domain Network for Metal Artifact Reduction in CT Images

    InDuDoNet+: A Model-Driven Interpretable Dual Domain Network for Metal Artifact Reduction in CT Images Hong Wang, Yuexiang Li, Haimiao Zhang, Deyu Men

    Hong Wang 4 Dec 27, 2022
    Propose a principled and practically effective framework for unsupervised accuracy estimation and error detection tasks with theoretical analysis and state-of-the-art performance.

    Detecting Errors and Estimating Accuracy on Unlabeled Data with Self-training Ensembles This project is for the paper: Detecting Errors and Estimating

    Jiefeng Chen 13 Nov 21, 2022
    This is the paddle code for SeBoW(Self-Born wiring for neural trees), a kind of neural tree born form a large search space

    SeBoW: Self-Born Wiring for neural trees(PaddlePaddle version) This is the paddle code for SeBoW(Self-Born wiring for neural trees), a kind of neural

    HollyLee 13 Dec 08, 2022
    [ICLR 2022] Contact Points Discovery for Soft-Body Manipulations with Differentiable Physics

    CPDeform Code and data for paper Contact Points Discovery for Soft-Body Manipulations with Differentiable Physics at ICLR 2022 (Spotlight). @InProceed

    (Lester) Sizhe Li 29 Nov 29, 2022
    Official Pytorch implementation of the paper "Action-Conditioned 3D Human Motion Synthesis with Transformer VAE", ICCV 2021

    ACTOR Official Pytorch implementation of the paper "Action-Conditioned 3D Human Motion Synthesis with Transformer VAE", ICCV 2021. Please visit our we

    Mathis Petrovich 248 Dec 23, 2022