[kma_recsys_2020]
데이터 기반의 추천서비스_ 전용준_리비젼
#--------------
환경설정 ::
download and install anaconda (for python 3.7)
# association analysis
pip install apyori
pip install networkx
# clustering
pip install kmodes
# DNN
pip install tensorflow==2.0
pip install keras
Github -- 데이터셋 & Script Notebooks
https://github.com/stillxyxon/kma_Recsys2020
Slide [PDF] :
Agenda >>
Grid 기반의 고객 세분화
Association Rule-based RecSys
Clustering for RecSys
- Item-based Collaborative Filtering
- DNN-based RecSys
자라섬 & 영화 ::
빅데이터사례_자라섬_영화_리비젼_전용준_20171115.pdf
'Python데이터분석' 카테고리의 다른 글
[Python] 파이썬 데이터 처리 기초 연습문제 [1] (0) | 2020.04.27 |
---|---|
[Python] mtcars mtcars.csv sample dataset (0) | 2020.04.09 |
[디지털마케팅서밋] 디지털 마케터를 위한 탐색적 데이터 분석 Workshop (0) | 2020.02.10 |
[강의] 데이터 기반의 콘텐츠 추천 서비스 - 전용준 리비젼컨설팅 (0) | 2020.01.14 |
py EDA practice (0) | 2019.10.29 |