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 e5ace86  Deep Learning: Disable deep learning for gpdb 4.3
     new 0e67376  Minibatch Preprocessor: Fix random distribution bug for DL
     new 994207d  New Module: Deep Learning support with Keras
     new 94effc8  Deep Learning: Add dev-check test cases
     new 3a4a8e3  Deep Learning: Add unit test cases
     new 4dd5035  Deep Learning: Refactor code
     new 868633d  Deep Learning: Add asserts to madlib keras dev check test

The 6 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:
 .../modules/deep_learning/madlib_keras.py_in       | 583 +++++++++++++++++++++
 .../modules/deep_learning/madlib_keras.sql_in      | 286 ++++++++++
 .../deep_learning/madlib_keras_helper.py_in        | 194 +++++++
 .../deep_learning/madlib_keras_predict.py_in       |  83 +++
 .../deep_learning/madlib_keras_wrapper.py_in       |  91 ++++
 .../modules/deep_learning/test/madlib_keras.sql_in | 156 ++++++
 .../test/unit_tests/plpy_mock.py_in                |   0
 .../test/unit_tests/test_madlib_keras.py_in        | 199 +++++++
 .../test/unit_tests/test_madlib_keras_helper.py_in | 179 +++++++
 .../utilities/minibatch_preprocessing.py_in        |  10 +-
 .../modules/utilities/model_arch_info.py_in        |  89 ++++
 11 files changed, 1865 insertions(+), 5 deletions(-)
 create mode 100644 src/ports/postgres/modules/deep_learning/madlib_keras.py_in
 create mode 100644 src/ports/postgres/modules/deep_learning/madlib_keras.sql_in
 create mode 100644 
src/ports/postgres/modules/deep_learning/madlib_keras_helper.py_in
 create mode 100644 
src/ports/postgres/modules/deep_learning/madlib_keras_predict.py_in
 create mode 100644 
src/ports/postgres/modules/deep_learning/madlib_keras_wrapper.py_in
 create mode 100644 
src/ports/postgres/modules/deep_learning/test/madlib_keras.sql_in
 copy src/ports/postgres/modules/{recursive_partitioning => 
deep_learning}/test/unit_tests/plpy_mock.py_in (100%)
 create mode 100644 
src/ports/postgres/modules/deep_learning/test/unit_tests/test_madlib_keras.py_in
 create mode 100644 
src/ports/postgres/modules/deep_learning/test/unit_tests/test_madlib_keras_helper.py_in
 create mode 100644 src/ports/postgres/modules/utilities/model_arch_info.py_in

Reply via email to