Skip to content
View kar9222's full-sized avatar

Block or report kar9222

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

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

Report abuse

Pinned Loading

  1. nvim nvim Public

    Neovim's config

    Lua 2

  2. minimalist.nvim minimalist.nvim Public

    Minimalist Neovim theme

    Lua 4 1

  3. minimalist minimalist Public

    Minimalist setup

    Python 5

  4. Linear model, the foundation of arch... Linear model, the foundation of architecture of deep learning
    1
    Related tweets
    2
    - [Today, we’re going to play a game I’m calling “IT’S JUST A LINEAR MODEL” (IJALM)...](https://twitter.com/WomenInStat/status/1286420597505892352?s=20)
    3
    - [How about deep learning? Super non-linear, right?  Well, as a function of some non-linear activations, it's IJALM...](https://twitter.com/WomenInStat/status/1286425557970726913?s=20)
    4
    
                  
    5
    Codes are avaiable in both Julia and R. No dependency. You simply run it, or play around with it.
  5. Pfizer's vaccine effectiveness simul... Pfizer's vaccine effectiveness simulation
    1
    # Pfizer's vaccine effectiveness simulation
    2
    
                  
    3
    Just for fun 😄. I saw this post about Pfizer's [Vaccine Effectiveness Simulation](https://rpubs.com/ericnovik/692460). So I simply translate the Bayesian model (implemented in [Stan](https://mc-stan.org/)) into my favorite Julia library [Turing.jl](https://turing.ml/dev/). For details, please read the link.
    4
    
                  
    5
    Very briefly, from [Vaccine Effectiveness Simulation](https://rpubs.com/ericnovik/692460)
  6. data.table `join + update-by-referen... data.table `join + update-by-reference + setkey`
    1
    # data.table `join + update-by-reference + setkey`
    2
    
                  
    3
    A basic/naive test 
    4
    - Found gem about `join + update-by-reference` from [Left join using data.table](https://stackoverflow.com/questions/34598139/left-join-using-data-table)
    5
    - Saw a tweet reply by Michael chirico about using `setkey` during join