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.
    Measures input lag without dedicated hardware, performing motion detection on recorded or live video

    What is InputLagTimer? This tool can measure input lag by analyzing a video where both the game controller and the game screen can be seen on a webcam

    Bruno Gonzalez 4 Aug 18, 2022
    Audio2Face - Audio To Face With Python

    Audio2Face Discription We create a project that transforms audio to blendshape w

    FACEGOOD 724 Dec 26, 2022
    UAV-Networks-Routing is a Python simulator for experimenting routing algorithms and mac protocols on unmanned aerial vehicle networks.

    UAV-Networks Simulator - Autonomous Networking - A.A. 20/21 UAV-Networks-Routing is a Python simulator for experimenting routing algorithms and mac pr

    0 Nov 13, 2021
    Activity image-based video retrieval

    Cross-modal-retrieval Our approach is focus on Activity Image-to-Video Retrieval (AIVR) task. The compared methods are state-of-the-art single modalit

    BCMI 75 Oct 21, 2021
    Official implementation of the paper 'Details or Artifacts: A Locally Discriminative Learning Approach to Realistic Image Super-Resolution' in CVPR 2022

    LDL Paper | Supplementary Material Details or Artifacts: A Locally Discriminative Learning Approach to Realistic Image Super-Resolution Jie Liang*, Hu

    150 Dec 26, 2022
    An Straight Dilated Network with Wavelet for image Deblurring

    SDWNet: A Straight Dilated Network with Wavelet Transformation for Image Deblurring(offical) 1. Introduction This repo is not only used for our paper(

    FlyEgle 41 Jan 04, 2023
    A implemetation of the LRCN in mxnet

    A implemetation of the LRCN in mxnet ##Abstract LRCN is a combination of CNN and RNN ##Installation Download UCF101 dataset ./avi2jpg.sh to split the

    44 Aug 25, 2022
    A 3D sparse LBM solver implemented using Taichi

    taichi_LBM3D Background Taichi_LBM3D is a 3D lattice Boltzmann solver with Multi-Relaxation-Time collision scheme and sparse storage structure impleme

    Jianhui Yang 121 Jan 06, 2023
    Customizable RecSys Simulator for OpenAI Gym

    gym-recsys: Customizable RecSys Simulator for OpenAI Gym Installation | How to use | Examples | Citation This package describes an OpenAI Gym interfac

    Xingdong Zuo 14 Dec 08, 2022
    Have you ever wondered how cool it would be to have your own A.I

    Have you ever wondered how cool it would be to have your own A.I. assistant Imagine how easier it would be to send emails without typing a single word, doing Wikipedia searches without opening web br

    Harsh Gupta 1 Nov 09, 2021
    Source code and data in paper "MDFEND: Multi-domain Fake News Detection (CIKM'21)"

    MDFEND: Multi-domain Fake News Detection This is an official implementation for MDFEND: Multi-domain Fake News Detection which has been accepted by CI

    Rich 40 Dec 18, 2022
    Keras implementation of AdaBound

    AdaBound for Keras Keras port of AdaBound Optimizer for PyTorch, from the paper Adaptive Gradient Methods with Dynamic Bound of Learning Rate. Usage A

    Somshubra Majumdar 132 Sep 23, 2022
    RMTD: Robust Moving Target Defence Against False Data Injection Attacks in Power Grids

    RMTD: Robust Moving Target Defence Against False Data Injection Attacks in Power Grids Real-time detection performance. This repo contains the code an

    0 Nov 10, 2021
    Continual World is a benchmark for continual reinforcement learning

    Continual World Continual World is a benchmark for continual reinforcement learning. It contains realistic robotic tasks which come from MetaWorld. Th

    41 Dec 24, 2022
    RRL: Resnet as representation for Reinforcement Learning

    Resnet as representation for Reinforcement Learning (RRL) is a simple yet effective approach for training behaviors directly from visual inputs. We demonstrate that features learned by standard image

    Meta Research 21 Dec 07, 2022
    This application is the basic of automated online-class-joiner(for YıldızEdu) within the right time. Gets the ZOOM link by scheduled date and time.

    This application is the basic of automated online-class-joiner(for YıldızEdu) within the right time. Gets the ZOOM link by scheduled date and time.

    215355 1 Dec 16, 2021
    Matplotlib Image labeller for classifying images

    mpl-image-labeller Use Matplotlib to label images for classification. Works anywhere Matplotlib does - from the notebook to a standalone gui! For more

    Ian Hunt-Isaak 5 Sep 24, 2022
    《Where am I looking at? Joint Location and Orientation Estimation by Cross-View Matching》(CVPR 2020)

    This contains the codes for cross-view geo-localization method described in: Where am I looking at? Joint Location and Orientation Estimation by Cross-View Matching, CVPR2020.

    41 Oct 27, 2022
    RuleBERT: Teaching Soft Rules to Pre-Trained Language Models

    RuleBERT: Teaching Soft Rules to Pre-Trained Language Models (Paper) (Slides) (Video) RuleBERT is a pre-trained language model that has been fine-tune

    16 Aug 24, 2022
    PyTorch implementation of Progressive Growing of GANs for Improved Quality, Stability, and Variation.

    PyTorch implementation of Progressive Growing of GANs for Improved Quality, Stability, and Variation. Warning: the master branch might collapse. To ob

    559 Dec 14, 2022