资源列表
NN
- Neural Network program for pattern classification
Main_SVC_C
- svm_c 分类源码 用于svm的分类编程同svm_nu 相近-svm classification svm_c source for the classification of programming with similar svm_nu
Main_SVC_Nu
- svm_nu 分类源码 用于svm的分类编程同svm_c 相近-svm classification svm_nu source for the classification of programming with similar svm_c
Main_SVM_One_Class
- svm Main_SVM_One_Class 用于svm分类的 在matlab中运用 -svm classification svm Main_SVM_One_Class for use in matlab
Main_SVR_Epsilon
- svm Main_SVR_Epsilon 用于svm回归的 在matlab中运用 -svm regression svm Main_SVR_Epsilon for use in matlab
SGA
- 学习遗传算法的标准入门程序,这是我当初入门的时候用的。-Perfect code to learn genetic algorithm
SGA3
- 本代码是一个自适应优化遗传算法的例子,读者可以结合王小平写的书来学习,已经实现了,测试过,可以通过编译计算结果-This code is an adaptive genetic algorithm optimization example, readers can be combined Wang Xiaoping wrote the book to learn, has become a reality, testing, and results can be compiled
8nn-src
- neural networks applications
fuzzy
- Fuzzy logic controller that uses mamdani logic.
AI
- ai 代码的C++实现,在VC6.0下运行通过-ai code of C++ to achieve,vc++ Running through
astar
- 用A*算法解决八数码问题的小程序,特别好的程序代码-With A* algorithm to solve the problem of a small digital 8 procedures, in particular, a good code
k_means
- k-means(欧氏距离)聚类算法是最基本的聚类算法,是理解和应用聚类算法的基础,通过k-means(欧氏距离)聚类算法我们才可以初步了解数据挖掘的原理。-k-means (Euclidean distance) clustering algorithm is the most basic clustering algorithm, is understanding and the basis for the application of clustering algorithm, throu