登录
首页 » AI-NN-PR » 2. "Genetic Algorithm

2. "Genetic Algorithm

于 2022-02-21 发布 文件大小:11.40 MB
0 151
下载积分: 2 下载次数: 1

代码说明:

2。《遗传算法――理论、应用与软件实现》,王小平、曹立明编着 西安交通大学出版社 2002年第一版 本书全面系统地介绍了遗传算法的基本理论,重点介绍了遗传算法的经典应用和国内外的新发展。全书共分11章。第1章概述了遗传算法的产生与发展、基本思想、基本操作以及应用情况;第2章介绍了基本遗传算法;第3章论述了遗传算法的数学基础;第4章分析了遗传算法的多种改进方法;第5章初步介绍了进货计算理论体系;第6章介绍了遗传算法应用于数值优化问题;第7章介绍了遗传算法应用于组合优化问题;第8章介绍了遗传算法应用于机器学习;第9章讨论了遗传算法在智能控制中的应用;第10章讨论了遗传算法与人工生命研究的相关问题;第11章介绍了遗传算法在图像处理、模式识别中的应用。-2. "Genetic Algorithm-- theory, application and software," Wang Xiaoping, Li-Ming Cao compile Xi"an Jiaotong University Press in 2002 the first book version of the comprehensive and systematic introduction of the genetic algorithm"s basic On focuses on the classical genetic algorithm use and the new development. The book is divided into 11 chapters. Chapter 1 provides an overview of the genetic algorithm for the selection and development of basic ideas, basic operation and the application; Chapter 2 introduces the basic genetic algorithms; Chapter 3 of the genetic basis of a mathematical algorithm; Chapter 4 Analysis of the genetic algorithm app

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 一个DoS下的神经网络程序.
    一个DoS下的神经网络程序.-the neural network programming.
    2023-07-13 03:30:02下载
    积分:1
  • 一个比较简单的遗传算法程序,并有注释,适合于…
    一个比较简单的遗传算法程序,有注释,适合初学者一般学习
    2022-07-16 10:35:04下载
    积分:1
  • 转载:神经网络中应用最为广泛的一种:BP vbmatlab使用中性…
    转载:对神经网络中使用最广泛的一种:BP神经网络采用vbmatlab来实现,把训练数据拷入,load的*.m文件中, 文件中部load的*.m为测试数据 save 存盘的文件为测试数据的bp预测值, 该程序可以扩充n个输入,n个输出,很容易-reproduced : the neural network the most widely used one : BP vbmatlab using neural networks to achieve, it is copyed into the training data. m*. load the document, Central to the paper load*. m to save Inventory test data for the paper test data bp predictive value, The procedure can be expanded to import n, n output, it is easy
    2022-03-25 08:37:13下载
    积分:1
  • BP神经网络的C语言实现,对理解神经网络很有帮助。
    BP神经网络的C语言实现,对理解神经网络很有帮助。-BP neural network to achieve the C language, very helpful in understanding the neural network.
    2022-12-23 08:20:02下载
    积分:1
  • 用Fast BP实现复杂的函数逼近,对初学者有一定的帮助,是在BP的基础上增加了R....
    用Fast BP实现复杂的函数逼近,对初学者有一定的帮助,是在BP的基础上增加了R.-Fast BP achieved with a complex function approximation, there is some help for beginners, is based on the BP increase in R.
    2022-01-25 23:40:17下载
    积分:1
  • 关于人工鱼群算法的一个实例,可以实现所有的人工鱼的基本功能,是采用c开发的...
    关于人工鱼群算法的一个实例,可以实现所有的人工鱼的基本功能,是采用c开发的-Artificial fish-swarm algorithm on an instance, you can realize all the basic functions of the artificial fish is developed using c
    2022-03-20 06:27:35下载
    积分:1
  • LIBSVM源码。LIBSVM 是台湾大学林智仁(Chih
    LIBSVM源码。LIBSVM 是台湾大学林智仁(Chih-Jen Lin)博士等开发设计的一个操作简单、 易于使用、快速有效的通用SVM 软件包,可以解决分类问题(包括C- SVC、 n - SVC )、回归问题(包括e - SVR、n - SVR )以及分布估计(one-class-SVM ) 等问题,提供了线性、多项式、径向基和S形函数四种常用的核函数供选择,可以有效地解决多类问题、交叉验证选择参数、对不平衡样本加权、多类问题的概率估计等。-LIBSVM source. LIBSVM is林智仁Taiwan University (Chih-Jen Lin) Dr. develop design a simple, easy to use, fast and effective generic SVM software package, can solve the classification problems (including the C-SVC, n- SVC), regression ( including e- SVR, n- SVR) as well as the distribution of estimates (one-class-SVM) and so on, provides a linear, polynomial, radial basis function and the S-shaped kernel function of four commonly used for selection, can effectively to solve a wide range of issues, cross-validation to choose the parameters of the imbalance in the weighted sample, multi-category probability estimation.
    2022-10-06 04:35:03下载
    积分:1
  • 一个很好的LIBSVM的JAVA源码。对于要研究和改进SVM算法的学者。可以参考。来自数据挖掘工具YALE工具包。...
    一个很好的LIBSVM的JAVA源码。对于要研究和改进SVM算法的学者。可以参考。来自数据挖掘工具YALE工具包。-a good LIBSVM JAVA source. They should study and improve SVM academics. Reference. From Data Mining Tool Kit Yale.
    2022-01-28 08:46:53下载
    积分:1
  • 模式识别中关于感知器算法的程序,输入点进行聚类.
    模式识别中关于感知器算法的程序,输入点进行聚类.-pattern recognition algorithm on the perception of the process, input cluster.
    2022-03-16 10:01:51下载
    积分:1
  • MIT University of speech machine learning curriculum, it is classic! Including c...
    MIT大学的机器学习课程讲稿,很经典的!包括分类,回归,判别式学习,产生式学习,SVM等,基本上包括常用的机器学习算法-MIT University of speech machine learning curriculum, it is classic! Including classification, regression, discriminant study, resulting in learning, SVM, etc., basically including the commonly used machine learning algorithms
    2022-07-09 23:14:57下载
    积分:1
  • 696516资源总数
  • 106459会员总数
  • 0今日下载