Skip to content

Conversation

@heons
Copy link

@heons heons commented Mar 15, 2017

  1. Correction of typo of function name :
    _change_ont_hot_label() -> _change_one_hot_label()

  2. Fix : Input to numerical_gradient() in main()

heons added 2 commits March 15, 2017 12:01
1. The input tuple of 'X' and 'Y' set should be transposed.
2. The 'grad', return value of numerical_gradient should be transposed
It is intuitionally right. check with other function such as
f(x0, x1) = x0**2 + x1*2
It doesn't work properly with the original code
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant