# mllib **Repository Path**: giteeofleo/mllib ## Basic Information - **Project Name**: mllib - **Description**: 推荐算法 - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-11-25 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # mllib 推荐算法 ## 为什么需要这个 最近开始着手安排了毕业设计的东西,导师要求了解推荐算法。因此,我选择了spark mllib框架来做机器学习。 ## 目前为止做了什么 写(chao)了(面向百度编程)三种相似度矩阵算法,并使用算法先行一步,模拟了物品推荐。 ## 用什么写的 主框架是springboot,算法部分使用了scala(毕竟这个最方便)