搜索资源列表
ibe具有认证功能算法
- 1 Boneh-Franlin的IBE算法主要由四个子算法组成:Setup,Extract,Encrypt和Decrypt,分别完成系统参数建立、密钥提取、加密和解密的功能。假定消息的明文空间为 ,密文空间 。 (1)、建立: 给定一个安全参数 k蝂+ Step 1: 执行G生成一个素数q, 两个q阶群G1, G2 , 和一个可用的双线性映射 ê: G1碐1瓽2。 此外选取G1 任一生成元 P蜧1,再选取两个HASH函数 H3:{ 0, 1}n×{0, 1}n。 -?, H4:。 :{ 0,
避免死锁-银行家算法
- 确定可利用资源向量的数据结构、最大需求矩阵,分配矩阵,需求矩阵,然后完成银行家算法、安全性算法等程序代码;最后编写模拟过程的主函数
最大似然估计分类算法的matlab实现
- 最大似然估计分类算法的matlab实现,可以对需要分类的数据进行最大似然分类。,Classify using the maximum-likelyhood algorithm.Outputs is the Decision sufrace.
SVM
- 使用支持向量机算法对二分类问题进行预测,实现大数据分析的目标。(Support vector machine algorithm is used to predict the two classification problem, and achieve the goal of large data analysis.)
Shinling&Minhash
- Shinling&Minhash算法,适用于大数据技术领域(Shinling&Minhash algorithm)
kpca
- 在matlab上面通过kpca,实现大数据降维算法(Dimensionality reduction algorithm for large data)
3个算法
- 同一个算法的Hadoop和spark实现,一共三个算法。(Hadoop and spark implementation of the same algorithm, a total of three algorithms)
源代码
- 大数据应用中基于支配点的mlcss算法设计与实现,程序中设计了三条字符串,查找他们之间的最长公共子序列。相对于传统的动态规划法,基于支配点思想具有更加高效的效率。(The design and implementation of mlcss algorithm based on dominant point in large data application, three strings are designed in the program to find the longest common
大数据下的机器学习算法综述
- 研究大数据环境下的机器学习算法成为学术界和产业界共同关注的话题. 文中主要分析和总结当前用于处理大数据的机器学习算法的研究现状.(Developing machine learning algorithms for big data is a research focus. In this paper, the state of the art machine learning techniques for big data are introduced and analyzed.)
python算法库
- 人工智能算法的研究,大数据的处理,常见的数据结构的写法(The study of artificial intelligence algorithm, processing of big data, common data structure)
数据挖掘中十大经典算法
- 机器学习十大算法、大数据、数据挖掘、机器学习(classic machine learning algorithm)
64003189
- 温度控制 大林算法 大林算法与Smith预估法在温度控制中的优效研究()
大数据_协同过滤_梯度下降
- 给定10000个用户和他们对10000个电影的评价,然后通过协同过滤或梯度下降算法,用训练集训练数据,预测出用户对未看的电影的评分,并与测试集对比验证预测结果的准确性(You can learn Chinese,and read the Chinese introduction.)
273778
- 求最大和算法,其中包括对算法的分析和主要步骤的讲解,()
668565
- C数据算法演示程序,是初学者的很好学习工具()
数据挖掘算法知识包
- 一些有关数据挖掘的十种经典算法,还有大数据方面的资料库,有需要可以下载学一下。(Some of the ten classic algorithms for data mining, as well as big data databases, need to be downloaded to learn)
apriori
- apriori算法,matlab,大数据挖掘(The libsvm used for handwritten digit recognition, data uci . You can go to uci datasets sites directly download semeion.data. The data can be called directly after putting into the folder.)
大数据算法
- 这个是用PYTHON处理大数据时必备的重要算法,很重要!(This is a PYTHON processing of big data when the necessary important algorithm, very important!)
数据挖掘十大经典算法
- 数据挖掘经典算法c4.5,id3,决策树等等。(Classical data mining algorithms c4.5, id3, decision tree and so on.)
大数据各类算法集合
- 大数据的各类算法,包括聚类/分类等等,非常齐全有用