Path: news.mathworks.com!newsfeed-00.mathworks.com!newsfeed2.dallas1.level3.net!news.level3.com!postnews.google.com!v65g2000hsc.googlegroups.com!not-for-mail
From:  Greg Heath <heath@alumni.brown.edu>
Newsgroups: comp.soft-sys.matlab
Subject: Re: help me to train the following in neuralnetwork
Date: Wed, 14 Nov 2007 05:18:16 -0800
Organization: http://groups.google.com
Lines: 16
Message-ID: <1195046296.862734.251960@v65g2000hsc.googlegroups.com>
References: <fh9clb$ivr$1@fred.mathworks.com><fh9l58$bui$1@fred.mathworks.com>
NNTP-Posting-Host: 69.141.182.127
Mime-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
X-Trace: posting.google.com 1195046297 17277 127.0.0.1 (14 Nov 2007 13:18:17 GMT)
X-Complaints-To: groups-abuse@google.com
NNTP-Posting-Date: Wed, 14 Nov 2007 13:18:17 +0000 (UTC)
In-Reply-To: <fh9l58$bui$1@fred.mathworks.com>
User-Agent: G2/1.0
X-HTTP-UserAgent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; (R1 1.5); .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30; Seekmo 10.0.341.0),gzip(gfe),gzip(gfe)
Complaints-To: groups-abuse@google.com
Injection-Info: v65g2000hsc.googlegroups.com; posting-host=69.141.182.127;
Xref: news.mathworks.com comp.soft-sys.matlab:437459



On Nov 12, 8:40 am, "Steve " <senthilkumaa...@yahoo.de> wrote:
> I got where the eroor is, but i dot how to overcome now,
>
> The error is in pi matrix , I have both numerical and string
> for eg. p1=[1 2 3 4 5 6 7 8 'yes' 10 11 'yes' 3 4 5 ]
>
> how to overcome this ??

You cannot combine numerical and string.

Convert 'yes'/'no' to bipolar binary 1/-1

Hope this helps.

Greg