I'm new to recommender system and trying to understand the fundamental difference between standard collaborative filtering (CF) and hybrid methods like LightFM. As I researched online, most of the posts mentioned hybrid method combines both CF and content-based method. But from a matrix/math standpoint, LightFM also learns item-user interaction embedding, like CF. How are they different?
Thank you so much in advance.