-
ACO优化,用于SIMO通信系统的盲检测中,对通信系统的性能进行优化...
ACO优化,用于SIMO通信系统的盲检测中,对通信系统的性能进行优化-ACO optimization, SIMO communication system for blind detection, the right to optimize the performance of communication systems
- 2022-03-07 22:05:47下载
- 积分:1
-
蚂蚁算法(或蚁群算法,ant colony algorithm)是由Colorni和Dorigo等人提出的一类模拟自然界蚁群行为的模拟进化算法。
这类算法主...
蚂蚁算法(或蚁群算法,ant colony algorithm)是由Colorni和Dorigo等人提出的一类模拟自然界蚁群行为的模拟进化算法。
这类算法主要基于以下观察:像蚂蚁这类群居昆虫,虽然没有视觉且单个行为极其简单,但由这些简单的个体所组成的群体却常常表现出令人称奇的行为――能够在复杂的环境下最终找到从蚁穴到食物源的最短路径!仿生学家经过大量细致观察与研究发现,原来蚂蚁在寻食的过程中,通过一种称之为信息素(pheromone)的物质相互传递信息。更具体地,蚂蚁在运动过程中能够在它所经过的路径上留下信息素,而且在运动过程中感知这种信息素的存在及其强度,并以此指导自己的运动方向。蚂蚁倾向于朝着信息素强度高的方向前进,因此,由大量蚂蚁组成的蚁群的行为便表现出一种信息的正反馈现象:某一路径上走过的蚂蚁越多,则后来者选择该路径的概率就越大,蚂蚁群就是通过个体之间的这种信息交换机制来彼此协作达到搜索食物的目的。
-ant colony algorithm
proposed by Colorni and Dorigo. The method is simulated by ants activity
- 2022-04-09 15:02:02下载
- 积分:1
-
GCP(图着色问题)的模拟退火算法应用源码
GCP(图着色问题)的模拟退火算法应用源码-GCP (Graph Coloring Problem) application of the simulated annealing algorithm source code
- 2022-01-28 13:04:45下载
- 积分:1
-
自己写的一个简单的神经网络(BP)算法,用来解决异或(XOR)问题,初学神经网络的人可以下来看!...
自己写的一个简单的神经网络(BP)算法,用来解决异或(XOR)问题,初学神经网络的人可以下来看!-Wrote it myself a simple neural network (BP) algorithm, to solve the exclusive-OR (XOR) problem, learning neural network can look at the next!
- 2022-01-31 23:56:55下载
- 积分:1
-
人工智能经典问题TSP问题的C语言实现,内含源程序和调试过程生成的文件...
人工智能经典问题TSP问题的C语言实现,内含源程序和调试过程生成的文件-AI classic TSP"s C language, and includes source code debugging process produces files
- 2023-03-15 02:55:03下载
- 积分:1
-
clementine8.1白皮书经典的数据挖掘软件说明
clementine8.1白皮书经典的数据挖掘软件说明-clementine8.1 White Paper classical data mining software Note
- 2022-02-16 06:56:09下载
- 积分:1
-
Proposed based on minimizing the estimated generalization error bound of the non
提出了基于最小化估计的泛化误差界非优化估计方法。目前大多数的核参数选择方法都是通过极小化了来得到最优参数值,但是求解优化问题的计算代价相当的大,并且不能很好地体现数据的分布特征。本文采用非优化技术,通过极小化泛化误差来优化核及相关参数,由于直接计算最小半径和最大间隔,避免了对优化问题的直接求解,因此可以很好地降低计算代价。并且该方法直接从样本出发,可以很好地体现数据的分布特征,不管数据分布是否均匀都可以适用。给出了基于凸包估计的SVM核选择的模型及实现算法。
-Proposed based on minimizing the estimated generalization error bound of the non-optimal estimation method. Most of the nuclear parameter selection methods are to get the best by minimizing the parameter values, but the computational cost for solving optimization problems is quite large, and can not properly reflect the distribution characteristics of the data. In this paper, the non-optimization technology, by minimizing the generalization error to optimize the nuclear and related parameters, due to the direct calculation of the minimum radius and maximum interval, avoiding the direct solution of the optimization problem, it can very well reduce the computation cost. And that the method directly from the sample one can well reflect the distribution chara
- 2022-01-26 04:59:56下载
- 积分:1
-
语言中的遗传算法
遗传算法的c语言实现-genetic algorithm in C Language
- 2022-07-20 00:52:28下载
- 积分:1
-
神经网络的相关应用项目
神经网络的相关应用项目-neural network-related application projects
- 2022-07-17 01:27:08下载
- 积分:1
-
运用BP网络实现三个二进制位的异或运算,带有样本库可编译运行...
运用BP网络实现三个二进制位的异或运算,带有样本库可编译运行-The use of BP networks realize the three-bit binary XOR operation with a sample library can be compiled to run
- 2022-08-05 23:31:03下载
- 积分:1