in this video, I explain the basics of K Mean Clustering Algorithm in arabic. شرح خوارزمية K Mean Clustering باللغة العربية.
Пікірлер: 4
@alyawny15333 күн бұрын
عالمي والله ربنا يبارك فيك
@alijihad-pn2rh7 ай бұрын
شكلرا على الشرح الواضح .... لكن لم توضح كبف يتم ايجاد نقطة السنترويد الجديد .... ماهي الطريقة ؟ .... كيف من خلال ايجاد المعدل تجد الاحداثبات للـ centroid الجديد؟
@iddjbhy436 ай бұрын
Cluster 1 is made up of: A1(2,10) => Centroid stays the same A1. Cluster2 is made up of: A3(8,4) B1(5,8) B2(7,5) B3(6,4) C2(4,9) => Calculate: Xmeans= Sum of x coordinates / Number of points in cluster & Ymeans= Sum of y coordinates / Number of points in cluster => Xmeans=(8+5+7+6+4)/5=6 =>Ymeans=(4+8+5+4+9)/5=6 =>New centroid: B1'(6,6) Cluster3 is made up of: A2(2,5) C1(1,2) =>Xmeans=(2+1)/2=1.5 =>Ymeans=(5+2)/2=3.5 =>New centroid: C1'(1.5,3.5) Inchllh ykoun tafssir wadhah.