Column Name: "Genres" //This will contain the genres of movies User genre: "Action Adventure"
I want to perform cosine similarity on this data, compare user genre with genres of different movies, sort and display the names of movies having similar genre. How should I do it?