forum.alglib.net
http://forum.alglib.net/

mlpproperties--wcount
http://forum.alglib.net/viewtopic.php?f=2&t=3937
Page 1 of 1

Author:  chaiya [ Sun Jan 27, 2019 3:03 am ]
Post subject:  mlpproperties--wcount

Hello,
I create the network (20:18:18:2) It 20 input, 2 hiddenlayer 18, 2 output.
By my calculation wcount =20*18+18*18+18*2 =720. But using mlpproperties, wcount =758.
Please advise what is the different 38 numbers. And how to get them..

void alglib::mlpproperties(
multilayerperceptron network,
ae_int_t& nin,
ae_int_t& nout,
ae_int_t& wcount,
const xparams _params = alglib::xdefault);

Chaiya

Page 1 of 1 All times are UTC
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group
http://www.phpbb.com/