Giter Club home page Giter Club logo

numerai's Introduction

Numerai

Machine Learning Hedge Fond

Open In Colab

Numerai is a new kind of hedge fond, which synthesizes many different and uncorrelated models with many different characteristics, provided by a large group of anonymous people from all over the world. It is free to participate. Data offered weekly is encripted in order to protect the proprietary financial information of the hedge fond. The challenge is posed as a classification problem, where users train their models on the train dataset and upload their predictions for the test dataset. More info can be found at www.numeria.ai

This Jupyter Notebook features a "sandbox" for exploring different classification strategies on the numerai data. It employs scikit-learn Python library and comprises three stages:

  1. feature extraction and feature engineering; following methods are explored:

    • princilpal component analysis (PCA)
    • linear discriminant analysis (LDA)
    • selecting best features (KBest)
    • t-SNE method for feature engineering
    • feature interactions using PolynomialFeatures
  2. training multiple individual classifiers; these include:

    • Keras neural networks
    • Logistic regression
    • Support vector machine
    • Gaussian naive Bayes
    • Random forrest classifier
    • Extra trees classifier
    • Gradient boost classifier
    • AdaBoost classifier
    • Bagging classifier
    • Stochastic gradient descent
    • K-Nearest neighbors

Grid search and cross validation are used with some of the classifiers in order to fine tune their hyperparameters. Pipelines are used for automating tasks when needed. Keras neural network can be easily reconfigured using different number of hidden layers and/or neurons per layer, along with different training algorithms.

  1. aggregating individual classifiers using ensambling by soft voting, blending and stacking; following methods are explored:
    • blending with logistic regression
    • blending with linear regression
    • blending with Extremly randomised trees
    • blending with Keras neural network classifier
    • stacking with TensorFlow DNN classifier
    • stacking with Extremly randomised trees
    • stacking with Keras neural network classifier with Merged branches
    • simple averageing of classifiers using different weights

Keras and TensorFlow neural networks can be easily reconfigured using different number of hidden layers and/or neurons per layer, along with different training algorithms.

Predictions on test dataset are carried out using ensambles of indivual classifiers (blending, stacking, averageing).

numerai's People

Contributors

sarajcev avatar

Watchers

James Cloos 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.