Giter VIP home page Giter VIP logo

dl-workshop's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

dl-workshop's Issues

Redundant labextension commands in README.md

jupyter labextension install @jupyter-widgets/jupyterlab-manager and related blocks are unclear as to which is needed for which use-case, jupyter notebook vs jupyter-lab, and so may accidentally be run twice by tutorial attendees.

Code example in `vmap` notebook is incorrect.

tl;dr version to copy/paste into a corrected version of a notebook:

def vmapped_func(array):
    result = []
    for element in array:
        result.append(func(element))
    result = np.stack(result)
    return result

License?

I could not find a license for these materials. Did I miss it? If not, would you mind adding a license to know how we can (re)use the tutorial materials? Thanks for writing this!

Singularity-avoiding priors

For the DP-GMM model, we should be able to avoid singularities by choosing an Inverse Gamma prior on the sigma parameter, I think.

Feedback on how to improve the tutorial for beginners

From Michael Tullius (@mvtullius), who came by on SciPy 2021.

Hi Eric, Thank you for your presentation yesterday and for making all the materials available online. I would like to offer my feedback, for what its worth. I felt like I followed your presentation fairly well, but I only was successful with the easier examples. I even spent a couple hours afterwards going through the material on my own, but the more complex examples eluded me. I have had a little prior exposure to this type of programming, but it is still a very large shift in thinking that my brain really hasn't transitioned to. So my suggestions would be to maybe have some intermediate level examples in between the easier and harder examples, and probably more importantly, to have more demonstration of the process you use in mapping code that uses for loops to code that uses lax.scan and/or vmap. It was pretty easy for me to translate the simpler examples from for loops to code without loops, but I was stuck on the harder examples. I even tried making the dataframes in the examples much simpler and looking at the output of various operations to try to visualize what I was doing, but in the end I still struggled. Anyway, I may just need to spend MUCH more time with these concepts if I truly want to be competent with them, but I wanted to give some feedback that might be helpful for you for future presentations. Best Regards, Michael

Key actions that can help for the future:

  1. Introduce illustrations of how to map from loopy code to non-loopy code. (Some repetition may be needed here.)
  2. Introduce exercises of intermediate complexity.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.