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 process that you used after outer product #14

Open
a14en9 opened this issue Oct 30, 2017 · 2 comments
Open

The process that you used after outer product #14

a14en9 opened this issue Oct 30, 2017 · 2 comments

Comments

@a14en9
Copy link

a14en9 commented Oct 30, 2017

Hi, many thanks you share your code. But can you explain why you use tf.divide after you get the outer product. What's the purpose of using it and the following step, please.

@abhaydoke09
Copy link
Owner

tf.divide is used to average the summation we get after the outer product. when we take an outer product of two filters with size 28x28, it is multiplying 28x28(784) values with other 28x28(784) values. Dividing by 784 helps to keep values small.

@a14en9
Copy link
Author

a14en9 commented Nov 30, 2017

Thank you!

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