Atomu2014 / product-nets
Tensorflow implementation of Product-based Neural Networks. An extended version is at https://github.com/Atomu2014/product-nets-distributed.
☆376Updated 5 years ago
Alternatives and similar repositories for product-nets:
Users that are interested in product-nets are comparing it to the libraries listed below
- An attempt of training DNN models to predict ad click-through rate, implemented with Theano.☆407Updated 7 years ago
- Some deep learning based recsys for open learning.☆397Updated 6 years ago
- TensorFlow Implementation of Attentional Factorization Machine☆406Updated 6 years ago
- TenforFlow Implementation of Neural Factorization Machine☆469Updated 5 years ago
- distributed version of product-nets☆82Updated 5 years ago
- Factorization Machines implementation with Tensorflow☆143Updated 6 years ago
- ☆743Updated 5 years ago
- An Attention-Based User Behavior Modeling Framework for Recommendation☆362Updated 4 years ago
- TensorFlow Script☆683Updated 11 months ago
- Hashed Factorization Machine with Follow The Regularized Leader for Kaggle Avazu Click-Through Rate Competition☆260Updated 8 years ago
- ☆447Updated 7 months ago
- Deep Match to Rank Model for Personalized Click-Through Rate Prediction☆235Updated 5 years ago
- Classical RecSys algorithms implemented by using TensorFlow Estimators☆183Updated 6 years ago
- Wide and Deep Learning for CTR Prediction in tensorflow☆290Updated 3 years ago
- ☆287Updated 5 years ago
- code of paper `Deep Neural Networks for Youtube Recommendation`☆410Updated 7 years ago
- TensorFlow implemenation of GRu4Rec model☆217Updated 5 years ago
- Keras implementation of Tensorflow's Wide and Deep Algorithm☆160Updated 5 years ago
- Multi-thread implementation of lambdaFM with FTRL for ranking problem. LambdaFM is a learning-to-rank algorithm by combining LambdaRank a…☆111Updated 3 years ago
- The framework to deal with ctr problem。The project contains FNN,PNN,DEEPFM, NFM etc☆756Updated 7 years ago
- Multi-thread implementation of Piece-wise Linear Model(PLM) or Mixture of LR(MLR) with FTRL for binary-class classification problem.