com.github.cloudml.zen.ml

neuralNetwork

package neuralNetwork

Visibility
  1. Public
  2. All

Type Members

  1. class AdaGradUpdater extends Updater

    Annotations
    @Experimental()
  2. class DBN extends Logging with Serializable

    Annotations
    @Experimental()
  3. class EquilibratedUpdater extends Updater

    Equilibrated Gradient Descent the paper: RMSProp and equilibrated adaptive learning rates for non-convex optimization

  4. class GradientDescent extends Optimizer with Logging

    Class used to solve an optimization problem using Gradient Descent.

  5. class MLP extends Logging with Serializable

    Annotations
    @Experimental()
  6. class MomentumUpdater extends Updater

    Annotations
    @Experimental()
  7. class RBM extends Logging with Serializable

    Annotations
    @Experimental()
  8. class StackedRBM extends Logging with Serializable

    Annotations
    @Experimental()

Value Members

  1. object DBN extends Logging with Serializable

    Annotations
    @Experimental()
  2. object GradientDescent extends Logging with Serializable

    :: DeveloperApi :: Top-level method to run gradient descent.

  3. object MLP extends Logging with Serializable

    Annotations
    @Experimental()
  4. object NNUtil

    Annotations
    @Experimental()
  5. object RBM extends Logging with Serializable

    Annotations
    @Experimental()
  6. object StackedRBM extends Logging with Serializable

Ungrouped