-
Contains using the vc forming but actually transmission class
nerve network cont...
一个利用vc编成的倒传递类神经网络内容包含到数层的神经网络编写
使用者可以清楚了解BP- Contains using the vc forming but actually transmission class
nerve network content to several nerve networks compiles the user to
be allowed clearly to understand BP
- 2023-08-10 08:05:03下载
- 积分:1
-
用AMZI做的只能西湖地图,初学者做,人工智能
用AMZI做的只能西湖地图,初学者做,人工智能-AMZI do with the only West Lake maps, beginners do, and artificial intelligence
- 2022-03-24 09:29:39下载
- 积分:1
-
禁忌搜索法对初始解、邻域个数及禁忌列表的大小等参数有比较严格的要求, 这些参数直接影响着算法的优化能力。文章提出了一种改进的禁忌搜索法, 它用有效空间来压缩搜索...
禁忌搜索法对初始解、邻域个数及禁忌列表的大小等参数有比较严格的要求, 这些参数直接影响着算法的优化能力。文章提出了一种改进的禁忌搜索法, 它用有效空间来压缩搜索范围, 这样可以提高搜索效率和全局搜索能力。用短期和长期禁忌列表存储器来保证算法能搜索到全和分局空间的每一点, 并且不重复搜索。经过验算析, 证明它是一种较好的全局启发式搜索法.-Tabu search method, the initial solution, neighborhood and tabu list size of the number of parameters such as have more stringent requirements, these parameters directly affect the ability to optimize the algorithm. This paper presents an improved tabu search method, it is used effectively to compress the search space, so that can improve search efficiency and global search capabilities. Short-term and long-term memory tabu list to ensure the algorithm can search the whole and the sub-space, each point, and do not repeat the search. After checking analysis to prove that it is a good global heuristic search method.
- 2022-03-16 10:18:28下载
- 积分:1
-
多核环境下运行了可满足性分析的工具软件,能够使你充分了解多核编程技术...
多核环境下运行了可满足性分析的工具软件,能够使你充分了解多核编程技术-Multi-core environment running satisfiability analysis tools, enabling you to fully understand the multi-core programming technology
- 2023-01-27 23:35:03下载
- 积分:1
-
一个机器学习算法软件包,包括神经网络,模糊逻辑,支持向量机,采用MATLAB平台实现,...
一个机器学习算法软件包,包括神经网络,模糊逻辑,支持向量机,采用MATLAB平台实现,-a machine learning algorithm packages, including neural networks, fuzzy logic, support vector machine, MATLAB platform.
- 2022-06-30 13:00:19下载
- 积分:1
-
Pattern Recognition book on pattern recognition paper book, the thesis introduct...
模式识别的书,介绍的论文模式识别的书,介绍的论文-Pattern Recognition book on pattern recognition paper book, the thesis introduction
- 2022-02-01 02:11:41下载
- 积分:1
-
只有一个java版本的蚁群算法实现的结果和过程…
只是Java版实现的蚁群算法与程序结果演示,是学习和理解蚁群算法的好内容。-Only a Java version of the ant colony algorithm to achieve the results and procedures for the demonstration of learning and understanding better the content of ant colony algorithm.
- 2022-01-22 05:55:08下载
- 积分:1
-
这是目前网上所能找到的最全面的adaboost的C++算法,但是需要自己训练的数据...
这是目前网上所能找到的最全面的adaboost的C++算法,但是需要自己训练的数据-This is the Internet can find the most comprehensive adaboost C algorithms, However, it needs its own training data
- 2022-03-03 21:04:26下载
- 积分:1
-
基于ICA的信号分离程序,是一个很好的信号处理方面的程序
基于ICA的信号分离程序,是一个很好的信号处理方面的程序-based ICA signal separation procedure is a very good signal processing procedures
- 2023-04-01 21:00:04下载
- 积分:1
-
模拟退火算法 模拟退火算法(Simulated Annealing,简称SA算法)是模拟加热熔化的金属的退火过程,来寻找全局最优解的有效方法之一。 模拟退火的基...
模拟退火算法 模拟退火算法(Simulated Annealing,简称SA算法)是模拟加热熔化的金属的退火过程,来寻找全局最优解的有效方法之一。 模拟退火的基本思想和步骤如下: 设S={s1,s2,…,sn}为所有可能的状态所构成的集合, f:S―R为非负代价函数,即优化问题抽象如下: 寻找s*∈S,使得f(s*)=min f(si) 任意si∈S (1)给定一较高初始温度T,随机产生初始状态S (2)按一定方式,对当前状态作随机扰动,产生一个新的状态S’ S’=S+sign(η).δ 其中δ为给定的步长, η为[-1,1]的随机数-simulated annealing algorithm (Simulated Annealing, or SA algorithm) is a simulation of heating molten metal in the annealing process, to find the global optimum one of the effective ways. Simulated Annealing basic ideas and the steps are as follows : S = (s1, s2, ..., sn) for all possible state posed by the pool, f : S-R non-negative cost function, that is abstract optimization problems are as follows : Find S* s, making f (s*) = min f (si) arbitrary si S (1) to set a higher initial temperature T, randomly generated initial state S (2) of a certain form, the current state of random disturbance, have a new state S "S" = S+ sign (). delta where given for the step, [-1,1] Random Number
- 2022-08-26 01:32:21下载
- 积分:1