|
|
|
|
|
by jeremiecoullon
2014 days ago
|
|
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 using JAX and I’m really into it! It’s really fast even on my laptop (cpu) and can run even faster on GPU.
I’m now using jax even for random scripts as well as I prefer the random number generator to numpy’s one. This is because you pass the random keys explicitly to all random functions so everything is reproducible. I really like programming side the research; especially trying to get algorithms to be fast! So Jax is really great for that |
|