help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: predict


From: George Kousiouris
Subject: Re: predict
Date: Wed, 16 Nov 2011 09:08:21 +0200
User-agent: Mozilla/5.0 (Windows NT 5.1; rv:8.0) Gecko/20111105 Thunderbird/8.0


hi,

in matrix multiplication the inner dimensions must be identical. thus when you multiply an AxB matrix with a CxD one, you must have that B=C. and the result is a AxD matrix

BR,
George


On 11/15/2011 10:50 PM, Tomi Piriyev wrote:
hi,

"
if sigmoid(theta'*x) >= 0.5, p =1
else p=0
"
i tried to use this code, , but compiler gets "error: operator *: nonconformant arguments (op1 is 1x3, op2 is 100x3)"

could you help me



_______________________________________________
Help-octave mailing list
address@hidden
https://mailman.cae.wisc.edu/listinfo/help-octave


-- 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]