Package | Description |
---|---|
org.neuroph.core |
Provides base classes and basic building components for neural networks.
|
org.neuroph.util.random |
Provides weights randomization techniques
|
Class and Description |
---|
WeightsRandomizer
Basic weights randomizer, iterates and randomizes all connection weights in network.
|
Class and Description |
---|
RangeRandomizer
This class provides ranged weights randomizer, which randomize weights in specified [min, max] range.
|
WeightsRandomizer
Basic weights randomizer, iterates and randomizes all connection weights in network.
|
Copyright © 2019 Neuroph Project. All rights reserved.