Debuggable deep learning
January 13, 2020
Deep learning is often called a black box, so how do you diagnose and fix problems in a deep neural network (DNN)? Avesh Singh and Kevin Wu explain how they systematically debugged DeepHeart, a DNN that detects cardiovascular disease from heart rate data. You'll leave with an arsenal of tools for debugging DNNs, including Jacobian analysis, TensorBoard, and DNN unit tests.