Giter Club home page Giter Club logo

cs-433's Introduction

EPFL_ML_project_1

Contributors: Krieger Benjamin, Zell Kilian, Jegou Sam

Competition: Higgs Boson Machine Learning Challenge

Summary

Our best model was a ridge regression, with a polynomial augmentation of degree 5 and some other feature augmentations.

Features Selection

All the outliers were set to the mean of their corresponding features, before the standardization process (0 mean, 1 standard deviation).

It has been tried to remove the features that had too much outliers (~90%), or separate the dataset in function of the indicator variable JET, but it decreased our accuracy.

The model

Our model is a simple ridge regression, with regularization of $\lambda = 10^{-5}$. The input data has been augmented via:

  • a polynomial augmentation of degree 5
  • some other augmentations for the first features, with cosines, sinus, sinc, and others to add non linearity

Then we project the prediction on {-1,1} with a threshold at $0.05$.

Generating a solution

Put the files run.ipynb and implementations.py in the main folder.

In the same folder, create a folder 'Data' containing the data file 'sample-submission.csv'.

Run the file run.py. It will generate in your current folder a file 'submission.csv', containing the prediction of our model.

References

Machine learning course at EPFL:

Description of the dataset: https://higgsml.lal.in2p3.fr/files/2014/04/documentation_v1.8.pdf

cs-433's People

Contributors

kilianzell avatar benjaminkrg avatar

Watchers

 avatar

Forkers

benjaminkrg

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.