package
0.2.5
Repository: https://github.com/breskos/gopher-learn.git
Documentation: pkg.go.dev

# README

Wine quality

Abstract: Two datasets are included, related to red and white vinho verde wine samples, from the north of Portugal. The goal is to model wine quality based on physicochemical tests (see [Cortez et al., 2009]). http://archive.ics.uci.edu/ml/datasets/Wine+Quality

Data

fixed acidityvolatile aciditycitric acidresidual sugarchloridesfree sulfur dioxidetotal sulfur dioxidedensitypHsulphatesalcoholquality
70.270.3620.70.045451701.00130.458.86
6.30.30.341.60.049141320.9943.30.499.56
8.10.280.46.90.0530970.99513.260.4410.16

Example

This example demonstrate the application of a regressor:

  • with 100 epochs, 70 percent training data, 0.9 learning with 0.001 decay
  • Regression threshold of 0.2
  • 100 hidden neurons

Learning

The learning here is that the regressor decides between correct vs. wrong classified using a threshold. You can change this threshold to bring more tolerance to the system.

Source

Paulo Cortez, University of Minho, Guimarães, Portugal, http://www3.dsi.uminho.pt/pcortez A. Cerdeira, F. Almeida, T. Matos and J. Reis, Viticulture Commission of the Vinho Verde Region(CVRVV), Porto, Portugal @2009