fann_randomize_weights
(PECL fann >= 1.0.0)
fann_randomize_weights — Give each connection a random weight between min_weight and max_weight
説明
Give each connection a random weight between min_weight
and max_weight
From the beginning the weights are random between -0.1 and 0.1.
パラメータ
ann
-
ニューラルネットワークリソース。
min_weight
-
Minimum weight value
max_weight
-
Maximum weight value
+add a note
User Contributed Notes
There are no user contributed notes for this page.