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

[hts-users:02633] GV param generation


Hi all,
 
In the calculation of gradient using Newton-Raphson method, the code below:
h = -w1 * w * R[i][1] -w2 * 2.0 * (.......);
should it be:
h = -w1 * w * R[i][1] -w2 * w * 2.0 * (.......);
or not?
 
Regards,
Na Xingyu



网易163/126邮箱百分百兼容iphone ipad邮件收发

Follow-Ups
[hts-users:02636] Re: GV param generation, Heiga ZEN (Byung Ha CHUN)