资源列表
pso
- PSO标准算法 比较规范 注释详尽 适合初学者阅读-The PSO standard algorithm specifications detailed notes for beginners to read
id3
- 经典的决策树算法,其中id3最受广泛使用。ID3是决策树算法最经典的
ACSForTSP(parallelPcandidateLists)
- 蚁群系统算法求解旅行商问题,其中使用了基于领域、基于三角剖分和最小生成树的候选列表,并进行了比较。-Ant Colony System for solving traveling salesman problem, in which a field-based, based on triangulation and the minimum spanning tree of the candidate list, and compared.
trade
- netlogo实现的二元货物的模拟仿真模型-netlogo to achieve the dual cargo simulation model
liangziyichuanQGA
- 量子遗传算法是量子进化算法和遗传算法的结合,具有较好的寻优结果和收敛速度。-Quantum Genetic Algorithm quantum evolutionary algorithm and genetic algorithm combining algorithm has better global optimal solution and speed of evolution.
backtrack_eight_digit
- 运用回溯法解决八数码问题。实现以最短路径从初始状态到目标状态。-Use backtracking to solve eight digital. In order to achieve the shortest path the initial state to target state.
3
- 机器人PD控制程序 控制算法简单 很好实现 并且能够很好实现控制要求-PD robot control program algorithm is simple to implement and can implement good control requirements
bpback
- 神经网络比较基础的算法,实现梯度下降和反向传播,以及L2规范化、交叉熵代价函数的引入,卷积神经网络 该算法用于mnist数据测试,有详细中文注释-Neural network based on the comparison algorithm, gradient descent and back-propagation, and L2 standardization introduced cross entropy cost function, convolution neural netw
xue
- 遗传算法的TSP问题的实现。 有利于大家学习遗传算法。-genetic algorithm to achieve the TSP. We have to study genetic algorithm.
shenjingwangluo
- 神经网络实例 采用动量梯度下降算法训练 BP 网络。-Neural Network Example
Hopfield
- implement a Hopfield network for the retrieval of stored 2-D patterns-Input Parameters: Ask the user to input the number of fundamental memories p (2 ≤ p ≤ 5), the width w (3 ≤ w ≤ 5) and height h (3 ≤ h ≤ 6) of each 2-D pattern. Storage Phase: E
GA1
- 标准的遗传算法,算法简单实用。运行速度快,移植性强。-Genetic algorithm source code
