Giter Site home page Giter Site logo

jimduncan / deep_prediction Goto Github PK

View Code? Open in Web Editor NEW

This project forked from bptbrr/deep_prediction

0.0 0.0 0.0 2.56 MB

Accompanying code for 'Deep Prediction of Investor Interest: a Supervised Clustering Approach'.

Home Page: https://arxiv.org/abs/1909.05289

License: MIT License

Python 100.00%

deep_prediction's Introduction

Deep Prediction of Investor Interest: a Supervised Clustering Approach

This repo contains the accompagnying code for the paper https://arxiv.org/abs/1909.05289. Contribution is two-fold:

  1. We first show the usefulness of our approach on simulated data exhibiting the characteristics awaited from our model, and compare it to a LGBM benchmark.
  2. We use our approach on an open-source dataset (https://zenodo.org/record/2573031#.XaSQ9_fRY5l) to prove its usefulness on real-world data.

Deep learning code is written in TensorFlow 2.0.

Using this repo

1. Simulation

Run sample_data.py to sample a dataset - the seed is set so as to get the same results as presented in the paper. exnet_run.py, embedmlp_run.py and lgbm_run.py respectively run the ExNet, the EmbedMLP and the LightGBM algorithms on the previously simulated data.

2. IBEX

Run create_data.py to create the dataset described in the article. Run exnet_run.py and lgbm_run.py to respectively run the ExNet and LGBM algorithms on the previously created data. The weights file corresponding to the best ExNet found is included, and can be investiguated using the exnet_analysis.py file.

Requirements

  • python==3.7.3
  • pandas==0.25.2
  • tensorflow==2.0.0
  • tensorflow_addons==0.6.0
  • numpy==1.17.2
  • lightgbm==2.1.2
  • ta (https://github.com/bukosabino/ta)
  • umap-learn==0.3.10

deep_prediction's People

Contributors

bptbrr 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.