CastellanZhang / lambdaFM
Multi-thread implementation of lambdaFM with FTRL for ranking problem. LambdaFM is a learning-to-rank algorithm by combining LambdaRank and Factorization Machines.
☆111Updated 3 years ago
Related projects ⓘ
Alternatives and complementary repositories for lambdaFM
- Multi-thread implementation of Piece-wise Linear Model(PLM) or Mixture of LR(MLR) with FTRL for binary-class classification problem.☆127Updated 3 years ago
- ☆91Updated 6 years ago
- Multi-thread implementation of Factorization Machines with FTRL for multi-class classification problem which uses softmax as hypothesis.☆70Updated 3 years ago
- Classical RecSys algorithms implemented by using TensorFlow Estimators☆184Updated 6 years ago
- 算法相关的各种论文和slides☆42Updated 5 years ago
- Deep Matching, Correlation and Prediction (DeepMCP) Model☆125Updated 4 years ago
- ☆43Updated 4 years ago
- libffm with ftrl updater☆93Updated 7 years ago
- FFM implement with tensorflow by Python☆61Updated 7 years ago
- recommendation system with Youtube Deep Net☆82Updated 6 years ago
- Implement Wide & Deep algorithm by using NumPy☆150Updated 5 years ago
- Factorization Machines implementation with Tensorflow☆143Updated 5 years ago
- ☆27Updated 7 years ago
- Pedagogical example realization of wide & deep networks, using TensorFlow and TFLearn.☆146Updated 8 years ago
- LR and FM (with sgd or ftrl) model☆25Updated 8 years ago
- Tensorflow implementations of various Learning to Rank (LTR) algorithms.☆228Updated 6 years ago
- Distributed FM and LR based on Rabit with Lbfgs☆27Updated 8 years ago
- Our implementation of the paper "Embedding-based News Recommendation for Millions of Users"☆141Updated 5 years ago
- Implementation of DeepFM using tensorflow.☆48Updated 6 years ago
- Hybrid model of Gradient Boosting Trees and Logistic Regression (GBDT+LR) on Spark☆88Updated 5 years ago
- ☆184Updated 7 years ago
- it's the realization of Tree-based Deep Model with tensorflow☆32Updated 4 years ago
- Wide and Deep Learning(Wide&ResDNN) for Kaggle Criteo Dataset in tensorflow