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.
    Contrastive Learning for Metagenomic Binning

    CLMB A simple framework for CLMB - a novel deep Contrastive Learningfor Metagenomic Binning Created by Pengfei Zhang, senior of Department of Computer

    1 Sep 14, 2022
    Code of TVT: Transferable Vision Transformer for Unsupervised Domain Adaptation

    TVT Code of TVT: Transferable Vision Transformer for Unsupervised Domain Adaptation Datasets: Digit: MNIST, SVHN, USPS Object: Office, Office-Home, Vi

    37 Dec 15, 2022
    A Python Package For System Identification Using NARMAX Models

    SysIdentPy is a Python module for System Identification using NARMAX models built on top of numpy and is distributed under the 3-Clause BSD license. N

    Wilson Rocha 175 Dec 25, 2022
    [제 13회 투빅스 컨퍼런스] OK Mugle! - 장르부터 멜로디까지, Content-based Music Recommendation

    Ok Mugle! 🎵 장르부터 멜로디까지, Content-based Music Recommendation 'Ok Mugle!'은 제13회 투빅스 컨퍼런스(2022.01.15)에서 진행한 음악 추천 프로젝트입니다. Description 📖 본 프로젝트에서는 Kakao

    SeongBeomLEE 5 Oct 09, 2022
    Official pytorch implementation of Active Learning for deep object detection via probabilistic modeling (ICCV 2021)

    Active Learning for Deep Object Detection via Probabilistic Modeling This repository is the official PyTorch implementation of Active Learning for Dee

    NVIDIA Research Projects 130 Jan 06, 2023
    [SIGGRAPH'22] StyleGAN-XL: Scaling StyleGAN to Large Diverse Datasets

    [Project] [PDF] This repository contains code for our SIGGRAPH'22 paper "StyleGAN-XL: Scaling StyleGAN to Large Diverse Datasets" by Axel Sauer, Katja

    742 Jan 04, 2023
    tf2onnx - Convert TensorFlow, Keras and Tflite models to ONNX.

    tf2onnx converts TensorFlow (tf-1.x or tf-2.x), tf.keras and tflite models to ONNX via command line or python api.

    Open Neural Network Exchange 1.8k Jan 08, 2023
    Simple Baselines for Human Pose Estimation and Tracking

    Simple Baselines for Human Pose Estimation and Tracking News Our new work High-Resolution Representations for Labeling Pixels and Regions is available

    Microsoft 2.7k Jan 05, 2023
    SpinalNet: Deep Neural Network with Gradual Input

    SpinalNet: Deep Neural Network with Gradual Input This repository contains scripts for training different variations of the SpinalNet and its counterp

    H M Dipu Kabir 142 Dec 30, 2022
    MonoScene: Monocular 3D Semantic Scene Completion

    MonoScene: Monocular 3D Semantic Scene Completion MonoScene: Monocular 3D Semantic Scene Completion] [arXiv + supp] | [Project page] Anh-Quan Cao, Rao

    298 Jan 08, 2023
    buildseg is a building extraction plugin of QGIS based on PaddlePaddle.

    buildseg buildseg is a Building Extraction plugin for QGIS based on PaddlePaddle. How to use Download and install QGIS and clone the repo : git clone

    39 Dec 09, 2022
    JumpDiff: Non-parametric estimator for Jump-diffusion processes for Python

    jumpdiff jumpdiff is a python library with non-parametric Nadaraya─Watson estimators to extract the parameters of jump-diffusion processes. With jumpd

    Rydin 28 Dec 10, 2022
    Shuwa Gesture Toolkit is a framework that detects and classifies arbitrary gestures in short videos

    Shuwa Gesture Toolkit is a framework that detects and classifies arbitrary gestures in short videos

    Google 89 Dec 22, 2022
    Lab Materials for MIT 6.S191: Introduction to Deep Learning

    This repository contains all of the code and software labs for MIT 6.S191: Introduction to Deep Learning! All lecture slides and videos are available

    Alexander Amini 5.6k Dec 26, 2022
    Neural-Pull: Learning Signed Distance Functions from Point Clouds by Learning to Pull Space onto Surfaces(ICML 2021)

    Neural-Pull: Learning Signed Distance Functions from Point Clouds by Learning to Pull Space onto Surfaces(ICML 2021) This repository contains the code

    149 Dec 15, 2022
    Official Implementation of VAT

    Semantic correspondence Few-shot segmentation Cost Aggregation Is All You Need for Few-Shot Segmentation For more information, check out project [Proj

    Hamacojr 114 Dec 27, 2022
    Python PID Tuner - Makes a model of the System from a Process Reaction Curve and calculates PID Gains

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

    1 Jan 18, 2022
    Catbird is an open source paraphrase generation toolkit based on PyTorch.

    Catbird is an open source paraphrase generation toolkit based on PyTorch. Quick Start Requirements and Installation The project is based on PyTorch 1.

    Afonso Salgado de Sousa 5 Dec 15, 2022
    Meandering In Networks of Entities to Reach Verisimilar Answers

    MINERVA Meandering In Networks of Entities to Reach Verisimilar Answers Code and models for the paper Go for a Walk and Arrive at the Answer - Reasoni

    Shehzaad Dhuliawala 271 Dec 13, 2022
    Capture all information throughout your model's development in a reproducible way and tie results directly to the model code!

    Rubicon Purpose Rubicon is a data science tool that captures and stores model training and execution information, like parameters and outcomes, in a r

    Capital One 97 Jan 03, 2023