0

I am using PRtools back-propagation based feed forward neural network classifier (e.g.[W, HIST]=bpxnc(Dataset,5,inf,[])). I am trying to figure out if we can specify how many nodes each layer has or if there is a way to specify the number of nodes for my classifier?

Thanks for help, Sabin

4

1 回答 1

0

检查PRTools 手册

[W,HIST] = BPXNC (A,UNITS,ITER,W_INI,T,FID)

UNITS 数组表示每个隐藏层中的单元数(默认值:[5])

于 2013-11-16T15:19:51.540 回答