搜索资源列表
RLS_LMS
- RLS和LMS算法仿真,学通信的基础算法,已经运行过~
变步长LMS算法
- 盲均衡算法的基础算法
music.rar
- 很经典的关于计算DOA的算法——music算法,也是所有计算DOA的基础算法,Classic DOA on the calculation algorithm- music algorithm, is also the basis for all calculations DOA algorithm
基于遗传算法的 TSP 算法
- tsp问题(全称:TravellingSalesmanProblem),又称为旅行商问题、货郎担问题、TSP问题,是一个多局部最优的最优化问题,遗传算法是一种基于种群演变一种优化的算法,在此基础上的优化程序会自动寻找出最短路(TSP (full name: TravellingSalesmanProblem), also known as the traveling salesman problem, traveling salesman problem, but TSP problem is
RLS算法
- 自适应 RLS算法的实现,结合RLS算法理论,编制了一个较为基础的RLS算法实现过程。(Implementation of adaptive RLS algorithm)
简单函数优化的遗传算法程序
- 遗传算法基础的几个function,可以先看看,对遗传算法有个大概认识。 对建模很有帮助。(functions about genetic algorithm, using matlab)
seek算法
- 本文对coreseek代码中涉及到的一部分算法进行说明,以便在阅读代码的时候,能更容易理解相关的代码。本文所整理的只是其中的部分算法,后面将在逐渐深入理解的基础上,进一步添加。(This article explains some of the algorithms involved in coreseek code so that it's easier to understand the code when you're reading the code. This paper is onl
基本粒子群算法的matlab源程序
- 基础的粒子群云源代码,是应用粒子群算法的基础。(Cloud source code based on Particle Swarm)
EM
- EM算法的简单实现,EM算法是机器学习中的一个重要的基础算法(Simple implementation of EM algorithm, EM is an important basic algorithm in machine learning)
dijkstra算法
- dijkstra算法,最基础简单方便易学!(A very fundamental and easy version of Dijkstra algorithm! Hope everyone can start at this point!)
十五种经典算法
- 关于matlab的十五种经典算法,适合有matlab基础的研究算法的人员研究学习(Fifteen kinds of classic matlab algorithm, suitable for matlab based research algorithm research personnel)
吴恩达深度学习基础教程
- 吴恩达教授有关深度学习浅显易懂的算法介绍,包括基础算法和示例。(Deep learning algorithms introduction by Andrew Ng.)
递推算法
- 在yule-walker方程已建立的基础上,建立的递推算法源程序(Based on Yule-Walker equation, the recursive method established)
多目标优化的微分进化算法
- 差分算法,求最优解,能实现,能运行,是个测试版本,可以在这基础改(Genetic algorithm, the best solution, can be realized, can run, is a test version, can be modified in this basis.)
粒子群算法的程序
- 粒子群算法也称粒子群优化算法是一种并行算法;在对动物集群活动行为观察基础上,利用群体中的个体对信息的共享使整个群体的运动在问题求解空间中产生从无序到有序的演化过程,从而获得最优解(Particle Swarm Optimization)
粒子群优化算法优化BP神经网络的源代码
- 粒子群优化算法优化BP神经网络的源代码,基础的值得参考下(Particle swarm optimization algorithm to optimize the source code of BP neural network)
粒子群算法
- 粒子群算法的基础算法,并在程序后标注了解释(Basic algorithm of particle swarm optimization and annotated explanation after program)
蚁群算法的TSP优化
- 基于基础蚁群算法的TSP寻优,包括信息素更新方法,禁忌表使用更新(TSP optimization based on basic ant colony algorithm, including pheromone updating method, tabu table updating)
英国设菲尔德大学遗传算法工具箱
- 在此基础上开发了MATLAB遗传算法工具箱系自动化控制与系统工程系 英国谢菲尔德大学,以使遗传算法的访问控制工程师在现有的计算机辅助框架内工作 控制系统设计包。工具箱是用支持英国SERC赠款,最终版本(v1.2)是在1994年完成。(The Genetic Algorithm Toolbox for MATLAB was developed at the Department of Automatic Control and Systems Engineering of The Univ
广义排列熵算法源码
- 在排列熵的基础上引入了两个参数的广义排列熵matlab源码.mat文件