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.
    Learning to Prompt for Continual Learning

    Learning to Prompt for Continual Learning (L2P) Official Jax Implementation L2P is a novel continual learning technique which learns to dynamically pr

    Google Research 207 Jan 06, 2023
    A pytorch implementation of MBNET: MOS PREDICTION FOR SYNTHESIZED SPEECH WITH MEAN-BIAS NETWORK

    Pytorch-MBNet A pytorch implementation of MBNET: MOS PREDICTION FOR SYNTHESIZED SPEECH WITH MEAN-BIAS NETWORK Training To train a new model, please ru

    46 Dec 28, 2022
    Hooks for VCOCO

    Verbs in COCO (V-COCO) Dataset This repository hosts the Verbs in COCO (V-COCO) dataset and associated code to evaluate models for the Visual Semantic

    Saurabh Gupta 131 Nov 24, 2022
    Python PID Tuner - Based on a FOPDT model obtained using a Open Loop Process Reaction Curve

    PythonPID_Tuner Step 1: Takes a Process Reaction Curve in csv format - assumes data at 100ms interval (column names CV and PV) Step 2: Makes a rough e

    6 Jan 14, 2022
    BasicVSR++: Improving Video Super-Resolution with Enhanced Propagation and Alignment

    BasicVSR++: Improving Video Super-Resolution with Enhanced Propagation and Alignment

    Holy Wu 35 Jan 01, 2023
    Diffusion Probabilistic Models for 3D Point Cloud Generation (CVPR 2021)

    Diffusion Probabilistic Models for 3D Point Cloud Generation [Paper] [Code] The official code repository for our CVPR 2021 paper "Diffusion Probabilis

    Shitong Luo 323 Jan 05, 2023
    This is the 3D Implementation of 《Inconsistency-aware Uncertainty Estimation for Semi-supervised Medical Image Segmentation》

    CoraNet This is the 3D Implementation of 《Inconsistency-aware Uncertainty Estimation for Semi-supervised Medical Image Segmentation》 Environment pytor

    25 Nov 08, 2022
    A universal memory dumper using Frida

    Fridump Fridump (v0.1) is an open source memory dumping tool, primarily aimed to penetration testers and developers. Fridump is using the Frida framew

    551 Jan 07, 2023
    For auto aligning, cropping, and scaling HR and LR images for training image based neural networks

    ImgAlign For auto aligning, cropping, and scaling HR and LR images for training image based neural networks Usage Make sure OpenCV is installed, 'pip

    15 Dec 04, 2022
    Supplemental learning materials for "Fourier Feature Networks and Neural Volume Rendering"

    Fourier Feature Networks and Neural Volume Rendering This repository is a companion to a lecture given at the University of Cambridge Engineering Depa

    Matthew A Johnson 133 Dec 26, 2022
    [ICLR2021oral] Rethinking Architecture Selection in Differentiable NAS

    DARTS-PT Code accompanying the paper ICLR'2021: Rethinking Architecture Selection in Differentiable NAS Ruochen Wang, Minhao Cheng, Xiangning Chen, Xi

    Ruochen Wang 86 Dec 27, 2022
    Platform-agnostic AI Framework 🔥

    🇬🇧 TensorLayerX is a multi-backend AI framework, which can run on almost all operation systems and AI hardwares, and support hybrid-framework progra

    TensorLayer Community 171 Jan 06, 2023
    Code for reproducing our analysis in the paper titled: Image Cropping on Twitter: Fairness Metrics, their Limitations, and the Importance of Representation, Design, and Agency

    Image Crop Analysis This is a repo for the code used for reproducing our Image Crop Analysis paper as shared on our blog post. If you plan to use this

    Twitter Research 239 Jan 02, 2023
    This is the code related to "Sparse-to-dense Feature Matching: Intra and Inter domain Cross-modal Learning in Domain Adaptation for 3D Semantic Segmentation" (ICCV 2021).

    Sparse-to-dense Feature Matching: Intra and Inter domain Cross-modal Learning in Domain Adaptation for 3D Semantic Segmentation This is the code relat

    39 Sep 23, 2022
    Notepy is a full-featured Notepad Python app

    Notepy A full featured python text-editor Notable features Autocompletion for parenthesis and quote Auto identation Syntax highlighting Compile and ru

    Mirko Rovere 11 Sep 28, 2022
    Prototypical python implementation of the trust-region algorithm presented in Sequential Linearization Method for Bound-Constrained Mathematical Programs with Complementarity Constraints by Larson, Leyffer, Kirches, and Manns.

    Prototypical python implementation of the trust-region algorithm presented in Sequential Linearization Method for Bound-Constrained Mathematical Programs with Complementarity Constraints by Larson, L

    3 Dec 02, 2022
    Minecraft agent to farm resources using reinforcement learning

    BarnyardBot CS 175 group project using Malmo download BarnyardBot.py into the python examples directory and run 'python BarnyardBot.py' in the console

    0 Jul 26, 2022
    A TensorFlow 2.x implementation of Masked Autoencoders Are Scalable Vision Learners

    Masked Autoencoders Are Scalable Vision Learners A TensorFlow implementation of Masked Autoencoders Are Scalable Vision Learners [1]. Our implementati

    Aritra Roy Gosthipaty 59 Dec 10, 2022
    TensorFlow ROCm port

    Documentation TensorFlow is an end-to-end open source platform for machine learning. It has a comprehensive, flexible ecosystem of tools, libraries, a

    ROCm Software Platform 622 Jan 09, 2023
    COD-Rank-Localize-and-Segment (CVPR2021)

    COD-Rank-Localize-and-Segment (CVPR2021) Simultaneously Localize, Segment and Rank the Camouflaged Objects Full camouflage fixation training dataset i

    JingZhang 52 Dec 20, 2022