We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
你好,感谢你的文档,这是我读过的讲的最清楚的版本。 不过我还是有个疑问,在MIND算法里的胶囊网络那块,为何对 wij做softmax的时候,是在胶囊个数维度,而不是在输入向量维度? 因为你讲单个胶囊的时候,我看softmax是在输入向量维度做的。但是到了介绍论文那里,就变成了胶囊维度了。MIND的代码里 也都是按照胶囊维度。不太明白。
The text was updated successfully, but these errors were encountered:
No branches or pull requests
你好,感谢你的文档,这是我读过的讲的最清楚的版本。
不过我还是有个疑问,在MIND算法里的胶囊网络那块,为何对 wij做softmax的时候,是在胶囊个数维度,而不是在输入向量维度?
因为你讲单个胶囊的时候,我看softmax是在输入向量维度做的。但是到了介绍论文那里,就变成了胶囊维度了。MIND的代码里
也都是按照胶囊维度。不太明白。
The text was updated successfully, but these errors were encountered: