Lightctr

LightCTR is a tensorflow 2.0 based, extensible toolbox for building CTR/CVR predicting models.
Alternatives To Lightctr
Project NameStarsDownloadsRepos Using ThisPackages Using ThisMost Recent CommitTotal ReleasesLatest ReleaseOpen IssuesLicenseLanguage
Tensorflow175,216327779 hours ago46October 23, 20192,135apache-2.0C++
An Open Source Machine Learning Framework for Everyone
Transformers102,685649119 hours ago91June 21, 2022735apache-2.0Python
🤗 Transformers: State-of-the-art Machine Learning for Pytorch, TensorFlow, and JAX.
Keras58,497330a day ago68May 13, 2022385apache-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,8718019911 hours ago76June 09, 20222,899apache-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,07146318 hours ago489July 04, 202226mitJavaScript
Visualizer for neural network, deep learning, and machine learning models
Spleeter22,526517 days ago36June 10, 2022196mitPython
Deezer source separation library including pretrained models.
Alternatives To Lightctr
Select To Compare


Alternative Project Comparisons
Readme

LightCTR

LightCTR is a tensorflow 2.0 based, extensible toolbox for building CTR/CVR predicting models. It provides several off-the-shelf popular CTR models for you to use. And it also contains some useful model blocks to help you build your own model quickly.

Have a quick start with the example script ./examples/ctr_predict.py

A small example dataset avazu_1w.txt is provided in ./datasets, It is sampled from a kaggle dataset with 10000 rows.

Models List

Model Paper
Factorization-supported Neural Network (FNN) [ECIR 2016]Deep Learning over Multi-field Categorical Data: A Case Study on User Response Prediction
Product-based Neural Network (PNN) [ICDM 2016]Product-based neural networks for user response prediction
Wide & Deep [DLRS 2016]Wide & Deep Learning for Recommender Systems
DeepFM [IJCAI 2017]DeepFM: A Factorization-Machine based Neural Network for CTR Prediction
Deep & Cross Network (DCN) [ADKDD 2017]Deep & Cross Network for Ad Click Predictions
xDeepFM [KDD 2018]xDeepFM: Combining Explicit and Implicit Feature Interactions for Recommender Systems
Neural Factorization Machine (NFM) [SIGIR 2017]Neural Factorization Machines for Sparse Predictive Analytics
Attentional Factorization Machine (AFM) [IJCAI 2017]Attentional Factorization Machines: Learning the Weight of Feature Interactions via Attention Networks
AutoInt [arxiv 2018]AutoInt: Automatic Feature Interaction Learning via Self-Attentive Neural Networks
Convolutional Click Prediction Model (CCPM) [CIKM 2015]A Convolutional Click Prediction Model
Feature Generation by Convolutional Neural Network (FGCNN) [WWW 2019]Feature Generation by Convolutional Neural Network for Click-Through Rate Prediction
Mixed Logistic Regression (MLR) [arxiv 2017]Learning Piece-wise Linear Models from Large Scale Data for Ad Click Prediction
FiBiNET [RecSys 2019]FiBiNET: Combining Feature Importance and Bilinear feature Interaction for Click-Through Rate Prediction
NFFM [arxiv 2019]Operation-aware Neural Networks for User Response Prediction
Popular Tensorflow Projects
Popular Deep Learning 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 Learning
Network
Tensorflow
Neural
Factorization Machines