I’m Naomi, I’m starting the Practical Deep Learning Part 1 today and I’d like to know if could I implement a K-Means algorithm using Neural Networks, but mainly to know if I could get better results compared to the algorithms we already have.
Hi Naomi
Are you thinking rather than finding the new mean you would produce a proposed centroid mean of weights * historically proposed means? How would you know the final centroids were optimal. How are the weights learnt.
Regards Conwyn