三种类型的饲料向前 MLP RBF 神经网络代码我要分享

Three types of neural network code, Feed Forward M

神经网络 代码 类型 向前 饲料

关注次数: 206

下载次数: 0

文件大小: 3.10 kB

代码分类: 其他

开发平台: matlab

下载需要积分: 2积分

版权声明:如果侵犯了您的权益请与我们联系,我们将在24小时内删除。

代码描述

中文说明:三种类型的神经网络代码前馈多层感知器径向基函数为下面的函数x =-20: 0.01: 20;y = (0.05 * x.^3)-(0.2 * x.^2)-3 * x + 20;


English Description:

Three types of neural network code Feed Forward MLP RBF For the following function x = -20: 0.01: 20; y = (0.05 * x. ^ 3) - (0.2 * x. ^ 2) -3 * x + 20;


代码预览