登录

最新会员 最新下载

成为了本站VIP会员

今天14:12

成为了本站VIP会员

10月30日 16:42

成为了本站VIP会员

10月27日 10:54

成为了本站VIP会员

10月23日 19:14

成为了本站VIP会员

10月21日 21:03

成为了本站VIP会员

10月20日 16:48
已选条件
  1. 编程语言:matlab
  2. 代码类别:网络
  3. 发布时间:一周内
全部撤销
编程语言 更多 收起
代码类别 更多 收起
发布时间
更多选项

1. SMO-SVR

  这个是用SMO算法做的支持向量回归程序,有测试程序(support vector regression with SMO algorithm)

100
下载
60
浏览
2020-12-15发布

2. ESDA

  无线传感器网络覆盖 基于蚁群算法的覆盖问题,优化算法应用(Wireless sensor network coverage coverage problem based on ant colony optimization algorithm is applied)

190
下载
87
浏览
2020-12-15发布

3. 神经PID控制及其Matlab仿真

说明:  神经网络PID控制及其Matlab仿真.pdf(Neural network PID control and its matlab simulation)

6
下载
111
浏览
2020-12-14发布

4. CMAES

  CMA-ES 优化算法,一个很好的ES优化算法,测试过了(CMA-ES optimization algorithm, a good ES optimization algorithm, tested the)

108
下载
93
浏览
2020-12-14发布

5. muti-agents-toolbox

  多智能体工具包,可直接用来进行多智能体强化学习算法设计与仿真(Multi-agent toolkit, can be directly used for multi-agent reinforcement learning algorithm design and simulation)

860
下载
144
浏览
2020-12-14发布

6. 神经

  简单的matlab神经网络程序,BP神经网络(A simple matlab neural network program)

19
下载
65
浏览
2020-12-14发布

7. Untitled8

  bp神经网络bp神经网络bp神经网络bp神经网络(bp NN)

62
下载
37
浏览
2020-12-14发布

8. bp神经人口预测程序(matlab实现)

  上面的程序是可以通用的,只要你根据自己需要是可以修改用在其他地方的,基本思想就是用前lag年的人口数来预测下一年的人口,至于lag等于几你是可以自己改的。还有在对结果好坏的判断中,仅仅看误差图是不够的,如果是一个好的预测,那么自相关性图中除了0阶自相关外,其他的自相关系数系数都不应该超过上下置信区间。(The above program can be common, as long as you can modify it in other places, as long as you need it, the basic idea is to predict the population of the next year with the number of people in the previous lag years. As for lag, you can change it. In the judgment of the good and bad results, it is not enough to look at the error graph only. If it is a good prediction, the self correlation coefficient of the autocorrelation graph should not exceed the upper and lower confidence intervals except the 0 order autocorrelation.)

29
下载
128
浏览
2020-12-14发布

9. Transformer-fault-diagnosis

  这是一个用MATLAB语言编写的程序,该算法建立了基于概率神经网络的变压器故障诊断模型。(This is a program in MATLAB language, the algorithm established the transformer fault diagnosis model based on probabilistic neural network. )

53
下载
494
浏览
2020-12-14发布

10. MAC_LOCATION

  很好的测点布置的程序。可以解决传感器的布置(failed to translate)

15
下载
33
浏览
2020-12-14发布

11. fractional-order-PID

  分数阶图形界面,用于解决一般分数阶问题.在命令窗口执行:guide ctrllab_foc.fig,此后,会打开GUDIE,然后再GUIDE中运行程序即可.(Fractional graphical interface for solving general fractional problem in the command window to perform: guide ctrllab_foc.fig, thereafter, will open GUDIE, then you can run the program in GUIDE.)

182
下载
52
浏览
2020-12-14发布

12. Neural-network-

  神经网络时间序列预测,采用BP网络进行的时间序列预测(Neural network time series prediction)

57
下载
98
浏览
2020-12-14发布

13. BP_PID

说明:  神经网络具有任意非线性表达能力,可以通过对系统性能的学习来实现具有最佳组合的PID控制。利用BP神经网络可以建立参数Kp,Ki,Kd自整定的PID控制器。(The neural network has the ability of arbitrary nonlinear expression, and the PID control with the best combination can be realized by learning the system performance. The BP neural network can be used to build the PID controller with Kp,Ki and Kd self-tuning parameters.)

18
下载
88
浏览
2020-12-12发布

14. 5jiedianchaoliujisuanyichuansuanfa

  5节点潮流计算,使用matlab。采用遗传算法控制电容器实时投切。(5-bus power flow calculation, using matlab. Real-time control of capacitors by genetic algorithm switching.)

61
下载
33
浏览
2020-12-12发布

15. 神经BP的计算程序-matlab-bp

  神经网络BP网络的计算程序(neural networks the computational procedures)

174
下载
48
浏览
2020-12-11发布

16. 机器学习作业4HMM_Viterbi

说明:  利用MATLAB实现隐马尔科夫模型下的Viterbi算法实现(Realization of Viterbi algorithm based on Hidden Markov model with MATLAB)

1
下载
42
浏览
2020-12-11发布

17. RNN

  基于梯度下降的RNN,训练过程用到了BPTT算法,通俗易懂(RNN based on gradient descent algorithm)

17
下载
71
浏览
2020-12-10发布

18. RNN

说明:  基于梯度下降的RNN,训练过程用到了BPTT算法,通俗易懂(RNN based on gradient descent algorithm)

31
下载
53
浏览
2020-12-10发布

19. MATLAB实现循环神经 Elman

  利用MATLAB实现循环神经网络的例子,便于大家更好的理解循环神经网络RNN的原理。((The example of recurrent neural network is implemented by MATLAB, so that you can have a better understanding of the principle of recurrent neural network RNN.))

6
下载
132
浏览
2020-12-10发布

20. 利用MATLAB实现循环神经的例子 Elman

说明:  利用MATLAB实现循环神经网络的例子,便于大家更好的理解循环神经网络RNN的原理。((The example of recurrent neural network is implemented by MATLAB, so that you can have a better understanding of the principle of recurrent neural network RNN.))

14
下载
74
浏览
2020-12-10发布