I have a dataset of videos, I am applying Expected Maximization clustering on it. This EM clustering is initialized through kmeans, but unfortunately the results are not just fine.
Can anyone share the code about initialization of EM algorithm through a better way?
I have read different papers regarding its initialization, but I am unable to implement those algorithm.
So it will be a great favor if someone provide me with a code?
Regards