Giter Site home page Giter Site logo

jymesen-wang / 2022-pr-ercan Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 895 KB

Source Code for 'Entropy Regularization for Unsupervised Clustering with Adaptive Neighbors' (PR)

MATLAB 100.00%
machine-learning clustering graph-optimization laplacian-rank

2022-pr-ercan's Introduction

ERCAN

Using the code, please cite: Wang J, Ma Z, Nie F, et al. Entropy Regularization for Unsupervised Clustering with Adaptive Neighbors[J]. Pattern Recognition, volume 125, 2022, 108517, doi: 10.1016/j.patcog.2021.108517.

https://www.sciencedirect.com/science/article/pii/S0031320321006932

The code explanation: The main function of the code: ERCAN.m You can use demo.m to perform ERCAN clustering for Coil20 data set. If you have any questions, please connect [email protected]

Use of Main Function

[result,labelnew,r,t,ddd,S_sym] = ERCAN(X,label,k,gamma,eta,rate,iter)

example: [result,~] = ERCAN(X,label,3,1,10) Coil20 result ACC: 87.22% NMI: 94.50% Purity: 90.00% with k=3, eta=10.

Input: X: data matrix label: ground truth (for clustering result) k: the number of neighbors of similarity graph S \gamma: coefficient \gamma (if nargin=4, \gamma should be given by user) \eta: the multiplier of \gamma (if nargin>4, gamma is computed by \eta multiples ||dij_x||_{F}/n, and \gamma can be given any value) rate: the change rate of \Lambda, default 2 iter: Maximum of iteration, default 40

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.