From 278f676a1e70c31430639bdcb7d2850ffca668cb Mon Sep 17 00:00:00 2001 From: lizhen <41462408+lizhenstat@users.noreply.github.com> Date: Sun, 24 Dec 2023 12:16:18 +0800 Subject: [PATCH] Update README.md --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 676ef8a..e6a49b1 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # ITISC This project provides python implementation of Information Theoretical Importance Sampling Clustering and Its Relationship with Fuzzy C-Means described in the following paper: - * [Information Theoretical Importance Sampling Clustering and Its Relationship with Fuzzy C-Means. ](https://arxiv.org/abs/2302.04421). + * [Information Theoretical Importance Sampling Clustering and Its Relationship with Fuzzy C-Means. ](https://ieeexplore.ieee.org/document/10372109). # Dependencies Python 3.8.5, MATLAB R2022a, Ubuntu 16.04 @@ -22,10 +22,11 @@ python ITISC_R.py --gif # gif result is saved in gif subfolder Please do not hesitate to leave us an issue if there is a problem. ```latex @article{zhang2023importance, - title={Importance Sampling Deterministic Annealing for Clustering}, + title={Information Theoretical Importance Sampling Clustering and Its Relationship with Fuzzy C-Means}, author={Zhang, Jiangshe and Ji, Lizhen and Wang, Meng}, - journal={arXiv preprint arXiv:2302.04421}, - year={2023} + journal={IEEE Transactions on Fuzzy Systems}, + year={2023}, + publisher={IEEE} } ```