搜索资源列表
数值算法类库
- 一个强大的矩阵计算类库,c++编写的。效率奇高,完全可以与fortan语言编写的类库媲美。值得推荐
数据结构的C++描述
- 目 录 译者序 前言 第一部分 预备知识 第1章 C++程序设计 1 1.1 引言 1 1.2 函数与参数 2 1.2.1 传值参数 2 1.2.2 模板函数 3 1.2.3 引用参数 3 1.2.4 常量引用参数 4 1.2.5 返回值 4 1.2.6 递归函数 5 1.3 动态存储分配
1
- 矩阵算法,函数求解,详细,看后不后悔,强烈推荐-Matrix algorithm, function solving, detailed, look no regrets after strongly recommend
svdRec
- 机器学习算法,利用SVD简化数据,SVD矩阵分解,推荐引擎,提高性能-Machine learning algorithm, using SVD simplify data, SVD matrix decomposition, recommendation engine, improved performance
FM algorithm
- 因子分解机( FM)算法是一种基于矩阵分解的机器学习算法,是一种常用的推荐算法。(Factorization algorithm is a matrix-based machine learning algorithm, which is a commonly used recommendation algorithm.)
GudongRecommendation-master
- 基于深度学习和协同过滤算法实现问卷调查内容推荐,通过深度学习中的tensflow构建项目评分矩阵,利用协同过滤算法产生推荐结果。(Based on the depth learning and collaborative filtering algorithm, the content of the questionnaire is recommended. The project score matrix is constructed through the tensflow in depth
recommend-system-master
- 协同过滤算法实现推荐过程,其中产生了协同过滤推荐矩阵,通过矩阵计算推荐数据(generate recommend result through ITEMCF)
协同过滤推荐
- 使用协同过滤算法产生推荐矩阵,进而产生推荐结果