# 推荐算法 **Repository Path**: Little_Six/recommendation-algorithm ## Basic Information - **Project Name**: 推荐算法 - **Description**: 个性化推荐算法学习 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 2 - **Forks**: 2 - **Created**: 2021-06-16 - **Last Updated**: 2023-08-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Personal Recommendation Some commonly used recommendation algorithms are implemented. If used in production, engineering tuning is needed. - [Collaborative Filtering](./CF) - [Latent Factor Model](./LFM) - [Personal Rank](./PersonalRank) - [Item2Vec](Item2Vec) - [Content Based](./ContentBased) - [Logistic Regression](./LR) - [GBDT + LR](./Tree) - [Wide And Deep](./WD) ``` Continuous updating··· ```