Giter Site home page Giter Site logo

ml-project-1's Introduction

Higgs Boson Challenge EPFL CS-433

You can download the challenge data following the instructions in AiCrowd

Data:

Create a data folder and place the test.csv and train.csv files following this projce folde structure :

root ── main 
      ├─ data ─── test.csv
      │       ├─ train.csv
      │                    

Utils:

Please checkout data_utils.py and train_utils.py for all the helper functions that were involved in data processing and training.

Implementations:

Please checkout implementations.py for the implementation of the cost functions that were used in this project

Training & Prediciton

Run run.py to generate the predictions using ridge regression with fine tuned hyper parameters.

Requirements

  • Python >= 3.8
  • numpy

ml-project-1's People

Contributors

jaakik avatar julienberger avatar yassinekhalfi avatar juliendberger avatar

Watchers

 avatar

ml-project-1's Issues

Normalize / Standardize

  1. Provide helpers function to clean the data ie remove undesired values like the -999
  2. remove outliers
  3. normalize / standardize the data

PCA

  • Implement PCA numpy

Run Function 5 & 6

  1. Run functions 5 & 6 on clean data
  2. provide some plots for the loss and other metrics of interest
  3. make submission to aicrowd

Pipeline

  • Preprocessing method that encapsulate all data exploration / cleaning / normalization
  • Split train validation
  • Batching

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.