Uses of Class
org.neuroph.util.random.WeightsRandomizer

Packages that use WeightsRandomizer
org.neuroph.core Provides base classes and basic building components for neural networks. 
org.neuroph.util.random Provides weights randomization techniques 
 

Uses of WeightsRandomizer in org.neuroph.core
 

Methods in org.neuroph.core with parameters of type WeightsRandomizer
 void NeuralNetwork.randomizeWeights(WeightsRandomizer randomizer)
          Randomizes connection weights for the whole network using specified randomizer
 

Uses of WeightsRandomizer in org.neuroph.util.random
 

Subclasses of WeightsRandomizer in org.neuroph.util.random
 class DistortRandomizer
          This class provides distort randomization technique, which distorts existing weight values using specified distortion factor.
 class GaussianRandomizer
          This class provides Gaussian randomization technique using Box Muller method.
 class NguyenWidrowRandomizer
          This class provides NguyenWidrow randmization technique, which gives very good results for Multi Layer Perceptrons trained with back propagation family of learning rules.
 class RangeRandomizer
          This class provides ranged weights randomizer, which randomize weights in specified [min, max] range.
 



Copyright © 2012. All Rights Reserved.