资源列表
project1_code
- 这是matlab编写的3个常用机器学习分类器代码。其中包括了: 1)PCA 分类其;2)LDA分类器:3)naive贝叶斯分类器。 3个算法的实现参考了《Introduction to Machine Learning》。 除了这3个分类算法的实现外,代码里面还包含了用于测试的main.m 主程序和一个实验的简要报告。实验在著名数据集acoustic_train_data 上进行。-This source code includes the implementation of three f
project2_code
- 这是matlab编写的Logistic Discrimination 和 KNN分类器代码。这两个算法的实现参考了《Introduction to Machine Learning》。 除此在代码中还包含了调用matlab自带的libsvm的例程。rumLogisticDiscrimination, runKnn, runSvm分别对这3个算法在数据集liver_train_data上的分类准确度进行测试。测试结果在code report.doc 中有简要描述。-This code implem
GA
- 这是一个遗传算法,程序很多,算法很强大,效率很高-This is a genetic algorithm,with a lot of program, and the algorithm is powerful and efficiency
遗传算法
- 遗传算法是计算数学中用于解决最佳化的搜索算法,是进化算法的一种。进化算法最初是借鉴了进化生物学中的一些现象而发展起来的,这些现象包括遗传、突变、自然选择以及杂交等
BP
- 现有一种合金由A,B,C三种元素及杂质组成 测试5次 A百分含量 [7.1 7.0 6.9 6.8 7.2] B百分含量 [3.2 3.4 3.6 3.8 4.0] C百分含量 [2.5 2.9 3.1 2.6 2.2] 硬度[78 65 78 69 72] 用BP神经网络进行拟合BP神经网络进行拟合-The BP neural network to carry on the fitting
ESRC_classifier_v1.1
- 极限学习机\极速学习机\ELM 稀疏表示人脸识别\稀疏表示\L0范数求解 基于ELM与稀疏表示的混合人脸识别算法 AR人脸识别准确率95 . 文章:Luo, Minxia, and Kai Zhang. A hybrid approach combining extreme learning machine and sparse representation for image classification. Engineering Applications of Artific
VF-for-DSN
- MATLAB中利用虚拟力算法实现DSN中的覆盖增强-virtual force algorithm for DSN coverage enhancement
PSO-C-Function.tar
- PSO基于C语言的function 粒子群优化算法-pso c funciton
TEST_FNS
- 人工智能算法的算例,测试函数,学习智能算法好帮手-Examples of artificial intelligence algorithms, test functions, intelligent learning algorithm is a good helper
PSO
- 自己编写的pso算法,大作业用,亲测可用,供大学学习参考-I have written pso algorithm, with large operations, pro-test available for university study reference
ANN-11-Code
- ANN code for image and text processing
ABC
- 拥有C++语言编写的人工蜂群算法。你可以用它进行一些蜂群算法的优化计算。-This is a ABC algorithem. You can use it to do some ABC calculate.