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.
    Reviving Iterative Training with Mask Guidance for Interactive Segmentation

    This repository provides the source code for training and testing state-of-the-art click-based interactive segmentation models with the official PyTorch implementation

    Visual Understanding Lab @ Samsung AI Center Moscow 406 Jan 01, 2023
    TaCL: Improving BERT Pre-training with Token-aware Contrastive Learning

    TaCL: Improving BERT Pre-training with Token-aware Contrastive Learning Authors: Yixuan Su, Fangyu Liu, Zaiqiao Meng, Lei Shu, Ehsan Shareghi, and Nig

    Yixuan Su 79 Nov 04, 2022
    Multiview Dataset Toolkit

    Multiview Dataset Toolkit Using multi-view cameras is a natural way to obtain a complete point cloud. However, there is to date only one multi-view 3D

    11 Dec 22, 2022
    Permute Me Softly: Learning Soft Permutations for Graph Representations

    Permute Me Softly: Learning Soft Permutations for Graph Representations

    Giannis Nikolentzos 7 Jul 10, 2022
    Pytorch implementation of Integrating Tree Path in Transformer for Code Representation

    This is an official Pytorch implementation of the approaches proposed in: Han Peng, Ge Li, Wenhan Wang, Yunfei Zhao, Zhi Jin “Integrating Tree Path in

    Han Peng 16 Dec 23, 2022
    Real time Human Detection Counting

    In this python project, we are going to build the Human Detection and Counting System through Webcam or you can give your own video or images. This is a deep learning project on computer vision, whic

    Mir Nawaz Ahmad 2 Jun 17, 2022
    [CVPR2021] Look before you leap: learning landmark features for one-stage visual grounding.

    LBYL-Net This repo implements paper Look Before You Leap: Learning Landmark Features For One-Stage Visual Grounding CVPR 2021. Getting Started Prerequ

    SVIP Lab 45 Dec 12, 2022
    Repository for the COLING 2020 paper "Explainable Automated Fact-Checking: A Survey."

    Explainable Fact Checking: A Survey This repository and the accompanying webpage contain resources for the paper "Explainable Fact Checking: A Survey"

    Neema Kotonya 42 Nov 17, 2022
    Code for our paper "MG-GAN: A Multi-Generator Model Preventing Out-of-Distribution Samples in Pedestrian Trajectory Prediction" published at ICCV 2021.

    MG-GAN: A Multi-Generator Model Preventing Out-of-Distribution Samples in Pedestrian Trajectory Prediction This repository contains the code for the p

    Sven 30 Jan 05, 2023
    A library for researching neural networks compression and acceleration methods.

    A library for researching neural networks compression and acceleration methods.

    Intel Labs 100 Dec 29, 2022
    A mini lib that implements several useful functions binding to PyTorch in C++.

    Torch-gather A mini library that implements several useful functions binding to PyTorch in C++. What does gather do? Why do we need it? When dealing w

    maxwellzh 8 Sep 07, 2022
    Code for CVPR 2018 paper --- Texture Mapping for 3D Reconstruction with RGB-D Sensor

    G2LTex This repository contains the implementation of "Texture Mapping for 3D Reconstruction with RGB-D Sensor (CVPR2018)" based on mvs-texturing. Due

    Fu Yanping(付燕平) 129 Dec 30, 2022
    [WACV21] Code for our paper: Samuel, Atzmon and Chechik, "From Generalized zero-shot learning to long-tail with class descriptors"

    DRAGON: From Generalized zero-shot learning to long-tail with class descriptors Paper Project Website Video Overview DRAGON learns to correct the bias

    Dvir Samuel 25 Dec 06, 2022
    某学校选课系统GIF验证码数据集 + Baseline模型 + 上下游相关工具

    elective-dataset-2021spring 某学校2021春季选课系统GIF验证码数据集(29338张) + 准确率98.4%的Baseline模型 + 上下游相关工具。 数据集采用 知识共享署名-非商业性使用 4.0 国际许可协议 进行许可。 Baseline模型和上下游相关工具采用

    xmcp 27 Sep 17, 2021
    The MATH Dataset

    Measuring Mathematical Problem Solving With the MATH Dataset This is the repository for Measuring Mathematical Problem Solving With the MATH Dataset b

    Dan Hendrycks 267 Dec 26, 2022
    An implementation of Deep Forest 2021.2.1.

    Deep Forest (DF) 21 DF21 is an implementation of Deep Forest 2021.2.1. It is designed to have the following advantages: Powerful: Better accuracy than

    LAMDA Group, Nanjing University 795 Jan 03, 2023
    A simple, clean TensorFlow implementation of Generative Adversarial Networks with a focus on modeling illustrations.

    IllustrationGAN A simple, clean TensorFlow implementation of Generative Adversarial Networks with a focus on modeling illustrations. Generated Images

    268 Nov 27, 2022
    Code implementation of Data Efficient Stagewise Knowledge Distillation paper.

    Data Efficient Stagewise Knowledge Distillation Table of Contents Data Efficient Stagewise Knowledge Distillation Table of Contents Requirements Image

    IvLabs 112 Dec 02, 2022
    PyTorch Implementation of Fully Convolutional Networks. (Training code to reproduce the original result is available.)

    pytorch-fcn PyTorch implementation of Fully Convolutional Networks. Requirements pytorch = 0.2.0 torchvision = 0.1.8 fcn = 6.1.5 Pillow scipy tqdm

    Kentaro Wada 1.6k Jan 07, 2023
    PyTorch code for the ICCV'21 paper: "Always Be Dreaming: A New Approach for Class-Incremental Learning"

    Always Be Dreaming: A New Approach for Data-Free Class-Incremental Learning PyTorch code for the ICCV 2021 paper: Always Be Dreaming: A New Approach f

    49 Dec 21, 2022