找回密码
 注册
查看: 3313|回复: 0

R语言:nnet.Hess()函数中文帮助文档(中英文对照)

[复制链接]
发表于 2012-2-16 18:28:00 | 显示全部楼层 |阅读模式
nnet.Hess(nnet)
nnet.Hess()所属R语言包:nnet

                                         Evaluates Hessian for a Neural Network
                                         神经网络评估黑森州

                                         译者:生物统计家园网 机器人LoveR

描述----------Description----------

Evaluates the Hessian (matrix of second derivatives) of the specified neural network. Normally called via argument Hess=TRUE to nnet or via vcov.multinom.
评估指定的神经网络黑森州(二阶导数矩阵)。通常称为通过参数Hess=TRUEnnet或通过vcov.multinom。


用法----------Usage----------


nnetHess(net, x, y, weights)



参数----------Arguments----------

参数:net
object of class nnet as returned by nnet.  
类对象nnet返回nnet的。


参数:x
training data.  
训练数据。


参数:y
classes for training data.  
训练数据的类。


参数:weights
the (case) weights used in the nnet fit.  </table>
(情况)nnet适合使用权。 </ TABLE>


值----------Value----------

square symmetric matrix of the Hessian evaluated at the weights stored in the net.
正方形对称Hessian矩阵存储在网中的权重评估。


参考文献----------References----------

Pattern Recognition and Neural Networks. Cambridge.
Modern Applied Statistics with S. Fourth edition.  Springer.

参见----------See Also----------

nnet, predict.nnet
nnet,predict.nnet


举例----------Examples----------


# use half the iris data[使用一半的虹膜数据]
ir <- rbind(iris3[,,1], iris3[,,2], iris3[,,3])
targets <- matrix(c(rep(c(1,0,0),50), rep(c(0,1,0),50), rep(c(0,0,1),50)),
150, 3, byrow=TRUE)
samp <- c(sample(1:50,25), sample(51:100,25), sample(101:150,25))
ir1 <- nnet(ir[samp,], targets[samp,], size=2, rang=0.1, decay=5e-4, maxit=200)
eigen(nnetHess(ir1, ir[samp,], targets[samp,]), TRUE)$values

转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。


注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

手机版|小黑屋|生物统计家园 网站价格

GMT+8, 2025-1-23 14:59 , Processed in 0.023577 second(s), 16 queries .

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

快速回复 返回顶部 返回列表