MATLAB: Feature extraction for Neural Network

neural network

Hi,
I need to know the best way to prepare a dataset? for example: iris_dataset, how they prepare it?
[x,t] = iris_dataset;
Thanks.

Best Answer

I'm sure there are many posted examples using that dataset.
Search in both the the NEWSGROUP and ANSWERS. The single search word
iris
should be sufficient
Greg