资源列表

« 1 2 ... .04 .05 .06 .07 .08 28309.10 .11 .12 .13 .14 ... 28523 »

[matlab例程信息论01

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

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

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

[matlab例程lyapunov

说明:文件包括非线性方程数值计算时常用的lyapunov程序,以duffing方程为例,进行程序计算,可以稍微修改,计算其他方程。(The file includes the Lyapunov program commonly used in the numerical calculation of nonlinear equations. Taking Duffing equation as an example, the program
<弥侠> 在 2025-04-28 上传 | 大小:2kb | 下载:0

[matlab例程SRR-Tensorbundle

说明:CST MATLAB 联合仿真超材料开口谐振环单元(CST matlab joint simulation of open resonance ring element of super material)
<v v> 在 2025-04-28 上传 | 大小:84kb | 下载:0

[matlab例程Vector Control of PMSM

说明:压缩包为永磁同步电机的矢量控制相关例程,相关研究者可借鉴(The compression package is a vector control routine of PMSM, which can be used for reference by related researchers)
<三五十年> 在 2025-04-28 上传 | 大小:176kb | 下载:0

[matlab例程TOPRBF

说明:基于MATLAB的连续体结构拓扑优化代码,可实际检验(A topology optimization code written in Matlab)
<万物可爱> 在 2025-04-28 上传 | 大小:1kb | 下载:0

[数值算法/人工智能nsga2

说明:多目标优化算法NSGA-II的python实现(Python implementation of NSGA-II)
<贰拾陆> 在 2025-04-28 上传 | 大小:5kb | 下载:0

[matlab例程Guassian_Fitting_Function_curve

说明:此matlab代码利用求解线性方程组的方法,实现了高斯二维曲面拟合(附数学原理PDF文档)(This matlab code use the method of solving linear equations to achieve gaussian two-dimensional surface fitting)
<枫0> 在 2025-04-28 上传 | 大小:443kb | 下载:0

[matlab例程加权最小二乘支持向量机

说明:稳定、可运行,用于预测模型、拟合模型、插值模型、反演模型,线性回归
<13677746625> 在 2021-07-10 上传 | 大小:698byte | 下载:0

[matlab例程加权最小二乘支持向量机

说明:里面有详细的支持向量机、最小二乘支持向量机、加权最小二成支持向量机
<13677746625> 在 2021-07-10 上传 | 大小:440.51kb | 下载:0
« 1 2 ... .04 .05 .06 .07 .08 28309.10 .11 .12 .13 .14 ... 28523 »

源码中国 www.ymcn.org