资源列表
最小生成树
- 小生成树其实是最小权重生成树的简称。一个有n个结点的连通图的生成树是原图的极小连通子图,且包含原图中的所有n个结点,并且有保持图连通的最少的边。最小生成树可以用kruskal(克鲁斯卡尔)算法或Prim(普里姆)算法求出。(The young adult tree is actually the abbreviation of the minimum power regeneration. The spanning tree of a connected graph with n nodes i
genetic
- 遗传算法相关的函数工具包 适用于最新版本(Genetic algorithm-related function kits are available for the latest version.)
SPSS
- spss tool for mathematics students : )
Reinforcement-learning-with-tensorflow-master
- 各种强化学习代码,强化学习(reinforcement learning),又称再励学习、评价学习,是一种重要的机器学习方法,在智能控制机器人及分析预测等领域有许多应用。(Reinforcement learning (reinforcement learning), also known as reinforcement learning and evaluation learning, is an important machine learning method. It has many
Matlab_时间预测
- 数据序列,非线性回归,很实用的例子,值得一试(Data sequence, nonlinear regression)
MUSIC算法
- 一维MUSIC算法程序,利用均匀线阵实现一维信号测向(One-dimensional MUSIC algorithm is used to realize one-dimensional signal direction-finding with uniform line arra)
PID_NN
- The controller is built by MATLAB/Simulink. PID人工神经网络控制算法(Neural Network with PID controller is built by MATLAB/Simulink. This controller can be used in motor drive and other actuators in industry.)
fga.m
- 遗传算法通用函数,非常实用和珍贵 描述简介如下: % [BestPop,Trace]=fmaxga(FUN,LB,UB,eranum,popsize,pcross,pmutation) % Finds a maximum of a function of several variables. % fmaxga solves problems of the form: % max F(X) subject to: LB <= X <= UB(General
用MATLAB实现遗传算法程序
- 收录了大多数遗传算法,可以用matlab实现(contain genetic algorithm can be run on matlab)
yichuansuanfa
- 数学建模过程中需要用到的一种常用遗传算法。(A common genetic algorithm which needs to be used in the process of mathematical modeling is used.)
【干货!!】美赛MATLAB程序源码
- 一些美国大学生建模大赛可能用到的算法,直接的matlab代码(Some American college student modeling competitions may use algorithms, direct matlab code)
bp
- 神经网络算法matlab 的M文件,图像重建(M file of neural network algorithm)