Collaborative Denoising Auto-Encoders for Top-N Recommender Systems1. IntroductonCDAE (Collaborative Denoising AutoEncoder) ๋ DAE๋ฅผ Collaborative Filtering์ ์ ์ฉํ์ฌ top-N ์ถ์ฒ์ ํ์ฉํ ๋ชจ๋ธ๋ชจ๋ธ์ input์ผ๋ก corrupted๋ user-item ์ ํธ๋๋ฅผ ์ฃผ๊ณ ์ด๊ฒ์ latent representation์ ํ์ต→ ์ด๋ corrupted๋๊ธฐ ์ ์ ์๋์ input์ ๋ ์ ๋ณต์ํด์ค2. Problem DefinitionNotation$U$ : set of users$I$ : set of items$O = (u,i,y_{ui})$ : user์ item์ ๋ํ ์ ํธ๋implict ..