EM and KMeans in Python using Scikit Learn

preview_player
Показать описание


Рекомендации по теме
Комментарии
Автор

Thanks for an elaborate but concise video, good explanation of each line of code. Please make more videos like this. This video has definitely helped in my assignments. Thanks for contribution towards the ML community

angshukNag
Автор

Helped me learn about K-means and EM today. At 27:15, you seemed to be confused about the Text(0, ....) output. That is just the result of the last plt.ylabel(...) . Adding a comment at the end of the cell should help remove this unwanted output.

nagu
Автор

Great, it helped me a lot for my exam. Thank you

RahulYadav-djvv
Автор

Very well explained, thank you very much!

franzmkrumenacker
Автор

Thank you for a wonderful lesson. But can you help me fix the color in the third subplot again? Even I used your code, the output still doesn't have the same cluster colors as the other two plots.

minhtu
Автор

Continue uploading more videos like candidate algorithm, id3 etc

subashraj
Автор

score=accuracy_score(y, clusters) for accuracy ???? can we use that

guruprasadhn
Автор

Great video! I have been learning machine learning for the past 60 days and I have a question, I'm trying text clustering using kmeans, hierarchical and dbscan. I have an idea of reducing the dimensionality using SVD, Plotting the elbow graph to find the right K and the visualize, But the problem is, the explained variance is less than 0.5 after reducing the dimension to 2 which is obvious
Is there a better way to perform clustering?? Your thoughts on clustering text documents..

karthik-exdm