Guide of how the nodes work

Hello,

 

I was wondering if there is a sort of guide or manual that shows how exactly the nodes work. For instance, I'd like to know how the k-Means algorithm is being executed.

 

Regards,

 

Robert

Hi Robert,

you can always look into the code, as this is public.

The k-means works pretty much as taught in the lectures. Calculate Means, reassign center, and the on.

If you have any more questions, let me know.

Best, Iris