Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,18 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# GraphRecSys
|
| 2 |
|
| 3 |
Production-style recommendation system that combines graph retrieval, causal debiasing, multi-objective ranking, calibrated probabilities, vector search, and low-latency serving.
|
|
@@ -369,5 +384,4 @@ This repository is structured to show senior-level recommender systems judgment:
|
|
| 369 |
|
| 370 |
## Resume Summary
|
| 371 |
|
| 372 |
-
Built an end-to-end production-style recommendation system using PyTorch, PyTorch Geometric, FAISS, Redis, FastAPI, and MLflow. Implemented LightGCN retrieval with IPS debiasing, MMoE multi-task ranking, Platt calibration, MMR diversity reranking, vector-search serving, offline A/B simulation, and Pareto frontier analysis for engagement/value trade-off optimization.
|
| 373 |
-
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: mit
|
| 3 |
+
datasets:
|
| 4 |
+
- hiiamkik/kuairec-embeddings
|
| 5 |
+
language:
|
| 6 |
+
- en
|
| 7 |
+
pipeline_tag: tabular-classification
|
| 8 |
+
tags:
|
| 9 |
+
- recommender-system
|
| 10 |
+
- pytorch
|
| 11 |
+
- lightgcn
|
| 12 |
+
- mmoe
|
| 13 |
+
- faiss
|
| 14 |
+
- causal-inference
|
| 15 |
+
---
|
| 16 |
# GraphRecSys
|
| 17 |
|
| 18 |
Production-style recommendation system that combines graph retrieval, causal debiasing, multi-objective ranking, calibrated probabilities, vector search, and low-latency serving.
|
|
|
|
| 384 |
|
| 385 |
## Resume Summary
|
| 386 |
|
| 387 |
+
Built an end-to-end production-style recommendation system using PyTorch, PyTorch Geometric, FAISS, Redis, FastAPI, and MLflow. Implemented LightGCN retrieval with IPS debiasing, MMoE multi-task ranking, Platt calibration, MMR diversity reranking, vector-search serving, offline A/B simulation, and Pareto frontier analysis for engagement/value trade-off optimization.
|
|
|