Coder Social home page Coder Social logo

roliveira3891 / cryptocurrency-recommender-system Goto Github PK

View Code? Open in Web Editor NEW

This project forked from cynwell/cryptocurrency-recommender-system

0.0 1.0 0.0 1.44 MB

A recommender system that recommends cryptocurrencies to investors.

Python 16.75% CSS 0.91% HTML 1.85% Jupyter Notebook 80.48%

cryptocurrency-recommender-system's Introduction

Cryptocurrency Recommender System

Project Description

A project that utilizes cryptocurrency transaction network and cryptocurrency prices to give personalized recommendations to cryptocurrency investors.

This project consists of a front-end module to show personalized recommendations to investors and two back-end modules to compute recommendations, namely The Recommender System Module and The Trend Prediction Module.


Back-end Modules Description

1. Recommender System Module

  • crawler.py: A crawler library which is capable of crawling address and token transaction data
  • address_crawler.py: Calling the crawler module to crawl transaction data by address.
  • token_crawler.py: Calling the crawler module to crawl transaction data by token.
  • preprocess.py: Prepare address transaction data into the form needed for recommender
  • recommend.py: Main recommend function

2. Trend Prediction Module

  • price_crawler: Retrieving hourly token price data from CoinGecko
  • price_crawler_minute.py: Retrieving archived minute resolution data from Kaggle (https://www.kaggle.com/tencars/392-crypto-currency-pairs-at-minute-resolution)
  • trend.py: Hyper-parameter tuning script for hourly data source
  • trend_minute.py: Hyper-parameter tuning script for minute resolution data source
  • trend_minute_multi_CPU.py: Hyper-parameter tuning script for minute resolution data source, with the support of multi-processing to speed up finetuning process
  • backtrader-strategy.ipynb: Backtesting models that we have selected in backtrader and measuring strategies in differentk metrics

cryptocurrency-recommender-system's People

Contributors

cynwell avatar hayden2018 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.