Coder Social home page Coder Social logo

tencentalgo2018's Introduction

Data Source

.
├──bin
│   ├── ffm-train                   # executable to train an FFM model, see https://github.com/guestwalk/libffm to build it
│   └── ffm-predict                 # executable to make prediction with a trained FFM model, same as above
└── data                            # Toy Datasets
    ├── dog_breed                   # downloaded from https://www.kaggle.com/c/dog-breed-identification/data
    │   ├── Test                    # (folder) unzipped from test.zip
    |   ├── Train                   # (folder) unzipped from train.zip
    |   ├── labels.csv              # unzipped from labels.csv.zip
    |   └── sample_submission.csv   # unzipped from sample_submission.csv.zip
    └── house_pricing               # downloaded from https://www.kaggle.com/c/house-prices-advanced-regression-techniques/data
        ├── data_description.txt    # directly downloaded
        ├── sample_submission.csv   # directly downloaded or unzipped from sample_submission.csv.gz                 
        ├── test.csv                # directly downloaded or unzipped from test.csv.gz
        └── train.csv               # directly downloaded or unzipped from train.csv.gz

TODO

  • Try TensorFlow
  • Try PyTorch
  • Try MXNet
  • Try FM
  • Try FFM
  • Try PNN (Polynominal Neural Networks)
  • Try matrix decomposition (MF, SVD/SVD++, SVD for RecSys etc.)
  • Try sklearn FeatureUnion and Pipeline
  • Try tuning hyperparameters with hyperopt
  • Try stacking
  • Try ensemble with raw features involved (my idea)
  • Try synthetic oversampling
  • Try cost-sensitive learning for imbalanced data (not only with imbalenced labels, but also features)
  • Try ensembling for imbalanced data
  • Try cython
  • Try TSNE
  • Add simple data visualization
  • Add simple testing
  • Implement (or just copy from somewhere) Bayesian smoothing for CTR/CVR
  • Implement simple A/B test
  • Implement a full tunable and testable pipeline (it's fine to be simple, but it must be complete)
  • Fix globals problem in info_utils

tencentalgo2018's People

Contributors

janzenliu avatar lilylidl avatar yizhencodedev avatar codelvin avatar

Stargazers

 avatar  avatar haison avatar

Watchers

James Cloos avatar  avatar  avatar

Forkers

freemanzyq

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.