资源列表
OnlineSVR
- 在线的SVR实现,Matlab版本实现。(Online SVR, matlab version.)
online-svr
- 实现在线的SVR算法,python版本。(online svr, python version.)
apriori
- 收集数据:使用任何方法 准备数据:任意数据类型都可以,因为我们只保存集合 分析数据:使用任何方法 训练算法:使用Apriori算法来找到频繁项集 测试算法:不需要测试过程 使用算法:用于发现频繁项集以及物品之间的关联规则 使用Apriori算法,首先计算出单个元素的支持度,然后选出单个元素置信度大于我们要求的数值,比如0.5或是0.7等。然后增加单个元素组合的个数,只要组合项的支持度大于我们要求的数值就把它加到我们的频繁项集中,依次递归。 然后根据计算的支持度选出来的频繁项集来
Desktop
- 可以直接运行并出仿真结果的图,误码增益关系,非常适合初学者或者课程设计的研究(The relationship between the error and gain of the graph that runs directly and produces simulation results is very suitable for beginners or curriculum design.)
heap
- 数据结构中堆排序利用了大根堆(或小根堆)堆顶记录的关键字最大(或最小)这一特征,使得在当前无序区中选取最大(或最小)关键字的记录变得简单。(Heap sorting in data structures, building the largest (smallest) heap)
MATLAB函数速查手册
- MATLAB函数速查手册包含各种MATLAB函数,方便用户查找,便于用户使用(MATLAB Function It is convenient for users to look up and make it easier for users to use)
Kalman Filter
- 实现单精度浮点的kalman滤波器的verilog方法(Verilog method for realizing single precision floating point Kalman filter)
new_title_mining
- 利用python对新闻标题进行挖掘,并制作图云。(using Python to excavate news headlines, And make the wordcloud)
LS
- 传统的点云配准方法,与最小二乘坐标转换相似,基于特征点的刚性变换配准方法(point cloud registration)
34401259eof
- EOF主成分分析,用于数据处理,科研工作常用(EOF principal component analysis is used for data processing and scientific research.)
最小二乘法拟合程序
- 最小二乘拟合的matlab程序,用于数据处理。简单,易懂(The least squares fitting matlab program for data processing.Simple, easy to understand)
matlab解决svr代码
- MATLAB支持向量机代码,用于预测优化等等(MATLAB support vector machine code, for prediction optimization, etc.)