You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@madlib.apache.org by "Frank McQuillan (Jira)" <ji...@apache.org> on 2020/08/18 19:12:00 UTC

[jira] [Closed] (MADLIB-1440) DL - improve existing grid search method

     [ https://issues.apache.org/jira/browse/MADLIB-1440?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Frank McQuillan closed MADLIB-1440.
-----------------------------------
    Resolution: Duplicate

duplicate of https://issues.apache.org/jira/browse/MADLIB-1439

> DL - improve existing grid search method
> ----------------------------------------
>
>                 Key: MADLIB-1440
>                 URL: https://issues.apache.org/jira/browse/MADLIB-1440
>             Project: Apache MADlib
>          Issue Type: Improvement
>          Components: Module: Neural Networks
>            Reporter: Frank McQuillan
>            Assignee: Advitya Gemawat
>            Priority: Minor
>             Fix For: v1.18.0
>
>
> The method
> https://madlib.apache.org/docs/latest/group__grp__keras__setup__model__selection.html
> offers a way to setup for grid search for model selection.
> Currently this method is one-shot:  you create the table all at once from scratch.
> One improvement is to allow users to incrementally build up the model selection table via multiple calls to this function.  That is, if the output table already exists, then append to it and continue on with the numbering of the mst_keys from where it left off. 
> This will allow more flexibility for :
> e.g.,  1
> create different model params for model architectures
> e.g., 2
> use different learning rates for different types of optimizers, etc.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)