-
电影推荐系统源码
应用背景这是这篇博文的工程代码,是MyEclipse的工程文件。下载后解压缩,可以直接导入MyEclipse中运行。
由于原工程开发的时候是在MyEclipse中引用mahout的jar包,所以这个压缩文件并没有相关的jar文件,
故运行此项目之前需要做的事请,是需要导入mahout的开发包。关键技术Apache Mahout 是 Apache Software Foundation(ASF)
旗下的一个开源项目,提供一些可扩展的机器学习领域经典算法的实现,旨在帮助开发人员更加方便快捷地创建智能应用程序。经典算法包括聚类、分类、协同过
滤、进化编程等等,并且,在 Mahout 中还加入了对Apache Hadoop的支持,使这些算法可以更高效的运行在云计算环境中
- 2022-03-11 12:02:06下载
- 积分:1
-
Kruskal 算法
懂得此源代码演示Kruskal 生成树算法
- 2023-08-13 07:00:03下载
- 积分:1
-
稀疏矩阵,非线性数据动态分类算法例子
稀疏矩阵,非线性数据动态分类算法例子-Sparse Matrix, nonlinear dynamic data classification algorithm example
- 2022-02-01 22:54:15下载
- 积分:1
-
MSLSⅠ多步递推最小二乘法
Msls分三步对系统和噪声模型进行辨识,采用脉冲序列作为辅助系统模型,用计算输出数据;用原输出数据计算,用递推最小二乘方法分别...
MSLSⅠ多步递推最小二乘法
Msls分三步对系统和噪声模型进行辨识,采用脉冲序列作为辅助系统模型,用计算输出数据;用原输出数据计算,用递推最小二乘方法分别对系统参数和模型参数进行估计。
-MSLS Ⅰ recursive least squares multi-step Msls three steps on the system and noise model identification, the use of pulse sequence as a supplementary system model, the calculation of the output data with the original output data, the use of recursive least squares method on system parameters, respectively, and model parameters estimated.
- 2022-03-25 05:06:46下载
- 积分:1
-
Pouring steel timing planning algorithm, a detailed procedure for the Notes, in...
炼钢浇注的时序规划算法,有详细的程序注释,希望对大家有用-Pouring steel timing planning algorithm, a detailed procedure for the Notes, in the hope that useful to everybody
- 2022-10-13 06:15:03下载
- 积分:1
-
TSP solve by ACO
// TSP solve by ACO 2013/06/13
#include "stdafx.h"
#include
#include
#include
#include
#define NumCities 42 //共幾座城市
#define NumAnts 20 //螞蟻組數POP,最多就NumCities隻
#define parameter_evaporate 0.5 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-02-09 23:17:05下载
- 积分:1
-
一个解一元多次方程的单元, 支持三次、四次方程。 不返回方程的虚根。...
一个解一元多次方程的单元, 支持三次、四次方程。 不返回方程的虚根。-one yuan a solution to the equation multiple modules to support three or four equations. Not to return to the virtual root equation.
- 2022-05-20 07:54:43下载
- 积分:1
-
1024位的大整数进行相乘(N方)取模,是RSA密钥算法的一部分。其中,我对十进制,二进制的高效转换部分非常满意...
1024位的大整数进行相乘(N方)取模,是RSA密钥算法的一部分。其中,我对十进制,二进制的高效转换部分非常满意-1024 for the large integer multiplication (N) The tray is RSA key part of the algorithm. Which, I decimal, binary conversion efficiency is very satisfactory
- 2023-05-07 23:00:03下载
- 积分:1
-
关于GR用C语言编写的代码
关于GR用C语言编写的代码-on GR C language code
- 2022-03-05 00:56:37下载
- 积分:1
-
c++链表模板类,实现所有链表的功能!
c++链表模板类,实现所有链表的功能!包括增删改查,反转、递归反转等功能。对数据结构初学者有极高的参考价值。且代码规范,命名规范,有很多注释帮助理解。
- 2022-08-16 10:11:43下载
- 积分:1