메뉴 건너뛰기

OBG

Programming

OBG
조회 수 169 추천 수 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

 

 

?

  1. Programming 게시판 관련

    Date2014.11.01 CategoryTool/etc ByMoA Views1964
    read more
  2. 자바스크립트 물리엔진 ㄷㄷ

    Date2014.03.10 CategoryTool/etc ByMoA Views637
    Read More
  3. 작업자 스레드(Worker Thread) 와 사용자 인터페이스 스레드(User Interface Thread)

    Date2013.07.28 CategoryAPI/MFC ByMoA Views461
    Read More
  4. 잡담) AWS에 서버 띄워 놓으니 벼라별 리퀘스트가 다 날아 오네요

    Date2023.03.11 CategoryTool/etc ByOBG Views111
    Read More
  5. 정신나간 정렬 알고리즘

    Date2015.10.13 CategoryC/C++ ByMoA Views597
    Read More
  6. 정적 배열과 STL vector 속도 비교

    Date2013.07.28 CategorySTL/Boost ByMoA Views578
    Read More
  7. 졸업작품 및 각종 과제물 프로그램은 어떻게 만들어야 하나? (윈도우즈 응용프로그램)

    Date2013.09.10 CategorySite ByMoA Views1668
    Read More
  8. 직접 보고 추천하는 머신러닝 & 딥러닝 & 수학 총정리(2022)

    Date2022.07.24 CategoryDeeplearning ByOBG Views3456
    Read More
  9. 추천 시스템

    Date2023.03.30 CategoryDeeplearning ByOBG Views136
    Read More
  10. 추천(Recommendation) 시스템 - 알고리즘 Trend 정리

    Date2021.08.03 CategoryDeeplearning ByOBG Views169
    Read More
  11. 카카오톡 웹버전 만들기

    Date2022.11.09 CategoryWeb ByOBG Views214
    Read More
  12. 컨텍스트 스위칭 (Context Switching)

    Date2013.07.28 CategoryTool/etc ByMoA Views1045
    Read More
  13. 코드 실행 시간 계산

    Date2012.08.02 CategoryC/C++ ByNaya Views311
    Read More
  14. 코드 실행 시간 계산

    Date2012.09.27 CategoryC/C++ ByNaya Views516
    Read More
  15. 쿠버네티스 클러스터

    Date2022.11.11 CategoryTool/etc ByOBG Views139
    Read More
  16. 큰 수 구하기 알고리즘

    Date2012.08.02 CategoryAlgorithm ByNaya Views669
    Read More
  17. 태스크 대화상자 (Task Dialog)

    Date2013.10.22 CategoryAPI/MFC ByMoA Views456
    Read More
  18. 텍스트 에디터 Sublime Text 2

    Date2012.03.30 CategoryTool/etc By너울 Views512
    Read More
  19. 특정 자료형의 데이터를 binary(hex값, 2진수값)으로 변환

    Date2012.11.15 CategorySite ByNaya Views576
    Read More
  20. 파이썬 머신러닝 무료 강의 (7시간)

    Date2022.07.06 CategoryDeeplearning ByOBG Views122
    Read More
  21. 파이썬에서 C모듈 사용하기

    Date2014.02.10 CategoryPython ByMoA Views1934
    Read More
Board Pagination Prev 1 ... 6 7 8 9 10 11 12 13 14 ... 15 Next
/ 15
위로