资源列表

« 1 2 ... .72 .73 .74 .75 .76 28377.78 .79 .80 .81 .82 ... 28521 »

[人工智能/神经网络/遗传算法rbfmethod

说明:这是径向基函数神经网络的代码,在机器学习中有很强的应用性。(radial basis function)
<jessyjiajia> 在 2024-09-28 上传 | 大小:1024 | 下载:0

[matlab例程锂电池模型

说明:锂电池simulink仿真模型,充放电电流、温度、电池初始电量为输入,电压、电流、SOC等参数为输出。(Lithium battery simulink simulation model, charge and discharge current, temperature, initial battery charge are input, voltage, current, SOC and other parameters are o
<小阳4457> 在 2024-09-28 上传 | 大小:41984 | 下载:0

[仿真建模400KW光伏并网

说明:400KW光伏参与并网,4组光伏模组共同输出400KW的功率(400KW photovoltaic participates in grid connection, 4 sets of photovoltaic modules jointly output 400KW power)
<小阳4457> 在 2024-09-28 上传 | 大小:69632 | 下载:0

[人工智能/神经网络/遗传算法FJSP_GA_OneBatch_Version4_0208

说明:遗传算法的一个例子,主要用于柔性车间调度(An example of genetic algorithm, mainly used in flexible shop scheduling)
<Mr.Zzy> 在 2024-09-28 上传 | 大小:6144 | 下载:0

[matlab例程二维混凝土骨料随机投放代码及ABAQUS参考资料

说明:混凝土随机骨料投放matlab程序,主要用于生成混凝土粗骨料随机分布的二维几何模型。还有ABAQUS参考书籍及学习代码。(The random aggregate concrete matlab program is mainly used to generate a two-dimensional geometric model of the random distribution of concrete coarse aggrega
<土木8班张同学> 在 2024-09-28 上传 | 大小:10307584 | 下载:5

[matlab例程基于BP神经网络的色空间转换

说明:本案例为基与bp神经网络对pantone色卡中RGB空间向Lab空间转换的源码,并已经调试成功输入层输出层函数与神经元个数。附加功能:直接得出各色块的Eab色差已经测试样本与预测样本的相关系数。经多次实验,相关色差在2~3之间,低于CIE认可标准:4,相关系数达到0.96以上,可以准确预测绝大多数色块,用于色彩管理建模。(This case is for color space converting(RGB Space to Lab S
<Syuhen> 在 2024-09-28 上传 | 大小:7168 | 下载:0

[matlab例程信息论01

说明:此代码为计算离散随机变量的熵、联合熵、条件熵、互信息的 Matlab 程序(This code is a matlab program for calculating entropy, joint entropy, conditional entropy and mutual information of discrete random variables)
<艾叶star> 在 2024-09-28 上传 | 大小:5120 | 下载:0

[数值算法/人工智能ga_elman

说明:采用matlab语言实现了遗传算法对elman神经网络的优化,固定了权阈值参数,大家可以试试(The optimization of Elman neural network by genetic algorithm is realized with MATLAB language, and the weight threshold parameters are fixed. You can try it)
<tttt121gg> 在 2024-09-28 上传 | 大小:2048 | 下载:0

[人工智能/神经网络/遗传算法Sentiment Analysis1

说明:读取csv或xlsx文件后对文本信息进行NLP情感分析并计算出情感的得分,越接近1越积极,越接近-1越消极(After reading the CSV or xlsx file, NLP sentiment analysis is performed on the text information and the score of sentiment is calculated. The closer to 1, the more po
<DengJJ> 在 2024-09-28 上传 | 大小:8192 | 下载:0

[数据结构常用算法迷宫问题

说明:用C++语言实现在迷宫中寻找出路。 核心算法伪代码: do{ 如果当前位置为出口: 当前位置进栈; return 1; while(尝试的方向小于4) { 尝试方向号码对应方向的格子; 如果这个格子是没走过的通路: 当前位置进栈; 将地图上的这个位置标记为走过的; 切换试探的方块为新的当前位置; 跳出这层循环; 否则: 方向号码增加1; } 如果当前位置的四周没有路了: 地图上的当前位置标记成走过的; 出栈; }while
<F(zx)> 在 2024-09-28 上传 | 大小:16384 | 下载:0

[数值算法/人工智能59564359M-C_by_Johan_Clausen

说明:ABAQUS本构模型二次开发,UMAT子程序,弹塑性摩尔库伦本构模型(Elastoplastic Mohr Coulomb constitutive model)
<小鱼儿&> 在 2024-09-28 上传 | 大小:14336 | 下载:8

[数值算法/人工智能eMC

说明:简单的弹性摩尔库伦本构模型,ABAQUS二次开发,UMAT子程序(Elastic Mohr Coulomb constitutive model)
<小鱼儿&> 在 2024-09-28 上传 | 大小:79872 | 下载:3
« 1 2 ... .72 .73 .74 .75 .76 28377.78 .79 .80 .81 .82 ... 28521 »

源码中国 www.ymcn.org