Ctr

CTR模型代码和学习笔记总结
Alternatives To Ctr
Project NameStarsDownloadsRepos Using ThisPackages Using ThisMost Recent CommitTotal ReleasesLatest ReleaseOpen IssuesLicenseLanguage
Tensorflow175,1793277716 hours ago46October 23, 20192,133apache-2.0C++
An Open Source Machine Learning Framework for Everyone
Transformers102,4896491116 hours ago91June 21, 2022739apache-2.0Python
🤗 Transformers: State-of-the-art Machine Learning for Pytorch, TensorFlow, and JAX.
Keras58,47833017 hours ago68May 13, 2022389apache-2.0Python
Deep Learning for humans
Tensorflow Examples42,312
7 months ago218otherJupyter Notebook
TensorFlow Tutorial and Examples for Beginners (support TF v1 & v2)
Real Time Voice Cloning41,693
a month ago129otherPython
Clone a voice in 5 seconds to generate arbitrary speech in real-time
Ray25,8458019916 hours ago76June 09, 20222,891apache-2.0Python
Ray is a unified framework for scaling AI and Python applications. Ray consists of a core distributed runtime and a toolkit of libraries (Ray AIR) for accelerating ML workloads.
Data Science Ipython Notebooks25,025
a month ago33otherPython
Data science Python notebooks: Deep learning (TensorFlow, Theano, Caffe, Keras), scikit-learn, Kaggle, big data (Spark, Hadoop MapReduce, HDFS), matplotlib, pandas, NumPy, SciPy, Python essentials, AWS, and various command lines.
Handson Ml25,003
a month ago136apache-2.0Jupyter Notebook
⛔️ DEPRECATED – See https://github.com/ageron/handson-ml3 instead.
Netron23,043463a day ago489July 04, 202226mitJavaScript
Visualizer for neural network, deep learning, and machine learning models
Spleeter22,526516 days ago36June 10, 2022196mitPython
Deezer source separation library including pretrained models.
Alternatives To Ctr
Select To Compare


Alternative Project Comparisons
Readme

CTR学习笔记

The code is not rigorously tested, if you find a bug, welcome PR ^_^ ~

  • Run: python main.py --model DeepFM --step train --dataset census --clear_model 1
  • Requirement: tensorflow 1.15
  1. 已完成模型列表[支持数据集]
  • FM [census]
  • FFM [census]
  • Embedding+MLP [census]
  • wide & Deep [census]
  • FNN [census]
  • PNN [census]
  • DeepFM [census & frappe]
  • AFM [census & frappe]
  • NFM [census & frappe]
  • Deep Crossing [census]
  • Deep & Cross [census & frappe]
  • xDeepFM [census & frappe]
  • FiBiNET [census & frappe]
  • DIN [amazon]
  1. 数据集 当前支持census, frappe数据集,详情见data目录,training parameter和preprocess与数据集绑定

  2. 参考论文列表

  • [GBDT+LR] Practical Lessons from Predicting Clicks on Ads at Facebook
  • [FM] S. Rendle, Factorization machines
  • [FM Model] Fast Context-aware Recommendations with Factorization Machines
  • [FFM] Yuchin Juan,Yong Zhuang,Wei-Sheng Chin,Field-aware Factorization Machines for CTR Prediction
  • [NCF] Neural Collaborative Filtering
  • [Wide&Deep] Cheng H T, Koc L, Harmsen J, et al. Wide & deep learning for recommender systems
  • [FNN] Weinan Zhang, Tianming Du, and Jun Wang. Deep learning over multi-field categorical data - - A case study on user response
  • [PNN] Qu Y, Cai H, Ren K, et al. Product-based neural networks for user response prediction
  • [DeepFM] Huifeng Guo et all. DeepFM: A Factorization-Machine based Neural Network for CTR Prediction
  • [AFM] Attentional Factorization Machines - Learning the Weight of Feature Interactions via Attention Networks
  • [NFM] Neural Factorization Machines for Sparse Predictive Analytics
  • [DCN] Deep & Cross Network for Ad Click Predictions
  • [Deep Crossing] Deep Crossing - Web-Scale Modeling without Manually Crafted Combinatorial Features
  • [xDeepFM] xDeepFM- Combining Explicit and Implicit Feature Interactions for Recommender Systems
  • [FiBiNET]- Combining Feature Importance and Bilinear feature Interaction for Click-Through Rate Prediction
  • [AutoInt]- Automatic Feature Interaction Learning via Self-Attentive Neural Networks
  • [DIN] Deep Interest Network for Click-Through Rate Prediction.
  • [DIEN] Deep Interest Evolution Network for Click-Through Rate Prediction
  1. 总结博客
Popular Deep Learning Projects
Popular Tensorflow Projects
Popular Machine Learning Categories
Related Searches

Get A Weekly Email With Trending Projects For These Categories
No Spam. Unsubscribe easily at any time.
Python
Deep
Tensorflow
Factorization Machines