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
首先非常感谢您的开源,我从您的工作中学到了很多!同时我也有两个问题想向您请教。 1)K的设置问题。我看您在文中讨论了KNN算法中K的设置问题,请问一下有没有讨论在K-means聚类时K的指定问题呢?还是说这里的K直接使用数据集中给出来的真实类别数了? 2)训练过程中聚类中心 $\mu$ 的更新问题。我看您在伪代码中没有显示地指出来聚类中心 $\mu$是否会随着训练更新,我看了DEC和IDEC的论文,发现是要更新的;您在代码里面也是把聚类中心作为模型参数了,所以想确认一下,$\mu$ 是会更新的是吧? 谢谢!
The text was updated successfully, but these errors were encountered:
No branches or pull requests
首先非常感谢您的开源,我从您的工作中学到了很多!同时我也有两个问题想向您请教。$\mu$ 的更新问题。我看您在伪代码中没有显示地指出来聚类中心 $\mu$ 是否会随着训练更新,我看了DEC和IDEC的论文,发现是要更新的;您在代码里面也是把聚类中心作为模型参数了,所以想确认一下,$\mu$ 是会更新的是吧?
1)K的设置问题。我看您在文中讨论了KNN算法中K的设置问题,请问一下有没有讨论在K-means聚类时K的指定问题呢?还是说这里的K直接使用数据集中给出来的真实类别数了?
2)训练过程中聚类中心
谢谢!
The text was updated successfully, but these errors were encountered: