Path: news.mathworks.com!not-for-mail
From: "Tak " <lauhotak@hotmail.com>
Newsgroups: comp.soft-sys.matlab
Subject: Re: Unknow error in my neural network
Date: Mon, 17 Nov 2008 20:22:02 +0000 (UTC)
Organization: The MathWorks, Inc.
Lines: 11
Message-ID: <gfsjp9$1kd$1@fred.mathworks.com>
References: <gfp8rd$oep$1@fred.mathworks.com> <7e32754c-880e-4c23-a3f9-acaa0fce8b6a@d42g2000prb.googlegroups.com>
Reply-To: "Tak " <lauhotak@hotmail.com>
NNTP-Posting-Host: webapp-02-blr.mathworks.com
Content-Type: text/plain; charset="ISO-8859-1"
Content-Transfer-Encoding: 8bit
X-Trace: fred.mathworks.com 1226953322 1677 172.30.248.37 (17 Nov 2008 20:22:02 GMT)
X-Complaints-To: news@mathworks.com
NNTP-Posting-Date: Mon, 17 Nov 2008 20:22:02 +0000 (UTC)
X-Newsreader: MATLAB Central Newsreader 728346
Xref: news.mathworks.com comp.soft-sys.matlab:501281


Thx Greg. And here I have more questions about it.

1) How can I set the "target 1 for malignant and 0 for benign"?

2) Should I include all benign and malignant image inside the train.P?

3) Currently I set the target class as the mean of the train image, 
therefore, train.T = mean(train.P, 1);
where Row:Features of the images, Column:Images

4) Should i set row as image and column as feature? Since my dataset, no of features is 80 and no of image is 350. That will cause error due to dataset has more rows than columns.