Skip to content
This repository has been archived by the owner on Jan 3, 2024. It is now read-only.

Dann makeWeights

Matias Vazquez-Levi edited this page Jan 31, 2021 · 5 revisions

makeWeights( min , max );

Creates the weights. This function should be called after all the hidden layers were added. The optional parameters determine the range in which starting weights are going to be set randomly. If no arguments are specified, weights are going to be set in between -1 and 1.

  • min (optional)

    The minimum range value.

  • max (optional)

    The maximum range value.

Clone this wiki locally