Skip to content
View dah33's full-sized avatar

Block or report dah33

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. tiny_recursive_model tiny_recursive_model Public

    Python

  2. explore_forward_forward explore_forward_forward Public

    Explore Geoffrey Hinton's Forward Forward algorithm for training neutral networks

    Python 6 2

  3. dbt-dada dbt-dada Public

    dada: data about data [for dbt]

    2

  4. How to make a function closure in Ji... How to make a function closure in Jinja / dbt
    1
    {# Save these macros in your dbt project /macros folder: #}
    2
    
                  
    3
    {% macro enclose(fn, env) %}
    4
        {% set closure = namespace(fn=fn, env=env) %}
    5
        {% do return(closure) %}