Hope you guys do gaussian mixture models (similar algorithm) next! That's part of my thesis work and i could use the help haha
@business_central Жыл бұрын
this one was well done!
@ravindrakarande59 Жыл бұрын
I enjoy all your videos,just a doubt why don't you use numpy broadcasting instead of using so many for loops to compute values such as the closest index and stuff......It would reduce the runtime of your code.
@CarlosEduardo-hp5wg10 ай бұрын
Good idea!
@hounddog1 Жыл бұрын
Good stuff, but pretty hard to comprehend fully at first
@jinkoofy Жыл бұрын
Excellent! as usual.
@_funkadelic2 ай бұрын
What is the difference between using fit and predict?
@morisbagic7491 Жыл бұрын
Hi, great videos!! Just wondering, why defining euclidian distance outside of the class? This was also done in KNN video. All the best!
@ranjanah13567 ай бұрын
this is to avoid scope of variable issues usually. here I think its just a convention.
@muhammadadnanbashir40572 жыл бұрын
I need fcm clustering and IFCM clustering can you help me?