Skip to content

lichangling3/ML-Project-1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CS-433 - Machine learning projet 1

Introduction

The aim of this project is to learn to use the concepts of machine learning presented in the lectures and practiced in the labs on a real-world dataset, in the context of a recent popular machine learning challenge - finding the Higgs boson -, using original data from CERN~\cite{higgs}. For any further information on this machine learning challenge and its dataset, feel free to consult the original paper. The ID of our best submission is 164381

Organisation

This project is organized as follows :

  • the repository src that includes:
    • proj1_helpers.py which contains the helper functions provided by the Professor
    • implementations.py which contains all the other functions coded by ourselves used to create this machine learning system
    • the file run.py which produces exactly the same .csv predictions we used in our best submission to the competition system
    • project1.ipynb which contains the additional code that shows several results and figures produced for the analysis of our ML system
  • the file brr-submission.pdf which is the report of our group brr that provides a full explanation of our ML system and our findings.

How to use our project

Just make sure to have the libraries mentioned below installed on your environment before running the cells in the jupyter notebook. In order to reproduce our predictions, please download the dataset available on the competition arena in a repository named data at the same level of repository.

Libraries

In this project we used a few libraries other than NumPy for vizualisation purposes :

  • matplotlib.pyplot
  • seaborn

Members of group brr

Luca Bataillard - 282152 Julian Blackwell - 289803 Changling Li - 282440

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

2 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors