-
人工智能动物推理系统程序
人工智能动物推理系统程序-animal AI reasoning system procedures
- 2022-01-22 00:22:02下载
- 积分:1
-
改进遗传算法-郭涛算法做最优化问题很管用,算法的基本思想是
先任意产生n个随机数,然后从n个数里随机选择m个数,再有这m个
数合成一个新数,将这个新数同...
改进遗传算法-郭涛算法做最优化问题很管用,算法的基本思想是
先任意产生n个随机数,然后从n个数里随机选择m个数,再有这m个
数合成一个新数,将这个新数同n个数中间适应值函数值的最差的比较,
如果好的话就取代最差的那个,如果它比最好的还要好的话,则把最好的
也取代。如果比最差的坏,则重新合成一个新数。依次循环下去。
程序的奇妙之处是GA_crossover()函数,产生的新数确实比较好,看看
那位大侠能改进一下,产生比这跟好的数。-improved genetic algorithm- Guo Tao done optimization algorithm is very effective, and the algorithm is the first basic idea arbitrary n generated random number and then the number li n m randomly selected number, and this number m of a new synthesis of the new middle with n number fitness function of the worst by comparison, if a good case to replace the worst, um, if it even than the best, then ruled the best have replaced. If worse than the worst, a de novo synthesis of new. Followed by the cycle continues. The magic of procedures is GA_crossover () function, the new really good to see heroes who can be improved upon, it generated more than a few with a good.
- 2023-02-04 23:55:04下载
- 积分:1
-
用c++实现的决策树算法,windows环境下,希望对学习数据结构和算法的朋友有所帮助。...
用c++实现的决策树算法,windows环境下,希望对学习数据结构和算法的朋友有所帮助。-achieve with the Decision Tree Algorithm, windows environment, and I hope to learn from data structures and algorithms friends help.
- 2023-01-21 21:05:04下载
- 积分:1
-
基于自组织特征映射网络的聚类分析,是在神经网络基础上发展起来的一种新的非监督聚类方法,分析了基于自
组织特征映射网络聚类的学习过程,分析了权系数自组织过程中...
基于自组织特征映射网络的聚类分析,是在神经网络基础上发展起来的一种新的非监督聚类方法,分析了基于自
组织特征映射网络聚类的学习过程,分析了权系数自组织过程中邻域函数和学习步长的一般取值问题,给出了基于自组织
特征映射网络聚类实现的具体算法,并通过实际示例测试,证实了算法的正确性。
-Based on self-organizing feature map network cluster analysis, neural network is developed on the basis of a new non-supervised clustering method, analysis based on self-organizing feature map network clustering of the learning process, analyzed the weights of self-organization the process of neighborhood function and learning step-size problem of the general values are given based on the self-organizing feature map network clustering algorithm to achieve concrete and practical examples of tests, confirmed the correctness of the algorithm.
- 2022-04-18 02:23:38下载
- 积分:1
-
遗传算法,利用遗传算法优化BP神经网络的应用…
利用遗传算法优化BP神经网络
即用遗传算法代替BP网络中的训练函数-The use of genetic algorithm to optimize BP neural network using genetic algorithms in place of BP network training function
- 2022-02-07 06:12:51下载
- 积分:1
-
模式识别中的ISODATA算法演示
模式识别中的ISODATA算法演示-pattern recognition algorithms demonstrated the ISODATA
- 2022-03-06 09:04:28下载
- 积分:1
-
The SVM
人工智能模式识别中基于支持向量机的分类算法在识别领域属于较新的应用-The SVM-based classification algorithm is a kind of new application in the field of artificial intelligence and pattern recognition.
- 2022-02-04 13:25:13下载
- 积分:1
-
多步预测,设计简单规范,基于信息建模,具有很强的抗干扰性和鲁棒性....
多步预测,设计简单规范,基于信息建模,具有很强的抗干扰性和鲁棒性.-Multi-step prediction, the design of simple norms, based on information modeling, which has strong anti-jamming and robustness.
- 2023-02-02 19:25:03下载
- 积分:1
-
模式识别中的CYK算法
模式识别中的CYK算法-pattern recognition algorithm for the CYK
- 2022-12-17 06:25:02下载
- 积分:1
-
利用C++语言开发的BP算法,并将其封装在类中,用户可以自己设定参数,实现对BP网络的训练。
利用C++语言开发的BP算法,并将其封装在类中,用户可以自己设定参数,实现对BP网络的训练。-use C++ language BP algorithm, which is encapsulated in class, users can set their own parameters to achieve BP network training.
- 2022-05-01 01:05:08下载
- 积分:1