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

请问预测的相似度和不相似度的百分数具体是怎么计算出来的,最后一层的处理步骤能说下吗 #10

Open
whao1011 opened this issue Jun 21, 2020 · 1 comment

Comments

@whao1011
Copy link

请问预测的相似度和不相似度的百分数具体是怎么计算出来的,最后一层的处理步骤能说下吗

@Brokenwind
Copy link
Owner

请问预测的相似度和不相似度的百分数具体是怎么计算出来的,最后一层的处理步骤能说下吗

最后一个全连接层的输出维度为2,然后通过softmax计算后的维度还是2,第一个维度的值就认为是不相似的概率,第二个维度的值认为是相似的概率。

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