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 <[email protected]>
Co-authored-by: Rahul Iyer <[email protected]>
Co-authored-by: Orhan Kislal <[email protected]>
Co-authored-by: Jingyi Mei <[email protected]>
Co-authored-by: Domino Valdano <[email protected]>
Co-authored-by: Nandish Jayaram <[email protected]>
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 <nkak@...>
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 <[email protected]>
Co-authored-by: Rahul Iyer <[email protected]>
Co-authored-by: Orhan Kislal <[email protected]>
Co-authored-by: Jingyi Mei <[email protected]>
Co-authored-by: Domino Valdano <[email protected]>
Co-authored-by: Nandish Jayaram <[email protected]>
----
---