All Projects → wziji → Deep_ctr

wziji / Deep_ctr

Projects that are alternatives of or similar to Deep ctr

Mediumposts
Stars: ✭ 102 (+0%)
Mutual labels:  jupyter-notebook
Dataminingnotesandpractice
记录我学习数据挖掘过程的笔记和见到的奇技,持续更新~
Stars: ✭ 103 (+0.98%)
Mutual labels:  jupyter-notebook
Sst
SST: Single-Stream Temporal Action Proposals (Official Repo)
Stars: ✭ 102 (+0%)
Mutual labels:  jupyter-notebook
Irkernel
R kernel for Jupyter
Stars: ✭ 1,379 (+1251.96%)
Mutual labels:  jupyter-notebook
Storytelling With Data
Plots from the book "Storytelling with data" implementation using Python and matplotlib
Stars: ✭ 100 (-1.96%)
Mutual labels:  jupyter-notebook
Models
DLTK Model Zoo
Stars: ✭ 101 (-0.98%)
Mutual labels:  jupyter-notebook
Resources Intel Edge Ai Scholarship 2020
A place to collect resources shared bythe community of Intel® Edge AI Foundation course
Stars: ✭ 102 (+0%)
Mutual labels:  jupyter-notebook
Advanced Machine Learning With Python
Code repository for Advanced Machine Learning with Python, published by Packt
Stars: ✭ 102 (+0%)
Mutual labels:  jupyter-notebook
Hic Data Analysis Bootcamp
Workshop on measuring, analyzing, and visualizing the 3D genome with Hi-C data.
Stars: ✭ 102 (+0%)
Mutual labels:  jupyter-notebook
Tsa
The Thalesians' Time Series Analysis (TSA) library
Stars: ✭ 102 (+0%)
Mutual labels:  jupyter-notebook
Hackermath
Introduction to Statistics and Basics of Mathematics for Data Science - The Hacker's Way
Stars: ✭ 1,380 (+1252.94%)
Mutual labels:  jupyter-notebook
Rnn Robinhood
Automated trading on Robinhood via RNN
Stars: ✭ 102 (+0%)
Mutual labels:  jupyter-notebook
Dlschl
Stars: ✭ 103 (+0.98%)
Mutual labels:  jupyter-notebook
Codesearchnet
Datasets, tools, and benchmarks for representation learning of code.
Stars: ✭ 1,378 (+1250.98%)
Mutual labels:  jupyter-notebook
Loads clustering
Data Science project to cluster loads coming from http://en.openei.org/datasets/files/961/pub/
Stars: ✭ 102 (+0%)
Mutual labels:  jupyter-notebook
Hands On Data Science For Marketing
Hands-On Data Science for Marketing, published by Packt
Stars: ✭ 102 (+0%)
Mutual labels:  jupyter-notebook
Keras Openpose Reproduce
Keras implementation of Realtime Multi-Person Pose Estimation
Stars: ✭ 102 (+0%)
Mutual labels:  jupyter-notebook
End To End Time Series
This repository hosts code for my Time Series videos part of playlist here - https://www.youtube.com/playlist?list=PL3N9eeOlCrP5cK0QRQxeJd6GrQvhAtpBK
Stars: ✭ 103 (+0.98%)
Mutual labels:  jupyter-notebook
Pokelyzer
A webhook listener and database schema for doing geospatial analysis and advanced analytics on Pokemon Go data.
Stars: ✭ 102 (+0%)
Mutual labels:  jupyter-notebook
Scipy2017 Jupyter Widgets Tutorial
Notebooks for the SciPy 2017 tutorial "The Jupyter Interactive Widget Ecosystem"
Stars: ✭ 102 (+0%)
Mutual labels:  jupyter-notebook

点击预估模型

1. Recall

算法 论文 公众号或知乎文章介绍
Word2vec Efficient Estimation of Word Representations in Vector Space
YouTubeNet Deep Neural Networks for YouTube Recommendations 推荐系统召回模型之YouTubeNet
DSSM Sampling-Bias-Corrected Neural Modeling for Large Corpus Item Recommendations 实践DSSM召回模型
MIND Multi-Interest Network with Dynamic Routing for Recommendation at Tmall 推荐系统召回模型之MIND用户多兴趣网络实践

2. Rank

算法 论文 公众号文章介绍
FFM Field-aware Factorization Machines for CTR Prediction FFM算法原理及Bi-FFM算法实现
Wide & Deep Wide & Deep Learning for Recommender Systems
NFM Neural Factorization Machines for Sparse Predictive Analytics NFM模型理论与实践
AFM Attentional Factorization Machines: Learning the Weight of Feature Interactions via Attention Networks 注意力机制在深度推荐算法中的应用之AFM模型
DeepFM DeepFM: A Factorization-Machine based Neural Network for CTR Prediction DeepFM实践
BST Behavior sequence transformer for e-commerce recommendation in Alibaba Transformer 在美团搜索排序中的实践

3. Multi-Task

算法 论文 公众号文章介绍
ESMM Entire Space Multi-Task Model: An Effective Approach for Estimating Post-Click Conversion Rate ESMM多任务学习算法在推荐系统中的应用
MMoE Modeling Task Relationships in Multi-task Learning with Multi-gate Mixture-of-Experts 多任务学习之MMOE模型

4. Recall_ANN

算法 开源地址 公众号文章介绍
Annoy https://github.com/spotify/annoy Annoy最近邻检索技术之 “图片检索”
Faiss https://github.com/facebookresearch/faiss

代码参考

https://github.com/shenweichen/DeepCTR

https://github.com/shenweichen/DeepMatch

待学习及分享

Recall

Poly-encoders: Transformer Architectures and Pre-training Strategies for Fast and Accurate Multi-sentence Scoring

Controllable Multi-Interest Framework for Recommendation, 代码:https://github.com/THUDM/ComiRec

Pre-Rank

COLD: Towards the Next Generation of Pre-Ranking System

Rank

DIN:Deep Interest Network for Click-Through Rate Prediction

DIEN:Deep Interest Evolution Network for Click-Through Rate Prediction, 代码: https://github.com/mouna99/dien

MIMN:Practice on Long Sequential User Behavior Modeling for Click-Through Rate Prediction

Search-based Interest Model:Search-based User Interest Modeling with Lifelong Sequential Behavior Data for Click-Through Rate Prediction

Multi-Task

YouTube,2019: Recommending What Video to Watch Next-A Multitask Ranking System

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].