radoslawregula / binary-classification-metrics

A model implementing a solution to the binary classification problem along with several accuracy metrics.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Binary classification metrics preview

The notebook constists of an implementation of the stochastic gradient descent classifier for the problem based on a data set owned by Volker Lohweg (University of Applied Sciences, Ostwestfalen-Lippe) and available under this link.

The task is to distinguish real and forged banknotes based on certain features of their images. Trained model was tested using metrics described in Chapter 3 of Aurelien Geron, 'Hands - On Machine Learing with Scikit-Learn and TensorFlow', Helion SA, 2018.

scikit-learn library's implementations of machine learning methods and metrics were used. Matplotlib library was used for plotting and visualization.

About

A model implementing a solution to the binary classification problem along with several accuracy metrics.


Languages

Language:Jupyter Notebook 100.0%