This is an automated email from the ASF dual-hosted git repository.
okislal pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/madlib.git.
from 77f3fd7 DL: Fix object table schema error message
new e77ec59 MLP: Add rmsprop and Adam optimization techniques
new 64ed9bb MLP: Set lambda value for minibatch
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
doc/design/modules/neural-network.tex | 25 +++
doc/literature.bib | 13 ++
src/dbal/EigenIntegration/EigenIntegration.hpp | 7 +
src/modules/convex/algo/igd.hpp | 85 ++++++++-
src/modules/convex/mlp_igd.cpp | 159 +++++++++++++++++
src/modules/convex/mlp_igd.hpp | 5 +
src/modules/convex/task/mlp.hpp | 99 +++++++++++
src/modules/convex/type/state.hpp | 181 ++++++++++++++++++-
src/ports/postgres/modules/convex/mlp.sql_in | 151 +++++++++++++++-
src/ports/postgres/modules/convex/mlp_igd.py_in | 153 ++++++++++++++--
src/ports/postgres/modules/convex/test/mlp.sql_in | 205 ++++++++++++++++++++--
11 files changed, 1044 insertions(+), 39 deletions(-)