lecture-jax
lecture-jax copied to clipboard
Lectures on Quantitative Economics Using JAX
Eq (4.18) looks broken at the end (missing brackets) but actually if you hover over the equation there's a slider. That's not obvious if you don't hover. I wonder how...
I have applied for early access to https://developer.nvidia.com/jax-container-early-access hopefully that will come through soon -- it "should" provide a more reliable container for running `jax` workflows
As discussed with @jstac and mentioned by @aledinola here: https://discourse.quantecon.org/t/aiyagari-model-with-endogenous-labor-supply/1014/ we can implement the simplest version of the Aiyagari model with endogenous labor supply as an example or exercise. Reference:...
https://github.com/QuantEcon/lecture-jax/pull/88#issuecomment-1667001277
Tensor flow probability now works on JAX: https://www.tensorflow.org/probability/examples/TensorFlow_Probability_on_JAX It includes routines for Monte Carlo and multivariate optimization. Are there any lectures in https://python.quantecon.org and https://python-advanced.quantecon.org/intro.html that we can now bring...
Improve `jupyter-book` to merge `streamed` output types This is a reminder issue that will need to be fixed in `jupyter-book`
Write a JAX version of the following code https://github.com/QuantEcon/book-dp1/blob/main/source_code_py/inventory_dp.py https://github.com/QuantEcon/book-dp1/blob/main/source_code_py/inventory_sdd.py This code can be combined into one lecture. The description of the model is in Section 5.3.1 and Section 6.3.3...
@HengchengZhang I am opening this so we review the links that are failing (that include anchors). From your research into the sphinx.linkchecker is the best solution to add ignore patterns?