All Projects → chengstone → Kaggle_criteo_ctr_challenge

chengstone / Kaggle_criteo_ctr_challenge

Licence: mit
This is a kaggle challenge project called Display Advertising Challenge by CriteoLabs at 2014.这是2014年由CriteoLabs在kaggle上发起的广告点击率预估挑战项目。

Projects that are alternatives of or similar to Kaggle criteo ctr challenge

Transformer Explainability
[CVPR 2021] Official PyTorch implementation for Transformer Interpretability Beyond Attention Visualization, a novel method to visualize classifications by Transformer based networks.
Stars: ✭ 309 (-9.12%)
Mutual labels:  jupyter-notebook
Machine learning basics
Plain python implementations of basic machine learning algorithms
Stars: ✭ 3,557 (+946.18%)
Mutual labels:  jupyter-notebook
Ner Bert
BERT-NER (nert-bert) with google bert https://github.com/google-research.
Stars: ✭ 339 (-0.29%)
Mutual labels:  jupyter-notebook
Neural Ode
Jupyter notebook with Pytorch implementation of Neural Ordinary Differential Equations
Stars: ✭ 335 (-1.47%)
Mutual labels:  jupyter-notebook
Deepdraw
Notebook example of how to generate class visualizations with Caffe
Stars: ✭ 333 (-2.06%)
Mutual labels:  jupyter-notebook
Credit Card Fraud Detection Using Autoencoders In Keras
iPython notebook and pre-trained model that shows how to build deep Autoencoder in Keras for Anomaly Detection in credit card transactions data
Stars: ✭ 337 (-0.88%)
Mutual labels:  jupyter-notebook
Supervisely
AI for everyone! 🎉 Neural networks, tools and a library we use in Supervisely
Stars: ✭ 332 (-2.35%)
Mutual labels:  jupyter-notebook
Dl pytorch
Code for the Deep Learning with PyTorch lesson
Stars: ✭ 339 (-0.29%)
Mutual labels:  jupyter-notebook
Long Tailed Recognition.pytorch
[NeurIPS 2020] This project provides a strong single-stage baseline for Long-Tailed Classification, Detection, and Instance Segmentation (LVIS). It is also a PyTorch implementation of the NeurIPS 2020 paper 'Long-Tailed Classification by Keeping the Good and Removing the Bad Momentum Causal Effect'.
Stars: ✭ 334 (-1.76%)
Mutual labels:  jupyter-notebook
Blogscripts
Repository for code used in my blog posts
Stars: ✭ 338 (-0.59%)
Mutual labels:  jupyter-notebook
Keras Multi Label Image Classification
Keras- Multi Label Image Classification
Stars: ✭ 335 (-1.47%)
Mutual labels:  jupyter-notebook
Dota devkit
Stars: ✭ 332 (-2.35%)
Mutual labels:  jupyter-notebook
Vscodejupyter
Jupyter for Visual Studio Code
Stars: ✭ 337 (-0.88%)
Mutual labels:  jupyter-notebook
Kaggle public
阿水的数据竞赛开源分支
Stars: ✭ 335 (-1.47%)
Mutual labels:  jupyter-notebook
Numpile
A tiny 1000 line LLVM-based numeric specializer for scientific Python code.
Stars: ✭ 341 (+0.29%)
Mutual labels:  jupyter-notebook
Tensorly Notebooks
Tensor methods in Python with TensorLy
Stars: ✭ 332 (-2.35%)
Mutual labels:  jupyter-notebook
Unet
unet for image segmentation
Stars: ✭ 3,751 (+1003.24%)
Mutual labels:  jupyter-notebook
Roaddamagedetector
Stars: ✭ 337 (-0.88%)
Mutual labels:  jupyter-notebook
License plate detection pytorch
A two stage lightweight and high performance license plate recognition in MTCNN and LPRNet
Stars: ✭ 337 (-0.88%)
Mutual labels:  jupyter-notebook
Mml Book
Code / solutions for Mathematics for Machine Learning (MML Book)
Stars: ✭ 333 (-2.06%)
Mutual labels:  jupyter-notebook

kaggle_criteo_ctr_challenge-

This is a kaggle challenge project called Display Advertising Challenge by CriteoLabs at 2014. 这是2014年由CriteoLabs在kaggle上发起的广告点击率预估挑战项目。 使用TensorFlow1.0和Python 3.5开发。

Author chengstone

e-Mail [email protected]

代码详解请参见jupyter notebook和↓↓↓

知乎专栏:https://zhuanlan.zhihu.com/p/32500652

博客:http://blog.csdn.net/chengcheng1394/article/details/78940565

欢迎转发扩散 ^_^

本文使用GBDT、FM、FFM和神经网络构建了点击率预估模型。

网络模型

image

LogLoss曲线

image

验证集上的训练信息

  • 平均准确率
  • 平均损失
  • 平均Auc
  • 预测的平均点击率
  • 精确率、召回率、F1 Score等信息

image

更多内容请参考代码,Enjoy!

许可

Licensed under the MIT License with the 996ICU License.

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].