Skip to content

Arena-UOS/JehunYoo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

82 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Melon Playlist Continuation

Team: Arena-UOS

Note

  • lightKNN.py -> knn.py (light-1.2 -> knn-1.0)
  • cfKNNv2.py -> neighbor.py (CFKNN-2.3 -> Neighbor-1.0)

2020-06-07

Done

  • k=100, sim=cosine;
    songs: 0.211465(12), tags: 0.372297(11), total: 0.235589(11)
  • k=100, rho=0.4, sim=idf;
    songs: 0.239960(8), tags: 0.386446(11), total: 0.261933(7)

To do

  • 태그 데이터에 명사로 된 태그, 타이틀에서 추출한 태그 추가하기
  • 태그 데이터를 숫자로 변환하기 (속도 개선?)
  • 변환된 데이터를 이용해서 태그 유사도를 구할 때 idf 사용하기