Skip to content

This project is a gateway to the machine learning in the 42 school. It will also help you become a master sommelier.

Notifications You must be signed in to change notification settings

SashaKryzh/ft_sommelier

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ft_sommelier

This project is a gateway to the machine learning in the 42 school. It will also help you become a master sommelier.

Final mark: 125/100 ✅

ADALINE training animation
ADALINE training animation

About the project

Project goal: Given the chemical attributes of a wine, classify it as "good" or "bad".

Allowed libraries: matplotlib, pandas, standard python lbraries.
Not allowed libraries: numpy, scipy, scikit-learn, tensorflow, etc...


Implemented models:

  • Perceptron
  • ADALINE

Also, as the bonus part, both these models implemented using Cython.

Implemented validations:

  • Hold-out validation
  • K-fold cross-validation

Other ML stuff:

  • Feature scaling
  • Scatterplot matrix

Scatterplot matrix of the red wine dataset
Scatterplot matrix of the red wine dataset (showing first three features)

About

This project is a gateway to the machine learning in the 42 school. It will also help you become a master sommelier.

Topics

Resources

Stars

Watchers

Forks