20161021_斯图加特神经网络包RSNNS

RSNNS语言mlp函数

Stuttgart Neural Network Simulator

 

This function creates a multilayer perceptron (MLP) and trains it. MLPs are fully connected feedforward networks, and probably the most common network architecture in use. Training is usually performed by error backpropagation or a related procedure.

 

该函数创建并训练了一个多层感知器。mlp是一个全连接前向反馈网络和使用最常见的网络体系结构。

mlp(x, y, size = c(5), maxit = 100, initFunc = "Randomize_Weights", initFuncParams = c(-0.3, 0.3), learnFunc = "Std_Backpropagation", learnFuncParams = c(0.2, 0), updateFunc = "Topological_Order", updateFuncParams = c(0), hiddenActFunc = "Act_Logistic", shufflePatterns = TRUE, linOut = FALSE, inputsTest = NULL, targetsTest = NULL, pruneFunc = NULL, pruneFuncParams = NULL, ...)

 

x : 用于训练的输入矩阵

y : 期望得到的指示值

size : 隐藏层中单位数目

maxit : 最大迭代学习

initFunc : 使用的初始化函数

initFuncParams : 初始化函数参数

leanFunc : 学习功能使用函数

leanFuncParams : 学习功能使用函数参数

updateFunc : 更新函数

updateFuncParams: 更新函数参数

hiddenActFunc : 所有隐藏单元的激活函数

shufflePatterns : 是否打乱应用模式

linOut : 是否设置激活函数为线性回归

inputsTest : 神经网络模型测试输入矩阵

targetsTest : 测试数据的输出矩阵

pruneFunc : 剪枝函数

pruneFuncParams : 剪枝函数参数

。。。 : 其他参数

 

 

 

 

 

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值