Unsupervised Clustering Algorithms

Hi Sahil
This sounds like the Supermarket problem so given customer behaviours x1 x2 can we find any latent factors to describe them. You can try random forest, PCA, K means clustering and Boltzmann machines
Have a look at this video at the 2 hour point Lesson 3: Deep Learning 2018 - YouTube and read this Data used in lesson3-rossman.ipynb.
Also read chapter 9 in the book.
Regards Conwyn

1 Like