3

I am looking for a good book about unsupervised learning that goes beyond the typical k-means and hierarchical clustering algorithms.

Practical implementations in R or Python will be a plus.

Currently I am working in retail, so the typical use cases I am interested are customer segmentation, products segmentation.

Any ideas?

Saul Lugo
  • 41
  • 2

1 Answers1

2

There might not be an entire book about unsupervised techniques, given the greater effectiveness of supervised learning techniques. However, there are small books and selected chapters from longer books that could be relevant:

Brian Spiering
  • 20,142
  • 2
  • 25
  • 102
  • Here are some [detailed cluster analysis lecture notes](https://www.vitavonni.de/blog/201803/2018033001-cluster-analysis-lecture-notes.html). – Erich Schubert May 05 '18 at 11:21