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

The backpropagation part is needed? #50

Open
xuqingyu26 opened this issue Apr 23, 2022 · 1 comment
Open

The backpropagation part is needed? #50

xuqingyu26 opened this issue Apr 23, 2022 · 1 comment

Comments

@xuqingyu26
Copy link

I think with the definition of the network and loss function, the backpropagation should be auto computed, why should we explicitly definite it in the code?

@RNGrunshen
Copy link

RNGrunshen commented Jan 28, 2023

I think with the definition of the network and loss function, the backpropagation should be auto computed, why should we explicitly definite it in the code?

because we are using numpy instead of torch, it is necessary for us to build the calculation diagram manually

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

No branches or pull requests

2 participants