Live data from Hacker News

Viewing profile — jeremiecoullon

jeremiecoullon

HN member
Joined
Tue, Aug 18, 2015, 10:16 AM UTC
HN karma
110
Public activity
35 items

About jeremiecoullon

Computational stats / ML researcher. https://www.jeremiecoullon.com/

Recent public activity

  1. story
  2. story
  3. story
  4. story
  5. comment
    Comment #30140151

    I just discovered this field; I needed an algorithm to compute a low rank approximation of a large covariance matrix without first building the matrix. I'm using algorithm 16 in th…

  6. story
  7. story
  8. story
  9. comment
    Comment #26862587

    Nice to know that numba has these features; I'll have to check it out at some point!

  10. comment
    Comment #26862298

    I haven't tried numba but I've heard good things about it! Nice linked tutorial. If I understand correctly, you pass in jitted functions (using numba, and jax) into iminuit which d…

  11. comment
    Comment #26861791

    I've been using JAX ( https://jax.readthedocs.io/en/latest/ ) for scientific computing in general (in particular MCMC algorithms), as it's really fast. Even on a CPU you get massiv…

  12. comment
    Comment #26860007

    I hadn't seen that; thanks!

  13. comment
    Comment #26834965

    There are probably a bunch of alternatives for this. For example a friend built Reading List which I've heard is good ( https://apps.apple.com/us/app/reading-list-book-log/id121713…

  14. comment
    Comment #26511282

    The way to represent negative numbers (page 3 of the manual) is really cool: to do "a - b" you add a to the complement of b (with the complement of b being 2 - |b|). It feels reall…

  15. story
  16. comment
    Comment #26248515

    Perhaps an alternative to look into: Numpyro [1] has a JAX backend so can be really fast when compiled; and it can run on GPUs. So that might be helpful for your problem with loads…

  17. comment
    Comment #26024287

    I guess (good) podcasts are the modern equivalent!

  18. story
  19. comment
    Comment #25671309

    The author used the "intelligent driver model" (IDM): https://traffic-simulation.de/info/info_IDM.html It's a system of ODEs that describes the dynamics of each driver. So the inpu…

  20. comment
    Comment #25466822

    Sounds cool! What's the company? I haven't heard of many companies needing CFD

  21. comment
    Comment #25466814

    I’m doing a postdoc in stats/ML and mainly writing MCMC algorithms. Background: phd in computational statistics. I’ve used a lot of Python and a bit of Julia. I’ve recently started…

  22. story
  23. comment
    Comment #23751634

    this is great. The Kohl concert is hard to type at the right pace though :)

  24. comment
    Comment #23625275

    Cool! Yeah I tried a pdf and it generated a bunch of URLs ;)

  25. comment
    Comment #23593659

    This is really cool! How did you do the encoding though?