搜索资源列表
-
0下载:
介绍遗传算法的原理,流程。详细展示了交叉,变异,选择等算子。同时,还介绍了谢菲尔德大学遗传工具箱的使用 。本书对初学遗传算法者很有帮助。-Introduce the principle of genetic algorithms, processes. Detail shows crossover, mutation, selection operator. Meanwhile, the University of Sheffield also introduced the use of gen
-
-
0下载:
详细介绍了MATLAB遗传算法工具箱及在工程方面的应用,有了这本书,可以很方便地使用遗传算法解决问题了-Detailed MATLAB genetic algorithm toolbox and its application in engineering, with this book, it is easy to use genetic algorithms to solve the problem of
-
-
0下载:
这是一本关于遗传算法的书,还有相关程序,matlab
它对初学者来说非常有用。-This is a book on genetic algorithms, as well as related procedures, matlab it is very useful for beginners.
-
-
0下载:
本书详细介绍了遗传算法的相关知识,是一本比较不错的好书噢-This book details the knowledge of genetic algorithms is a relatively good books Oh! ! !
-
-
0下载:
精通matlab最优化计算一书中关于遗传算法的多个原程序-The most proficient in matlab optimization of genetic algorithms in his book more than the original program
-
-
0下载:
本书介绍了遗传算法的原理,并对MATLAB中算法包及函数进行了详细说明 -This book introduces the principles of genetic algorithms, and MATLAB functions in the algorithm package and a detailed descr iption of
-
-
0下载:
MATLAB神经网络30个案例分析__读者调用案例的时候,只要把案例中的数据换成自己需要处理的数据,即可实现自己想要的网络。该书共有30个MATLAB神经网络的案例(含可运行程序),包括BP、RBF、SVM、SOM、Hopfield、LVQ、Elman、小波等神经网络;还包含PSO(粒子群)、灰色神经网络、模糊网络、概率神经网络、遗传算法优化等内容。-30 case studies of the MATLAB Neural Network __ readers call the case, as
-
-
0下载:
采用遗传算法训练具有7个隶属函数的FNN控制器权值的一个好用程序,读自MATLAB工具箱的神经网络理论与应用程序源代码一书。-A useful training program using genetic algorithms with seven membership function FNN controller weights, read from MATLAB toolbox neural network theory and application source code book.
-
-
0下载:
这是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
-