Welcome toVigges Developer Community-Open, Learning,Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
792 views
in Technique[技术] by (71.8m points)

neural network - How to custmize error function in neuralnet package in R ? I want to minimize MAPE

I developed neural network model using neuralnet package in R. But I wanted to use MAPE (mean absolute percentage error) as the error funcion. I tried using the way given in one of the posts, but it shows me this error. Please help me!!! nn=neuralnet(var1~var2+var3+var4+var5+var6+var7+var8+var9+var10+var11,voter.data, hidden=0,rep=10,err.fct = custom) Error in crossprod(neurons[[length.weights]], delta) : non-conformable arguments


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)
等待大神答复

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to Vigges Developer Community for programmer and developer-Open, Learning and Share

2.1m questions

2.1m answers

63 comments

56.6k users

...