-
gradient method
这是凸优化中梯度法的代码
- 2023-05-17 04:10:03下载
- 积分:1
-
回溯线搜索
此程序通过凸优化中的armigo规则的回溯线搜索方法来寻找函数的最佳值。对于输入,此程序是全局aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
- 2022-01-26 03:26:17下载
- 积分:1
-
遗传算法
遗传算法-偏最小二乘法,用于分析定量GA-PLS-GA- partial least squares method for quantitative analysis of GA- PLS
- 2022-09-16 06:50:04下载
- 积分:1
-
一个用贪心算法做的
一个用贪心算法做的-with a greedy algorithm to do
- 2023-01-01 16:25:03下载
- 积分:1
-
stable matching
简单的稳定匹配算法实现,无bug
Implement Gale-Shapley algorithm of the Stable Matching Problem in your
favorite language, and give the matching result of attached ranking data
(boys rankings.txt and girls rankings.txt), supposing that the ranking is sorted
from high to low. (C++ source file gs make ranking.cc which generates the
data is also supplied here.)
- 2023-02-04 07:15:03下载
- 积分:1
-
Deep 学习算法
Deep Learning 的相关算法,包括常用的几种,例如自动编码(AutoEncoder),稀疏编码(Sparse AutoEncoder),限制玻尔滋墁机(RBM)等相关算法。其中包括各个版本,有C,C++,Java,Python,和Scala语言的实现。大家可以下载参考。源码注释不是很全,但是如果了解算法本身,都能看懂。
- 2022-01-21 20:52:39下载
- 积分:1
-
不错的数据挖掘教程。用超星阅读起观看。
不错的数据挖掘教程。用超星阅读起观看。-good Data Mining Directory. Starting with reading Superstar watch.
- 2022-05-25 01:20:50下载
- 积分:1
-
CZT和FFT的C语言实现代码,能有效滤除谐波,噪声。获得信号的频率,是一种良好的频率测量算法。...
CZT和FFT的C语言实现代码,能有效滤除谐波,噪声。获得信号的频率,是一种良好的频率测量算法。-CZT and FFT of the C language code, can effectively filter out harmonics and noise. Access to the signal frequency, is a good algorithm for frequency measurement.
- 2022-08-24 20:40:43下载
- 积分:1
-
适合解线性规划问题,配合VB的界面,非专业人士也可根据说明运用。...
适合解线性规划问题,配合VB的界面,非专业人士也可根据说明运用。-solutions for linear programming problem with VB interface, non-professionals can use, according to the notes.
- 2023-04-04 22:05:03下载
- 积分:1
-
Blei 03年lda实现
代码是blei03年经典paper主题模型的实现——LDA。代码在linux下运行,且LDA是目前主题模型的主流算法之一,是pLSI的进化版本,主要涉及贝叶斯公式、狄利克雷分布等概率知识,能从大量文本中自动提取出隐含在背后的语义主题。
- 2022-01-26 18:47:42下载
- 积分:1