Zzong's Notes

Home

❯

recommendation_system

❯

DeepFM - A Factorization-Machine based Neural Network for CTR Prediction

DeepFM - A Factorization-Machine based Neural Network for CTR Prediction

2026년 8월 29일1 min read

모델 구조

References

Factorization Machines


함께 보면 좋은 글

Neural Collaborative Filtering

the neural collaborative filtering (NCF) framework for recommendation with implicit feedback.

AutoRec

AutoRec 이란 a nonlinear neural network collaborative filtering model 을 의미한다. collaborative filtering (CF) with an autoencoder architecture 구조 (vs.

Wide & Deep Learning for Recommender Systems

Introduction A wide linear model and a deep neural network are trained together to both memorize and generalize a recommendation systems.

Neural Collaborative Filtering (WWW 2017)

NeuMF unifies the strengths of MF and MLP in modeling user-item interactions.

Joint User-Entity Representation Learning for Event Recommendation in Social Network

Paper link Abstract 사용자와 이벤트를 동일한 latent space 에 project 하기 위해 a joint representation model (결합 표현 모델) 을 제안 제안한 모델은 parallel CNN 기반이고, event text 의 semantic meaning 을 파악하며...

Graph Neural Networks for Recommender System

the critical challenges of GNN-based recommendation and the potential solutions 에 중점을 두고 설명함 extensive background of recommender systems and graph neural networks 부터 설명을 시작...

A Survey on Deep Learning Based POI Recommendations

A POI recommendation technique essentially exploits users’ historical check-ins and other multimodal information to recommend the next set of POIs suitable for a user.

Graph Learning based Recommender Systems

Graph 기반 추천을 하는 이유 추천 시스템 내 대부분의 데이터는 그래프 구조를 가진다. real world 에서 객체들은 서로 explicit 또는 implicit 하게 연결되어 있다. 그리고 그 객체는 사용자, 아이템, 속성등 이 될 수 있다.

Sampling-Bias-Corrected Neural Modeling for Large Corpus Item Recommendations

Figure: two-tower DNN model for learning query and candidate representations References paper link: research.google/pubs/pub48840/ .

transfer learning

In NLP 자연어처리 분야에서는 언어의 일반적인 이해를 신경망에 학습시키기 위해 다음과 같은 방식을 수행한다. Generalized pretraining 에서 사용했던 입/출력 레이어를 제거한다. 특정 작업에 특화된 입/출력 레이어로 교체한다.

  • 모델 구조
  • References