# Generated by roxygen2: do not edit by hand

export(adadelta)
export(adagrad)
export(adam)
export(gradDescent.learn)
export(gradDescent.predict)
export(gradDescent.predictInput)
export(gradDescent.preprocessing)
export(gradientDescent)
export(rmsprop)
export(stochasticAverage)
importFrom("stats", "runif", "sd")