资源列表
61259697
- 部分PKU上的源码,希望对大家有所帮助,其中包括所有提交代码,里面均有提示()
The case for process mining in auditing
- 流程挖掘的目的是从公司ERP系统维护的事件日志中提取知识。(The case for process mining in auditing)
P1-s2.0-S0957417410001107-main
- Business cycle predictions face various sources of uncertainty and imprecision. The uncertainty is usually linguistically determined by the beliefs of decision makers. Thus, the fuzzy set theory is ideally suited to depict vague and uncertain feature
jibenyiqunjulei
- 该算法,解决了不收敛的问题,聚类效果非常好。改进的蚁群算法是基于遗传算法的改进,在基本遗传算法的基础之上,加入了变异因子,产生变异,从而更快的收敛。-The algorithm solves the problem of convergence, and the clustering effect is very good. The improved ant colony algorithm is based on the improvement of genetic algorithm. O
kaggle-avazu-rank1
- Kaggle比赛中对于亚马逊的广告点击率预估rank1,其中包含相关数据和代码(the Kaggle competition, the ad click rate for Amazon is estimated to be Rank1, which contains relevant data and code)
stft
- 利用时频分析的方法分析一段语音信号的时频特征,并进行降采样等处理,可直接运行-When the time-frequency analysis method to analyze the frequency of use of a voice signal characteristics, and down-sampling and other treatment, can be directly run
qcgk332
- c数值算法的源码,是非常经典的书籍,可以用在很多方面()
associationRuleMining
- 关联规则挖掘,包括原始数据和处理后的数据,以及挖掘程序和挖掘后的报告-Report association rule mining, including raw data and the processed data, as well as mining and mining program after
optimization
- 用最少方差法对资源高峰进行优化,并以柱状图的形式直接显示出来结果-With a minimum variance method to optimize resource peak
爬取豆瓣电影Top250
- 通过python语言,利用爬虫、词云等模块,爬取豆瓣电影评分前250(Climbing the top 250 of Douban Movie)
K_Means
- K-Means是聚类算法中的一种,其中K表示类别数,Means表示均值。顾名思义K-Means是一种通过均值对数据点进行聚类的算法。K-Means算法通过预先设定的K值及每个类别的初始质心对相似的数据点进行划分。并通过划分后的均值迭代优化获得最优的聚类结果。(K-Means is one of the clustering algorithms, in which K represents the number of classes, and Means means the mean. As t
826479
- 最简单的卡尔曼滤波器的设计,可以放心使用,直接在MATLAB中可以运行 带有效果图()