You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This repository provides a comprehensive implementation of a deep neural network-based recommendation system similar to YouTube's. The repo is organized to include the core Python implementation of the model and a Spark-based Scala solution for data generation and model serving.
I have surveyed the technology and papers of CTR & Recommender System, and implemented 25 common-used models with Pytorch for reusage. (对工业界学术界的CTR推荐调研并实现25个算法模型,2023)
The source code for our paper "Scenario-Adaptive Feature Interaction for Click-Through Rate Prediction" (accepted by KDD2023 Applied Science Track), which proposes a model for Multi-Scenario/Multi-Domain Recommendation.
This project analyzes click-through rates (CTR) for advertising campaigns using a dataset of ad impressions and clicks. The goal is to derive insights and improve advertising strategies based on the analysis.
a course project calculated as the number of clicks an ad receives divided by the number of times the ad is shown (impressions), expressed as a percentage.