메뉴 건너뛰기

OBG

Programming

OBG
조회 수 134 추천 수 0 댓글 0
?

단축키

Prev이전 문서

Next다음 문서

크게 작게 위로 아래로 댓글로 가기 인쇄
?

단축키

Prev이전 문서

Next다음 문서

크게 작게 위로 아래로 댓글로 가기 인쇄

[ 요약 ]

 

(1) 10년 ~ 15년 전에는 Apriori 알고리즘. 대표적인 연관 상품 추천 알고리즘.

-> https://ratsgo.github.io/machine%20learning/2017/04/08/apriori/

 

(2) 5~10년 전에는 Apriori 다음으로 Collaboration Filtering

-> https://www.slideshare.net/MrChrisJohnson/collaborative-filtering-with-spark

 

(3) 4 ~7년 전에는 FPGroth . Apriori 의 BigData  버전

-> http://blog.naver.com/PostView.nhn?blogId=sindong14&logNo=220661064114&parentCategoryNo=&categoryNo=48&viewDate=&isShowPopularPosts=true&from=search

 

(3.5) 4 ~ 5년 전에는 Collaboration Filltering + Deep Learning  혹은 유사 Approach

-> https://www.whydsp.org/291

 

(4) 3~5년 전에는 Matrix Factorization

-> http://sanghyukchun.github.io/73/

 

(5) 2~4년 전에는 Item2Vec + CF

-> [Microsoft 논문] https://arxiv.org/vc/arxiv/papers/1603/1603.04259v2.pdf

-> [관련 블로그] https://brunch.co.kr/@goodvc78/16

 

(6) 2~3년 전에는 You-tube Recommendation 스타일 Deep Learning Approach

-> [논문] https://static.googleusercontent.com/media/research.google.com/ko//pubs/archive/45530.pdf

-> [논문 요약] http://keunwoochoi.blogspot.com/2016/09/deep-neural-networks-for-youtube.html

-> [슬라이드 쉐어] https://pt.slideshare.net/lekaha/deep-neural-network-for-youtube-recommendations

-> 유튜브 알고리즘에 대한 다양한 인문학적 고찰 https://www.bloter.net/archives/301890

 

(7) 1~3년 전부터 Wide & Deep Model

-> [논문] https://arxiv.org/abs/1606.07792

-> [조대협님이 정리한 코드가 있는 블로그] https://bcho.tistory.com/tag/wide%20and%20deep%20model

 

(8) 1~2년 전부터 개인화 추천이 뜨면서 다시 각광 받는 Factorization Machine. (논문은 사실 좀 오래 되었음.)
-> [HOL] https://cloud.hosting.kr/techblog_180709_movie-recommender-with-factorization-machines/

 

(8.5) Matrix Factorization 과 Factorization Machine 과의 차이점.

https://stats.stackexchange.com/questions/108901/difference-between-factorization-machines-and-matrix-factorization

논문 참고 : https://www.csie.ntu.edu.tw/~b97053/paper/Rendle2010FM.pdf

 

(9) 최근. 개인화 추천. ( 2017 re-invent By Amazon )

-> [슬라이드쉐어] https://fr.slideshare.net/AmazonWebServices/building-content-recommendation-systems-using-apache-mxnet-and-gluon-mcl402-reinvent-2017

 

(10) 최근. 개인화 추천. Hierarchical RNN ( 2018 re-invent By Amazon )

-> [구현체] 저자의 구현체 공개버전 : https://github.com/mquad/hgru4rec

 

(11) 최근. 개인화 Re-Ranking. (개인화 Reinforcement Learning Re-Ranking By 알리바바)

-> [논문] https://arxiv.org/pdf/1803.00710.pdf

 

(12) Deep Learning 기반 최신 추천시스템 동향 관련 Survey 논문

-> https://arxiv.org/pdf/1707.07435.pdf

 

자세한 내용은 아래 블로그를 참고한다.

http://hoondongkim.blogspot.com/2019/03/recommendation-trend.html

 

 

?

List of Articles
번호 분류 제목 글쓴이 날짜 조회 수
공지 Tool/etc Programming 게시판 관련 2 MoA 2014.11.01 1709
86 Python [액션게임 만들기] 2. 클래스 분석 file OBG 2014.05.06 969
85 Python [액션게임 만들기] 3. 클래스 다이어그램 기초 file OBG 2014.05.07 2772
84 Python [액션게임 만들기] 4. 캐릭터 선택 화면 file OBG 2014.05.07 674
83 Python [액션게임 만들기] 5. 장면 전환 MoA 2014.05.07 460
82 Python [액션게임 만들기] 6. 게임 화면 출력 MoA 2014.05.07 450
81 Python [액션게임 만들기] 7. 캐릭터 출력 MoA 2014.05.07 481
80 Python [액션게임 만들기] 8. 캐릭터 액션 구현 1 MoA 2014.05.07 503
79 Python [액션게임 만들기] 9. 캐릭터 액션 구현 2 MoA 2014.05.07 427
78 Python [액션게임 만들기] 10. 캐릭터 기술 구현 MoA 2014.05.07 465
77 Tool/etc Machine Learning for Video Games MoA 2015.07.27 1191
76 Site 비트윈 PC 버전 개발기 MoA 2015.10.11 720
75 C/C++ 정신나간 정렬 알고리즘 file MoA 2015.10.13 573
74 API/MFC Windows 10 앱 개발(UWP) MoA 2015.10.13 850
73 Site PHP: 잘못된 디자인의 프랙탈 MoA 2016.07.10 436
72 Database 서비스중인 게임 DB 설계(쿠키런) 기초 MoA 2016.07.12 467
71 Tool/etc 2016년에 자바스크립트를 배우는 기분 MoA 2016.12.27 460
70 Tool/etc What does the last “-” (hyphen) mean in options of `bash`? OBG 2021.04.29 152
69 Tool/etc What does set -e mean in a bash script? OBG 2021.04.29 154
» Deeplearning 추천(Recommendation) 시스템 - 알고리즘 Trend 정리 OBG 2021.08.03 134
67 Web Address Bar Install for Progressive Web Apps on the Desktop OBG 2021.12.15 82
Board Pagination Prev 1 ... 6 7 8 9 10 11 12 13 14 ... 15 Next
/ 15
위로