L-L-C-Z
探索L-L-C-Z技术的前沿应用,涵盖从基础理论到高级设计的全方位资源。作为电子工程师,您将发现41639个精选资料,包括电路设计、谐振变换器优化及电磁兼容性解决方案等。L-L-C-Z不仅在电源管理领域展现出卓越性能,还在无线充电、LED驱动等领域大放异彩。深入研究这些内容,不仅能提升您的专业技能,...
资源总数
500
L-L-C-Z 热门资料
查看全部 500 份 →基于GA与L-M优化算法的变压器故障诊断研究
利用MATLAB环境建立一个用于变压器故障诊断的BP网络模型。首先利用具有全局寻优功能的遗传算法对BP神经网络的初始权值和阈值进行优化,然后采用L-M(Levenberg-Marquardt)优化算法对BP神经网络进行训练,从而达到加快网络...
2013-10-11
56
you can use this matlab code to change image into different color system such as luv, rgb, yuv and l
you can use this matlab code to change image into different color system such as luv, rgb, yuv and lab
2016-03-27
193
L-M算法。除了动量法(基于梯度下降的训练算法)外
L-M算法。除了动量法(基于梯度下降的训练算法)外,学习率自适应调整策略是BP算法改进的另一种途径,它利用Levenberg-Marquardt优化方法,从而使得学习时间更短。其缺点是,对于复杂的问题,该方法需要很大的存储空间。
2014-01-04
185
linux flash 操作控制程序源码! l inux flash 操作控制程序源码!
linux flash 操作控制程序源码! l inux flash 操作控制程序源码!
2016-04-18
66
function Binary_Search(L,a,b,x) begin if a>b then return(-1) else begin m:=(a+b) div 2
function Binary_Search(L,a,b,x) begin if a>b then return(-1) else begin m:=(a+b) div 2 if x=L[m] then retu...
2015-12-17
190