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
看完您的概括,发现siameseCNN除了将最后计算相似度从MLP换成cosine distance,然后在卷积之前少了一层隐藏层,请问为什么会这样做?而且siameseCNN是2014年的论文,而ARC-1是13年的,为什么作者好像都没有和进行比较。
The text was updated successfully, but these errors were encountered:
ARC-1是2014年的论文,论文中提出了ARC-1和ARC-II网络进行比较,指出了ARC-II网络效果更好。
我感觉ARC-1本身就是一种siameseCNN网络;至于最后计算相似度感觉mlp会再次引入非线性。
Sorry, something went wrong.
No branches or pull requests
看完您的概括,发现siameseCNN除了将最后计算相似度从MLP换成cosine distance,然后在卷积之前少了一层隐藏层,请问为什么会这样做?而且siameseCNN是2014年的论文,而ARC-1是13年的,为什么作者好像都没有和进行比较。
The text was updated successfully, but these errors were encountered: