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 official implementation of the Hybrid Self-Attention NEAT algorithm

    PUREPLES - Pure Python Library for ES-HyperNEAT About This is a library of evolutionary algorithms with a focus on neuroevolution, implemented in pure

    Adrian Westh 91 Dec 12, 2022
    INSPIRED: A Transparent Dialogue Dataset for Interactive Semantic Parsing

    INSPIRED: A Transparent Dialogue Dataset for Interactive Semantic Parsing Existing studies on semantic parsing focus primarily on mapping a natural-la

    7 Aug 22, 2022
    Selene is a Python library and command line interface for training deep neural networks from biological sequence data such as genomes.

    Selene is a Python library and command line interface for training deep neural networks from biological sequence data such as genomes.

    Troyanskaya Laboratory 323 Jan 01, 2023
    Meta Learning Backpropagation And Improving It (VSML)

    Meta Learning Backpropagation And Improving It (VSML) This is research code for the NeurIPS 2021 publication Kirsch & Schmidhuber 2021. Many concepts

    Louis Kirsch 22 Dec 21, 2022
    Malware Bypass Research using Reinforcement Learning

    Malware Bypass Research using Reinforcement Learning

    Bobby Filar 76 Dec 26, 2022
    CTRL-C: Camera calibration TRansformer with Line-Classification

    CTRL-C: Camera calibration TRansformer with Line-Classification This repository contains the official code and pretrained models for CTRL-C (Camera ca

    57 Nov 14, 2022
    Augmenting Physical Models with Deep Networks for Complex Dynamics Forecasting

    Official code of APHYNITY Augmenting Physical Models with Deep Networks for Complex Dynamics Forecasting (ICLR 2021, Oral) Yuan Yin*, Vincent Le Guen*

    Yuan Yin 24 Oct 24, 2022
    FedGS: A Federated Group Synchronization Framework Implemented by LEAF-MX.

    FedGS: Data Heterogeneity-Robust Federated Learning via Group Client Selection in Industrial IoT Preparation For instructions on generating data, plea

    Lizonghang 9 Dec 22, 2022
    The repository offers the official implementation of our paper in PyTorch.

    Cloth Interactive Transformer (CIT) Cloth Interactive Transformer for Virtual Try-On Bin Ren1, Hao Tang1, Fanyang Meng2, Runwei Ding3, Ling Shao4, Phi

    Bingoren 49 Dec 01, 2022
    "Learning and Analyzing Generation Order for Undirected Sequence Models" in Findings of EMNLP, 2021

    undirected-generation-dev This repo contains the source code of the models described in the following paper "Learning and Analyzing Generation Order f

    Yichen Jiang 0 Mar 25, 2022
    Pytorch implementation of the DeepDream computer vision algorithm

    deep-dream-in-pytorch Pytorch (https://github.com/pytorch/pytorch) implementation of the deep dream (https://en.wikipedia.org/wiki/DeepDream) computer

    102 Dec 05, 2022
    ACV is a python library that provides explanations for any machine learning model or data.

    ACV is a python library that provides explanations for any machine learning model or data. It gives local rule-based explanations for any model or data and different Shapley Values for tree-based mod

    Salim Amoukou 85 Dec 27, 2022
    HTSeq is a Python library to facilitate processing and analysis of data from high-throughput sequencing (HTS) experiments.

    HTSeq DEVS: https://github.com/htseq/htseq DOCS: https://htseq.readthedocs.io A Python library to facilitate programmatic analysis of data from high-t

    HTSeq 57 Dec 20, 2022
    Streamlit app demonstrating an image browser for the Udacity self-driving-car dataset with realtime object detection using YOLO.

    Streamlit Demo: The Udacity Self-driving Car Image Browser This project demonstrates the Udacity self-driving-car dataset and YOLO object detection in

    Streamlit 992 Jan 04, 2023
    Autolfads-tf2 - A TensorFlow 2.0 implementation of Latent Factor Analysis via Dynamical Systems (LFADS) and AutoLFADS

    autolfads-tf2 A TensorFlow 2.0 implementation of LFADS and AutoLFADS. Installati

    Systems Neural Engineering Lab 11 Oct 29, 2022
    Language Models Can See: Plugging Visual Controls in Text Generation

    Language Models Can See: Plugging Visual Controls in Text Generation Authors: Yixuan Su, Tian Lan, Yahui Liu, Fangyu Liu, Dani Yogatama, Yan Wang, Lin

    Yixuan Su 195 Dec 22, 2022
    The aim of the game, as in the original one, is to find a specific image from a group of different images of a person's face

    GUESS WHO Main Links: [Github] [App] Related Links: [CLIP] [Celeba] The aim of the game, as in the original one, is to find a specific image from a gr

    Arnau - DIMAI 3 Jan 04, 2022
    李云龙二次元风格化!打滚卖萌,使用了animeGANv2进行了视频的风格迁移

    李云龙二次元风格化!一键star、fork,你也可以生成这样的团长! 打滚卖萌求star求fork! 0.效果展示 视频效果前往B站观看效果最佳:李云龙二次元风格化: github开源repo:李云龙二次元风格化 百度AIstudio开源地址,一键fork即可运行: 李云龙二次元风格化!一键fork

    oukohou 44 Dec 04, 2022
    A toolkit for developing and comparing reinforcement learning algorithms.

    Status: Maintenance (expect bug fixes and minor updates) OpenAI Gym OpenAI Gym is a toolkit for developing and comparing reinforcement learning algori

    OpenAI 29.6k Jan 08, 2023
    Code Release for Learning to Adapt to Evolving Domains

    EAML Code release for "Learning to Adapt to Evolving Domains" (NeurIPS 2020) Prerequisites PyTorch = 0.4.0 (with suitable CUDA and CuDNN version) tor

    23 Dec 07, 2022