What is the importance of gradient checking?

devquora
devquora

Posted On: Feb 22, 2018

 

Gradient checking is done to detect hidden bugs in complicated software that manifest themselves under very specific conditions. It is a debugging process done on the back prop algorithm, it also performs a derivative checking procedure, and ensure that the implementation is correct.

    Related Questions

    Please Login or Register to leave a response.

    Related Questions

    Artificial Intelligence Interview Questions

    How will you explain machine learning to a layperson?

    Basically, machine learning is pattern recognition. Like Youtube’s video recommendations, Facebook’s News Feeds, etc...

    Artificial Intelligence Interview Questions

    What is Breath-First Search Algorithm?

    Breath-First search involves traversing a binary search tree one level at a time...