Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

“We don’t understand why neural networks work” is a myth. It’s not a miracle, it’s just code, and you can step through it to debug it the same way you would any other program.


You can step-debug a Python program using Windbg but it won't tell you a lot about what's happening since every line is hundreds of CPython API calls.

Sure, you can "step through" a neural network but all you'll ever see are arrays of meaningless floats moving around.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: