deep-learning-from-scratch
deep-learning-from-scratch copied to clipboard
correct : typo _change_ont_hot_label() -> _change_one_hot_label()
-
Correction of typo of function name : _change_ont_hot_label() -> _change_one_hot_label()
-
Fix : Input to numerical_gradient() in main()