Hi,

I am using check_grad from scipy for gradient checking of my mlp
implementation and I am not sure I am using it right, because it doesn't
work even on very trivial implementation of mlp. I have written a small
implementation of computing a gradient of mlp:
https://gist.github.com/2959786 I think I must be overlooking some stupid
mistake, because this implementation is very straightforward, but the
computed gradient is far from approximated one.

Any ideas where I am making a mistake?

Thanks

David
------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Scikit-learn-general mailing list
Scikit-learn-general@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/scikit-learn-general

Reply via email to