资源列表
GENETIC_ALGORITHMS_IN_SYSTEM_IDENTIFICATION
- GENETIC_ALGORITHMS_IN_SYSTEM_IDENTIFICATION遗传算法在系统辨识中的应用-GENETIC_ALGORITHMS_IN_SYSTEM_IDENTIFICATION Genetic Algorithm in System Identification
Fix_Computer
- 关于人工智能的一个小项目,用CILPS工具写成-On a small project in artificial intelligence, using a tool written in CILPS
AdrianBright_apriori
- apriori演算法於JAVA環境下開發 用於資料探勘分類產生規則-apriori algorithm in JAVA development environment for data mining classification rules
matlab
- matlab是学习数字图像和模式识别等学科经常会用到的编程工具,而这个PDF是详细介绍matlab的-matlab is to learn from digital imaging and pattern recognition are often used in such disciplines as the programming tool, and the PDF is detailed in matlab
MultiAgentSystems
- 第13讲 智能Agent及多Agent系统 Chapter 13 Intelligent Agent & Multi-Agent Systems 徐从富 浙江大学人工智能研究所 -Article 13 stresses Intelligent Agent and Multi-Agent System Chapter 13 Intelligent Agent
Agentbasedbilateralalgorithm.
- 双边多议题协商是一个复杂的动态交互过程。解决Agent 在对环境和对方信息不全知的情况下通过协商达成一致并最大化自身效用是非常重要的。 -Bilateral multi-issue consultations is a complex process of dynamic interaction. Solve the Agent in the environment and the other incomplete information to know where to reach agr
pso-kekao
- 利用MATLAB编写,粒子群算法求解可靠性优化问题-Prepared using MATLAB, particle swarm algorithm for reliability optimization problems
38896
- 用C语言写的 BP 神经网络的源代码,效率很高,且有训练的功能,望交流学习-Written in C language with BP neural network source code, efficient, and there is functional training, hope the exchange of learning
blue
- 3D仿真足球机器人策略代码,经过测试,功能强大-3D simulation of soccer robot strategy code, tested and powerful
jiyinbiaodashi
- 遗传算法原理与应用 遗传算法原理与应用-Principle and Application of Genetic Algorithms Theory and Application of Genetic Algorithm
wode_bashuma
- 八数码难题 A*算法 利用堆栈实现启发式搜索-Eight digital dilemma A* algorithm uses the stack to achieve heuristic search
tenlei
- function [U,center,result,w,obj_fcn]= fenlei(data) [data_n,in_n] = size(data) m= 2 % Exponent for U max_iter = 100 % Max. iteration min_impro =1e-5 % Min. improvement c=3 [center, U, obj_fcn] = fcm(data, c) for i=1:max_iter if