Viewing profile — jeremiecoullon
jeremiecoullon
HN member- Joined
- Tue, Aug 18, 2015, 10:16 AM UTC
- HN karma
- 110
- Public activity
- 35 items
- HN profile
- View on Hacker News ↗
About jeremiecoullon
Recent public activity
- story
- story
- story
- story
-
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…
- story
- story
- story
-
comment
Comment #26862587
Nice to know that numba has these features; I'll have to check it out at some point!
-
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…
-
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…
-
comment
Comment #26860007
I hadn't seen that; thanks!
-
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…
-
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…
- story
-
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…
-
comment
Comment #26024287
I guess (good) podcasts are the modern equivalent!
- story
-
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…
-
comment
Comment #25466822
Sounds cool! What's the company? I haven't heard of many companies needing CFD
-
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…
- story
-
comment
Comment #23751634
this is great. The Kohl concert is hard to type at the right pace though :)
-
comment
Comment #23625275
Cool! Yeah I tried a pdf and it generated a bunch of URLs ;)
-
comment
Comment #23593659
This is really cool! How did you do the encoding though?