AI Data Storage Engine
Item-based Collaborative Filtering for Music Recommender System

Item-based Collaborative Filtering for Music Recommender System

9/8/2020 · milvus

What this post added

This post details the implementation of an item-based collaborative filtering (I2I CF) recommender system for music, leveraging Milvus as the embedding similarity search engine. It describes the process of extracting song feature embeddings using CNNs from Mel-frequency cepstrum (MFC) and deploying Milvus in a highly available cluster configuration with Mishards on Kubernetes for production. Additionally, Milvus is used as a preliminary step for duplicate song filtering by searching for similar audio fingerprints.

Read the original post ↗