compare two sets odf parameters using NN

Sir I have a set of data from 2 plant(indusry),the data consists of
Height
Dia
Cross Sectional Area Stack Temp.
Flue Gas
Gas Discharge
Particulate Matter
So2
Oxide of N2
i have same set of data for two plants vwith different values ,using neural network ,I want to find which data is best,can any one tell how to start with,I have no idea on this

5 comentarios

Naz
Naz el 19 de Oct. de 2011
1)what do you mean by 'best'
2)do you want to compare the corresponding elements of two arrays?
Pat
Pat el 19 de Oct. de 2011
YES i want to compare and should find which data set has high accuracy
Pat
Pat el 19 de Oct. de 2011
I want to use neural network for this
Greg Heath
Greg Heath el 21 de Oct. de 2011
I don't think your problem is appropriate for NNs.
Neural Networks are typically used for
1. Regression:
Given data sample containing N I-dimensional inputs p,
and corresponding O-dimensional targets t, design a NN
so that outputs y are as close to t as possible.
2. Classification:
Given data sample containing N I-dimensional inputs p
and corresponding c-dimensional targets t (columns of
the c-dimensional unit matrix with the "1" indicating
the class index of the corresponding input) design a NN
so that outputs y are as close to t as possible.
3. Time series prediction:
Given data sample containing N I-dimensional inputs p,
corresponding O-dimensional targets t, and a subset of the
input delay matrix ID, design a NN so that a subset of future
outputs y(:,i+1:i+s) are the response of the current input
p(:,i) and a subset of current and past outputs y(:,i-s:i).
Hope this helps.
Greg
Pat
Pat el 29 de Oct. de 2011
Greg can u answer to the question asked in this link please which i have posted related to neural network
http://www.mathworks.in/matlabcentral/answers/19691-gene-classification

Respuestas (0)

La pregunta está cerrada.

Etiquetas

Preguntada:

Pat
el 19 de Oct. de 2011

Cerrada:

el 20 de Ag. de 2021

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by