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.
    A PyTorch implementation of "DGC-Net: Dense Geometric Correspondence Network"

    DGC-Net: Dense Geometric Correspondence Network This is a PyTorch implementation of our work "DGC-Net: Dense Geometric Correspondence Network" TL;DR A

    191 Dec 16, 2022
    project page for VinVL

    VinVL: Revisiting Visual Representations in Vision-Language Models Updates 02/28/2021: Project page built. Introduction This repository is the project

    308 Jan 09, 2023
    Learning Saliency Propagation for Semi-supervised Instance Segmentation

    Learning Saliency Propagation for Semi-supervised Instance Segmentation PyTorch Implementation This repository contains: the PyTorch implementation of

    Berkeley DeepDrive 68 Oct 18, 2022
    [CVPR 2022 Oral] TubeDETR: Spatio-Temporal Video Grounding with Transformers

    TubeDETR: Spatio-Temporal Video Grounding with Transformers Website • STVG Demo • Paper This repository provides the code for our paper. This includes

    Antoine Yang 108 Dec 27, 2022
    Malmo Collaborative AI Challenge - Team Pig Catcher

    The Malmo Collaborative AI Challenge - Team Pig Catcher Approach The challenge involves 2 agents who can either cooperate or defect. The optimal polic

    Kai Arulkumaran 66 Jun 29, 2022
    MPI Interest Group on Algorithms on 1st semester 2021

    MPI Algorithms Interest Group Introduction Lecturer: Steve Yan Location: TBA Time Schedule: TBA Semester: 1 Useful URLs Typora: https://typora.io Goog

    Ex10si0n 13 Sep 08, 2022
    Code for ECCV 2020 paper "Contacts and Human Dynamics from Monocular Video".

    Contact and Human Dynamics from Monocular Video This is the official implementation for the ECCV 2020 spotlight paper by Davis Rempe, Leonidas J. Guib

    Davis Rempe 207 Jan 05, 2023
    Implementation of Enformer, Deepmind's attention network for predicting gene expression, in Pytorch

    Enformer - Pytorch (wip) Implementation of Enformer, Deepmind's attention network for predicting gene expression, in Pytorch. The original tensorflow

    Phil Wang 235 Dec 27, 2022
    The personal repository of the work: *DanceNet3D: Music Based Dance Generation with Parametric Motion Transformer*.

    DanceNet3D The personal repository of the work: DanceNet3D: Music Based Dance Generation with Parametric Motion Transformer. Dataset and Results Pleas

    南嘉Nanga 36 Dec 21, 2022
    Import Python modules from dicts and JSON formatted documents.

    Paker Paker is module for importing Python packages/modules from dictionaries and JSON formatted documents. It was inspired by httpimporter. Important

    Wojciech Wentland 1 Sep 07, 2022
    Repository for "Exploring Sparsity in Image Super-Resolution for Efficient Inference", CVPR 2021

    SMSR Reposity for "Exploring Sparsity in Image Super-Resolution for Efficient Inference" [arXiv] Highlights Locate and skip redundant computation in S

    Longguang Wang 225 Dec 26, 2022
    TAP: Text-Aware Pre-training for Text-VQA and Text-Caption, CVPR 2021 (Oral)

    TAP: Text-Aware Pre-training TAP: Text-Aware Pre-training for Text-VQA and Text-Caption by Zhengyuan Yang, Yijuan Lu, Jianfeng Wang, Xi Yin, Dinei Flo

    Microsoft 61 Nov 14, 2022
    基于PaddleClas实现垃圾分类,并转换为inference格式用PaddleHub服务端部署

    百度网盘链接及提取码: 链接:https://pan.baidu.com/s/1HKpgakNx1hNlOuZJuW6T1w 提取码:wylx 一个垃圾分类项目带你玩转飞桨多个产品(1) 基于PaddleClas实现垃圾分类,导出inference模型并利用PaddleHub Serving进行服务

    thomas-yanxin 22 Jul 12, 2022
    PushForKiCad - AISLER Push for KiCad EDA

    AISLER Push for KiCad Push your layout to AISLER with just one click for instant

    AISLER 31 Dec 29, 2022
    Detail-Preserving Transformer for Light Field Image Super-Resolution

    DPT Official Pytorch implementation of the paper "Detail-Preserving Transformer for Light Field Image Super-Resolution" accepted by AAAI 2022 . Update

    50 Jan 01, 2023
    Implementation of the Chamfer Distance as a module for pyTorch

    Chamfer Distance for pyTorch This is an implementation of the Chamfer Distance as a module for pyTorch. It is written as a custom C++/CUDA extension.

    Christian Diller 205 Jan 05, 2023
    COLMAP - Structure-from-Motion and Multi-View Stereo

    COLMAP About COLMAP is a general-purpose Structure-from-Motion (SfM) and Multi-View Stereo (MVS) pipeline with a graphical and command-line interface.

    4.7k Jan 07, 2023
    PyTorch code accompanying the paper "Landmark-Guided Subgoal Generation in Hierarchical Reinforcement Learning" (NeurIPS 2021).

    HIGL This is a PyTorch implementation for our paper: Landmark-Guided Subgoal Generation in Hierarchical Reinforcement Learning (NeurIPS 2021). Our cod

    Junsu Kim 20 Dec 14, 2022
    Request execution of Galaxy SARS-CoV-2 variation analysis workflows on input data you provide.

    SARS-CoV-2 processing requests Request execution of Galaxy SARS-CoV-2 variation analysis workflows on input data you provide. Prerequisites This autom

    useGalaxy.eu 17 Aug 13, 2022
    This repo is a C++ version of yolov5_deepsort_tensorrt. Packing all C++ programs into .so files, using Python script to call C++ programs further.

    yolov5_deepsort_tensorrt_cpp Introduction This repo is a C++ version of yolov5_deepsort_tensorrt. And packing all C++ programs into .so files, using P

    41 Dec 27, 2022