You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@madlib.apache.org by kaknikhil <gi...@git.apache.org> on 2018/08/10 20:53:25 UTC

[GitHub] madlib-site pull request #13: Add notebook for deep learning with keras

GitHub user kaknikhil opened a pull request:

    https://github.com/apache/madlib-site/pull/13

    Add notebook for deep learning with keras

    This iPython notebook walks the user through training and testing a deep
    learning model built with tensorflow and keras in Greenplum 5.X. The
    model is constructed within a plpython function in SQL, and this
    function is invoked through a SQL UDF (with the training/test data
    passed in).
    
    Co-authored-by: Arvind Sridhar <as...@pivotal.io>
    Co-authored-by: Rahul Iyer <ri...@pivotal.io>
    Co-authored-by: Orhan Kislal <ok...@pivotal.io>
    Co-authored-by: Jingyi Mei <jm...@pivotal.io>
    Co-authored-by: Domino Valdano <dv...@pivotal.io>
    Co-authored-by: Nandish Jayaram <nj...@pivotal.io>

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/kaknikhil/madlib-site gpu-keras-notebook

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/madlib-site/pull/13.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #13
    
----
commit 765d4b31db677774a06a9f0e7a9f1d548d6a1a4f
Author: Nikhil Kak <nk...@...>
Date:   2018-08-08T18:00:45Z

    Add notebook for deep learning with keras
    
    This iPython notebook walks the user through training and testing a deep
    learning model built with tensorflow and keras in Greenplum 5.X. The
    model is constructed within a plpython function in SQL, and this
    function is invoked through a SQL UDF (with the training/test data
    passed in).
    
    Co-authored-by: Arvind Sridhar <as...@pivotal.io>
    Co-authored-by: Rahul Iyer <ri...@pivotal.io>
    Co-authored-by: Orhan Kislal <ok...@pivotal.io>
    Co-authored-by: Jingyi Mei <jm...@pivotal.io>
    Co-authored-by: Domino Valdano <dv...@pivotal.io>
    Co-authored-by: Nandish Jayaram <nj...@pivotal.io>

----


---