8000 GitHub - kevinmicha/ML-IMTA-Project: In this project (TAF MCE - IMT Atlantique) we solve the classification problem for two datasets using several Machine Learning methods.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

In this project (TAF MCE - IMT Atlantique) we solve the classification problem for two datasets using several Machine Learning methods.

Notifications You must be signed in to change notification settings

kevinmicha/ML-IMTA-Project

Repository files navigation

ML-IMTA-Project

In this repository you will find the final project for the UE Machine Learning (IMT Atlantique - 2021).

Authors:

6D23
  • Martina María BALBI ANTUNES
  • Mateo BENTURA
  • Ezequiel CENTOFANTI
  • Kevin MICHALEWICZ

Environement

In order to be able to execute the following steps, you will need to create a Python Environement. This can be done by:

pip install requirements.txt

Directory Structure

ML-IMTA-Project
│   README.md                                   # this file
│   requirements.txt
|   main.py                                     # main python file 
│   report-ML_Project.tex
|   Report___ML_Project.pdf       
├── datasets
│   ├── data_banknote_authentication.txt        # banknote auth dataset
│   └── kidney_disease.csv                      # kidney disease dataset            
├── lib         
│   ├── clean_normalize.py                      # functions to clean and normalize datasets
│   ├── ml_functions.py                         # implementations of ML methods
│   ├── nn_util.py                              # some useful tools for Neural Networks
│   └── tools.py                                # some useful general tools
└── plots                                          
    ├── confusion matrices
    └── nn_loss                          

Execution

In a Python Enviornment with the adequate project dependencies, only the following line has to be written:

python main.py 

About

In this project (TAF MCE - IMT Atlantique) we solve the classification problem for two datasets using several Machine Learning methods.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  
0