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.
    The hippynn python package - a modular library for atomistic machine learning with pytorch.

    The hippynn python package - a modular library for atomistic machine learning with pytorch. We aim to provide a powerful library for the training of a

    Los Alamos National Laboratory 37 Dec 29, 2022
    TeachMyAgent is a testbed platform for Automatic Curriculum Learning methods in Deep RL.

    TeachMyAgent: a Benchmark for Automatic Curriculum Learning in Deep RL Paper Website Documentation TeachMyAgent is a testbed platform for Automatic Cu

    Flowers Team 51 Dec 25, 2022
    PyTorch implementation of spectral graph ConvNets, NIPS’16

    Graph ConvNets in PyTorch October 15, 2017 Xavier Bresson http://www.ntu.edu.sg/home/xbresson https://github.com/xbresson https://twitter.com/xbresson

    Xavier Bresson 287 Jan 04, 2023
    Captcha-tensorflow - Image Captcha Solving Using TensorFlow and CNN Model. Accuracy 90%+

    Captcha Solving Using TensorFlow Introduction Solve captcha using TensorFlow. Learn CNN and TensorFlow by a practical project. Follow the steps, run t

    Jackon Yang 869 Jan 06, 2023
    Temporal Dynamic Convolutional Neural Network for Text-Independent Speaker Verification and Phonemetic Analysis

    TDY-CNN for Text-Independent Speaker Verification Official implementation of Temporal Dynamic Convolutional Neural Network for Text-Independent Speake

    Seong-Hu Kim 16 Oct 17, 2022
    Paddle-Skeleton-Based-Action-Recognition - DecoupleGCN-DropGraph, ASGCN, AGCN, STGCN

    Paddle-Skeleton-Action-Recognition DecoupleGCN-DropGraph, ASGCN, AGCN, STGCN. Yo

    Chenxu Peng 3 Nov 02, 2022
    Practical Single-Image Super-Resolution Using Look-Up Table

    Practical Single-Image Super-Resolution Using Look-Up Table [Paper] Dependency Python 3.6 PyTorch glob numpy pillow tqdm tensorboardx 1. Training deep

    Younghyun Jo 116 Dec 23, 2022
    Lightweight Python library for adding real-time object tracking to any detector.

    Norfair is a customizable lightweight Python library for real-time 2D object tracking. Using Norfair, you can add tracking capabilities to any detecto

    Tryolabs 1.7k Jan 05, 2023
    Türkiye Canlı Mobese Görüntülerinde Profesyonel Nesne Takip Sistemi

    Türkiye Mobese Görüntü Takip Türkiye Mobese görüntülerinde OPENCV ve Yolo ile takip sistemi Multiple Object Tracking System in Turkish Mobese with OPE

    15 Dec 22, 2022
    This is an official source code for implementation on Extensive Deep Temporal Point Process

    Extensive Deep Temporal Point Process This is an official source code for implementation on Extensive Deep Temporal Point Process, which is composed o

    Haitao Lin 8 Aug 15, 2022
    A privacy-focused, intelligent security camera system.

    Self-Hosted Home Security Camera System A privacy-focused, intelligent security camera system. Features: Multi-camera support w/ minimal configuration

    Scott Barnes 175 Jan 01, 2023
    Adaptive FNO transformer - official Pytorch implementation

    Adaptive Fourier Neural Operators: Efficient Token Mixers for Transformers This repository contains PyTorch implementation of the Adaptive Fourier Neu

    NVIDIA Research Projects 77 Dec 29, 2022
    Official respository for "Modeling Defocus-Disparity in Dual-Pixel Sensors", ICCP 2020

    Official respository for "Modeling Defocus-Disparity in Dual-Pixel Sensors", ICCP 2020 BibTeX @INPROCEEDINGS{punnappurath2020modeling, author={Abhi

    Abhijith Punnappurath 22 Oct 01, 2022
    Open source annotation tool for machine learning practitioners.

    doccano doccano is an open source text annotation tool for humans. It provides annotation features for text classification, sequence labeling and sequ

    7.1k Jan 01, 2023
    Generating Band-Limited Adversarial Surfaces Using Neural Networks

    Generating Band-Limited Adversarial Surfaces Using Neural Networks This is the official repository of the technical report that was published on arXiv

    3 Jul 26, 2022
    Voice Conversion Using Speech-to-Speech Neuro-Style Transfer

    This repo contains the official implementation of the VAE-GAN from the INTERSPEECH 2020 paper Voice Conversion Using Speech-to-Speech Neuro-Style Transfer.

    Ehab AlBadawy 93 Jan 05, 2023
    Tool cek opsi checkpoint facebook!

    tool apa ini? cek_opsi_facebook adalah sebuah tool yang mengecek opsi checkpoint akun facebook yang terkena checkpoint! tujuan dibuatnya tool ini? too

    Muhammad Latif Harkat 2 Jul 17, 2022
    [ICCV 2021 (oral)] Planar Surface Reconstruction from Sparse Views

    Planar Surface Reconstruction From Sparse Views Linyi Jin, Shengyi Qian, Andrew Owens, David F. Fouhey University of Michigan ICCV 2021 (Oral) This re

    Linyi Jin 89 Jan 05, 2023
    [ICLR 2021] "Neural Architecture Search on ImageNet in Four GPU Hours: A Theoretically Inspired Perspective" by Wuyang Chen, Xinyu Gong, Zhangyang Wang

    Neural Architecture Search on ImageNet in Four GPU Hours: A Theoretically Inspired Perspective [PDF] Wuyang Chen, Xinyu Gong, Zhangyang Wang In ICLR 2

    VITA 156 Nov 28, 2022
    LSTM built using Keras Python package to predict time series steps and sequences. Includes sin wave and stock market data

    LSTM Neural Network for Time Series Prediction LSTM built using the Keras Python package to predict time series steps and sequences. Includes sine wav

    Jakob Aungiers 4.1k Jan 02, 2023