From 88586cc6c696d2be6485722802ddf4c19499a97b Mon Sep 17 00:00:00 2001 From: saeid <43203342+Saeidhoseinipour@users.noreply.github.com> Date: Sun, 21 Aug 2022 05:01:09 +0430 Subject: [PATCH] Update README.md --- README.md | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 861719f..dcb94f3 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,9 @@ where $n$, $m$, $g\leqslant n$ and $s\leqslant m$ are the number of rows, column ### Brief description NMTFcoclust library implements three proposed algorithms and other orthogonal NMTF: - $OPNMTF_{\alpha}$ - $$D_{\alpha}(\mathbf{X} ||\mathbf{FSG^{T}})+ \mu D_{\alpha}(\mathbf{I}_{g} ||\mathbf{FSG^{T}})+ \lambda D_{\alpha}(\mathbf{I}_{s} ||\mathbf{FSG^{T}})$$ +$$ +D_{\alpha}(\mathbf{X} ||\mathbf{FSG^{T}})+ \mu D_{\alpha}(\mathbf{I}_{g} ||\mathbf{FSG^{T}})+ \lambda D_{\alpha}(\mathbf{I}_{s} ||\mathbf{FSG^{T}}) +$$ - $ONMTF_{\alpha}$ - $NMTF_{\alpha}$ - $NBVD$ @@ -26,13 +28,8 @@ scipy==1.4.1 matplotlib==3.0.3 scikit-learn==0.22.2.post1 coclust==0.2.1 -tensorD==0.1 -tensorflow==2.3.0 -tensorflow-gpu==2.3.0 -tensorflow-estimator==2.3.0 -tensorly==0.4.5 ``` -### Installing TensorClus +### Installing NMTFcoclust ### License