资源列表
Logistic Regression
- 机器学习中的一种对数据进行分类的模型,非常好用,可以运行,推荐下载。(A machine learning model for data classification, very easy to use, you can run, it is recommended to download.)
SVM神经网络的数据分类预测-葡萄酒种类识别
- SVM神经网络的数据分类预测-葡萄酒种类识别(SVM neural network data classification prediction - wine type identification)
yb746
- The signal spectral analysis and filtering, Complete HMM-based speech recognition system, SNR largest independent component analysis algorithm.
chapter03
- Introduction Working in artificial lighted, lifted ceiling, ice air conditioned IT office departments
遗传算法程序
- 遗传算法程序,% 下面举例说明遗传算法 % % 求下列函数的最大值 % % f(x)=10*sin(5x)+7*cos(4x) x∈[0,10] % % 将 x 的值用一个10位的二值形式表示为二值问题,一个10位的二值数提供的分辨率是每为 (10-0)/(2^10-1)≈0.01 。 % % 将变量域 [0,10] 离散化为二值域 [0,1023], x=0+10*b/1023, 其中 b 是 [0,1023] 中的一个二值数。 %(Inheritance Algorithm)
FCN.tensorflow-tf.0.11_compatible
- tensorflow 0.11compatible-fcn
simon sample answers
- 解决旅行商问题,模拟退火算法,用PYTHON语言编写,工具是IDLE 3.6.1,应该可以正常运行(annwal SimAnneal aaaaaaaaaaaaaaaa)
人脸识别
- 用VB写的人脸识别算法,供大家参考,谢谢。(VB written face recognition algorithm for your reference, thank you.)
原始的粒子群算法
- 文章为最原始的粒子群多目标算法,已经调通,供大家学习和研究。(The article is the original particle swarm multi-objective algorithm, it has been transferred for everyone to learn an d study.)
kpca
- 在matlab上面通过kpca,实现大数据降维算法(Dimensionality reduction algorithm for large data)
GA
- 简单的遗传算法实现,选择,交叉,变异,适应度函数,种群的初始化等(Simple genetic algorithm implementation, selection, crossover, mutation, fitness function, the initialization of population and so on)
omp
- 用MATLAB实现 OMP算法,可以利用此算法去解决通信及其它领域中的一些问题。(achieve OMP algorithm by matlab)