From: leila on 24 Apr 2010 03:17 how can'i use bp training algorithm with dynamic threshod in the output layer: this is my function : can you help me : F(yi)= 1,Yi= Max{y1,y2,?????.ym} 0,Others
From: Greg Heath on 24 Apr 2010 22:01 On Apr 24, 7:17 am, leila <leeeila12...(a)live.fr> wrote: > how can'i use bp training algorithm with dynamic threshod in the output layer: > this is my function : can you help me : > > F(yi)= 1,Yi= Max{y1,y2,?????.ym} > 0,Others You can't. You need differentiable activation functions for backprop and other training algorithms. See my previous post. Greg
|
Pages: 1 Prev: HELP ME, Arrgh.. close(vid) on image acquisition Next: rank(A) - not reliable.. |