# PersonalRecommendation **Repository Path**: fkbb/PersonalRecommendation ## Basic Information - **Project Name**: PersonalRecommendation - **Description**: personal recommendation algorithm - **Primary Language**: Python - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2019-04-14 - **Last Updated**: 2021-11-02 ## 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··· ```