Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

correct : typo _change_ont_hot_label() -> _change_one_hot_label() #2

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

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