Dear Wiki user, You have subscribed to a wiki page or wiki category on "Hama Wiki" for change notification.
The "Neuron" page has been changed by edwardyoon: https://wiki.apache.org/hama/Neuron?action=diff&rev1=1&rev2=2 {{{ /** - * Abstract class defines the behavior of activation functions + * Abstract class that defines the behavior of activation functions */ public abstract class Activation { .. } + -- + /** * User-defined sigmoid actiavation function @@ -21, +23 @@ } + main() { - Job Configuration interface design: - - ANNJob ann = new ANNJob(); + ANNJob ann = new ANNJob(); + .. + } }}}
