-
C++实现基于用户的协同过滤
算法过程:1).读入数据,将数据用user_brands存起来,同时建立userid_id,再建立id_brands 2).遍历id_brands得到物品-用户倒排表brand_ids,根据倒排表得到用户的相似矩阵sim_mat 3).为每个用户推荐产品: 3.1).求用户u买过的brand和所有brand的差集得到用户u没有买过的物品集合brand_unused; 3.2).用户u对每一个没用过的物品i的兴趣p(u,i): 3.2.1).找到与用户u最近的k个用户 对于每一个没用过的物品i: 3.2.2).找出这k个用户中对物品i有过行为的用户v[]√ 3.2.3).将用户u和v[j]的兴趣相似度累加 3.3).取前m个最感兴趣的brand推荐给用户; 代码:UCF.cc(用户协同过滤核心代码):#include #include #include #include #include #include #include #include #include #include
- 2023-03-01 07:45:04下载
- 积分:1
-
用c++实现的矩阵运算类,包括了各种矩阵的运算
用c++实现的矩阵运算类,包括了各种矩阵的运算-With c++ Realization matrix calculation categories, including a variety of matrix operations
- 2022-03-25 07:07:16下载
- 积分:1
-
SystemC语言编写的随机数产生器,SystemC是C++语言的一个超集
SystemC语言编写的随机数产生器,SystemC是C++语言的一个超集-SystemC language random number generator, SystemC is C++ A superset of the language
- 2022-01-30 16:41:42下载
- 积分:1
-
数值分析算法:非线性方程的求解,插值,表面…
数值分析算法:求解非线性方程组,插值,曲面拟合,得近似表达式-Numerical analysis algorithms: solving nonlinear equations, interpolation, surface fitting, very similar to the expression
- 2022-03-21 01:09:20下载
- 积分:1
-
IPMonitor监视IP
监视IP流量与IP数据包统计数据,列出IP流量的详细信息比如原IP地址与目的IP地址、协议类型、传入或传出IP数据包统计数据
- 2022-07-03 10:00:27下载
- 积分:1
-
numerical method LU decomposition
数值计算方法 LU分解法-numerical method LU decomposition
- 2022-08-03 23:49:55下载
- 积分:1
-
IF97水和水蒸气性质计算C源码
水和水蒸汽作为一种重要工质,在电站热能动力工程上有着广泛的应用。德、俄、英、加等7国12位科学家组成的联合研究小组提出了一个全新水和水蒸汽计算公式,在1997年德国Erlanger召开的水和水蒸汽性质国际联合会(IAP WS)上通过并发表,称为IAPWS-IF97公式。根据IF97的文档,自己编写的C代码
- 2022-01-31 11:22:35下载
- 积分:1
-
卡尔曼滤波及实现代码
卡尔曼滤波是一种滤除噪声,还原有效信号的一种高效的算法,在飞控系统中得以广泛的应用,特别是在检测传感器的信号滤波当中,使用卡尔曼滤波算法是很有必要的。
- 2022-05-15 19:03:01下载
- 积分:1
-
plane eight
平面8节点单元类,可以输出单元的刚度、质量、阻尼矩阵,并可通过形函数插值得到内部各点得位移、应力等。对各位以前编写的程序的一个补充和完善吧。-plane eight-unit category, the output unit stiffness, mass, damping matrix, through the shape function can be interpolation points in the internal displacement and stress. Right before you and the procedure for the preparation of a supplement and perfect it.
- 2023-02-03 03:45:04下载
- 积分:1
-
一个使用遗传算法实现桥梁的最优化维护的代码
一个使用遗传算法实现桥梁的最优化维护的代码-A use of genetic algorithm to optimize the maintenance of the bridge code
- 2023-02-26 04:25:03下载
- 积分:1