Research Article

[Retracted] Deep Possibilistic -means Clustering Algorithm on Medical Datasets

Algorithm 1

Deep possibilistic -means algorithm.
Input: data X=, number of clusters K, number of epochs P,
Output: AE parameters ,cluster centers C
1. for m = do
2.  Initialize C
3. for t =1 to T do
4.  calculate and
5.  Update C using SGD
6. end
7. end