leilamr / wine-mlp

Wine Classification with Neural Network

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Wine Classification with Neural Network

The problem

Classify wines from three wineries by thirteen attributes.

Network settings:

Train = 70%, Validation = 15% and Testing = 15%
Number hidden of nodes = 4 
Epochs = 1000
Trainng Function = trainlm
Transfer Function (layer 1) = logsig
Trasnfer Function (layer 2) = purelin 

Accuracy = 99.4%

Confusion Matrix

Alt text

About

Wine Classification with Neural Network


Languages

Language:MATLAB 100.0%