|
Algorithm 2 Annealing algorithm pseudocode. |
-
1:
input: Dataset , hyperparameter interval .
-
2:
output: Optimal DNN weights , GMM parameters , , , assignment probability .
-
3:
initialization Initialize .
-
4:
repeat
-
5:
Apply VIB-GMM algorithm.
-
6:
Update .
-
7:
Update s, e.g., .
-
8:
untils does not exceed .
|