This is an automated email from the ASF dual-hosted git repository.

njayaram pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/madlib.git.


    from 7b9c837  Minibatch DL: Add extra image data examples to the user docs
     new 64ad1d4  New Module: Deep Learning helper functions
     new f760e72  Deep Learning: Add documentation for helper function and 
refactor code.

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/mainpage.dox.in                                |   1 +
 src/config/Modules.yml                             |   2 +
 .../internal => deep_learning}/__init__.py_in      |   0
 .../deep_learning/keras_model_arch_table.py_in     | 233 +++++++++++++++++++++
 .../deep_learning/keras_model_arch_table.sql_in    | 166 +++++++++++++++
 .../test/keras_model_arch_table.ic.sql_in}         |  32 +--
 .../test/keras_model_arch_table.sql_in             | 109 ++++++++++
 .../postgres/modules/utilities/utilities.py_in     |   5 +
 .../postgres/modules/utilities/utilities.sql_in    |  16 ++
 9 files changed, 541 insertions(+), 23 deletions(-)
 copy src/ports/postgres/modules/{validation/internal => 
deep_learning}/__init__.py_in (100%)
 create mode 100644 
src/ports/postgres/modules/deep_learning/keras_model_arch_table.py_in
 create mode 100644 
src/ports/postgres/modules/deep_learning/keras_model_arch_table.sql_in
 copy src/ports/postgres/modules/{stats/test/wsr_test.ic.sql_in => 
deep_learning/test/keras_model_arch_table.ic.sql_in} (63%)
 create mode 100644 
src/ports/postgres/modules/deep_learning/test/keras_model_arch_table.sql_in

Reply via email to