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.
    ACL'2021: LM-BFF: Better Few-shot Fine-tuning of Language Models

    LM-BFF (Better Few-shot Fine-tuning of Language Models) This is the implementation of the paper Making Pre-trained Language Models Better Few-shot Lea

    Princeton Natural Language Processing 607 Jan 07, 2023
    pytorch implementation for PointNet

    PointNet.pytorch This repo is implementation for PointNet in pytorch. The model is in pointnet/model.py. It is teste

    Fei Xia 1.7k Dec 30, 2022
    clDice - a Novel Topology-Preserving Loss Function for Tubular Structure Segmentation

    README clDice - a Novel Topology-Preserving Loss Function for Tubular Structure Segmentation CVPR 2021 Authors: Suprosanna Shit and Johannes C. Paetzo

    110 Dec 29, 2022
    Official repository of DeMFI (arXiv.)

    DeMFI This is the official repository of DeMFI (Deep Joint Deblurring and Multi-Frame Interpolation). [ArXiv_ver.] Coming Soon. Reference Jihyong Oh a

    Jihyong Oh 56 Dec 14, 2022
    Object detection evaluation metrics using Python.

    Object detection evaluation metrics using Python.

    Louis Facun 2 Sep 06, 2022
    Deep functional residue identification

    DeepFRI Deep functional residue identification Citing @article {Gligorijevic2019, author = {Gligorijevic, Vladimir and Renfrew, P. Douglas and Koscio

    Flatiron Institute 156 Dec 25, 2022
    Code release to accompany paper "Geometry-Aware Gradient Algorithms for Neural Architecture Search."

    Geometry-Aware Gradient Algorithms for Neural Architecture Search This repository contains the code required to run the experiments for the DARTS sear

    18 May 27, 2022
    iris - Open Source Photos Platform Powered by PyTorch

    Open Source Photos Platform Powered by PyTorch. Submission for PyTorch Annual Hackathon 2021.

    Omkar Prabhu 137 Sep 10, 2022
    Sparse Progressive Distillation: Resolving Overfitting under Pretrain-and-Finetune Paradigm

    Sparse Progressive Distillation: Resolving Overfitting under Pretrain-and-Finetu

    3 Dec 05, 2022
    ICRA 2021 - Robust Place Recognition using an Imaging Lidar

    Robust Place Recognition using an Imaging Lidar A place recognition package using high-resolution imaging lidar. For best performance, a lidar equippe

    Tixiao Shan 293 Dec 27, 2022
    Code for ICML 2021 paper: How could Neural Networks understand Programs?

    OSCAR This repository contains the source code of our ICML 2021 paper How could Neural Networks understand Programs?. Environment Run following comman

    Dinglan Peng 115 Dec 17, 2022
    General Virtual Sketching Framework for Vector Line Art (SIGGRAPH 2021)

    General Virtual Sketching Framework for Vector Line Art - SIGGRAPH 2021 Paper | Project Page Outline Dependencies Testing with Trained Weights Trainin

    Haoran MO 118 Dec 27, 2022
    Vector AI — A platform for building vector based applications. Encode, query and analyse data using vectors.

    Vector AI is a framework designed to make the process of building production grade vector based applications as quickly and easily as possible. Create

    Vector AI 267 Dec 23, 2022
    A Sign Language detection project using Mediapipe landmark detection and Tensorflow LSTM's

    sign-language-detection A Sign Language detection project using Mediapipe landmark detection and Tensorflow LSTM. The project is built for a vocabular

    Hashim 4 Feb 06, 2022
    a reimplementation of Optical Flow Estimation using a Spatial Pyramid Network in PyTorch

    pytorch-spynet This is a personal reimplementation of SPyNet [1] using PyTorch. Should you be making use of this work, please cite the paper according

    Simon Niklaus 269 Jan 02, 2023
    EncT5: Fine-tuning T5 Encoder for Non-autoregressive Tasks

    EncT5 (Unofficial) Pytorch Implementation of EncT5: Fine-tuning T5 Encoder for Non-autoregressive Tasks About Finetune T5 model for classification & r

    Jangwon Park 34 Jan 01, 2023
    Dataloader tools for language modelling

    Installation: pip install lm_dataloader Design Philosophy A library to unify lm dataloading at large scale Simple interface, any tokenizer can be inte

    5 Mar 25, 2022
    DeepMind's software stack for physics-based simulation and Reinforcement Learning environments, using MuJoCo.

    dm_control: DeepMind Infrastructure for Physics-Based Simulation. DeepMind's software stack for physics-based simulation and Reinforcement Learning en

    DeepMind 3k Dec 31, 2022
    Deep Reinforcement Learning based Trading Agent for Bitcoin

    Deep Trading Agent Deep Reinforcement Learning based Trading Agent for Bitcoin using DeepSense Network for Q function approximation. For complete deta

    Kartikay Garg 669 Dec 29, 2022
    RipsNet: a general architecture for fast and robust estimation of the persistent homology of point clouds

    RipsNet: a general architecture for fast and robust estimation of the persistent homology of point clouds This repository contains the code asscoiated

    Felix Hensel 14 Dec 12, 2022