Using neuralnet with caret train and adjusting the parameters

后端 未结 2 2111
情深已故
情深已故 2021-01-06 12:15

So I\'ve read a paper that had used neural networks to model out a dataset which is similar to a dataset I\'m currently using. I have 160 descriptor variables that I want to

2条回答
  •  夕颜
    夕颜 (楼主)
    2021-01-06 13:04

    train sets hidden for you (based on the values given by layer-layer3. You are trying to specify that argument twice, hence:

    formal argument "hidden" matched by multiple actual arguments

    HTH,

    Max

提交回复
热议问题