Wolfram ResearchPRODUCTSPURCHASEFOR USERSCOMPANYOUR SITES

 Documentation /  Neural Networks /  Application Examples /  Classification of Paper Quality /

IntroductionVQ Network

12.1 Classification of Paper Quality

In this example different neural classifiers are compared using data from a hybrid gas array sensor, an electronic nose. The odors from five different cardboard papers from commercial manufacturers were recorded with the electronic nose. Different kinds of classifiers will be trained to determine the origin of an unknown sample.

The data was kindly contributed by the Swedish Sensor Centre, S-SENCE, www.ifm.liu.se/Applphys/S-SENCE. More information on the data set can be found in "Identification of paper quality using a hybrid electronic nose", by Martin Holmberg, Fredrik Winquist, Ingemar Lundström, Julian W. Gardner, and Evor L. Hines, Sensors and Actuators B 26-27 (1995), pp. 246-249.

Load the Neural Networks package and the data.

In[1]:=

In[2]:=

There is one data set for estimation, xs and ys, and one for validation of the classifiers, xv and yv.

Check the dimensions of the data.

In[3]:=

Out[3]=

Out[4]=

There are 48 data samples available for estimation. Each paper sample is characterized by 15 x values from the 15 sensors in the electronic nose sensor array.

Five different types of cardboard paper and plain air were measured, making six possible output classes. The correct class of each data sample is stored in y, with a 1 in the appropriate column indicating the class of the sample. This follows the general format of classification data described in Section 3.2.1, Data Format.

Check the class of the 27th sample of validation data.

In[5]:=

Out[5]=

The 27th sample belongs to class 3.

It is always a good idea to check how many data samples there are from each class.

Look at the distribution of estimation data over the classes.

In[6]:=

Look at the distribution of validation data over the classes.

In[7]:=

IntroductionVQ Network


Any questions about topics on this page? Click here to get an individual response.Buy NowMore Information



 © 2009 Wolfram Research, Inc.  Terms of Use  Privacy Policy |
Sign up for our newsletter: