Uniform

Contents

Uniform#

class brainpy.initialize.Uniform(min_val=0.0, max_val=1.0, seed=None)[source]#

Initialize weights with uniform distribution.

Parameters:
  • min_val (float) – The lower limit of the uniform distribution.

  • max_val (float) – The upper limit of the uniform distribution.