-
Notifications
You must be signed in to change notification settings - Fork 6
SubmissionsIn/DEMVC
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
# Accepted by Information Sciences. # Install Keras v2.0, scikit-learn # sudo pip install keras scikit-learn # settings in main.py TEST = Ture # when TEST = Ture, the code just test the trained DEMVC model train_ae = False # when train_ae = Ture, the code will pre-train the autoencoders first, and the fine-turn the model with DEMVC data = 'MNIST_USPS_COMIC' # the tested datasets contain: # 'MNIST_USPS_COMIC' (CAE) # 'BDGP' (FAE) # run the code: python main.py # BibTex @article{xu2021deep, title={Deep embedded multi-view clustering with collaborative training}, author={Xu, Jie and Ren, Yazhou and Li, Guofeng and Pan, Lili and Zhu, Ce and Xu, Zenglin}, journal={Information Sciences}, volume={573}, pages={279--290}, year={2021} }
About
Deep Embedded Multi-view Clustering with Collaborative Training
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published