-
-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #96 from QuantEcon/rse-workshops
Add news item about Google JAX lectures
- Loading branch information
Showing
2 changed files
with
10 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
--- | ||
layout: post | ||
title: "Quantitative Economics with Google JAX" | ||
author: Natasha Watkins | ||
excerpt: QuantEcon has launched Quantitative Economics with Google JAX, a new lecture series that introduces JAX and its techniques to solve high-dimensional economic problems. | ||
--- | ||
|
||
QuantEcon has launched [Quantitative Economics with Google JAX](https://jax.quantecon.org/), a new lecture series that introduces JAX and its techniques to solve high-dimensional economic problems. Google JAX is an open-source Python library developed by Google Research that provides a range of tools for fast linear algebra operations, automatic differentiation, and efficient parallel computing. JAX builds upon the popular NumPy library, extending it with additional features such as automated GPU and TPU support, just-in-time compilation, and efficient optimization and estimation. The lectures cover applications such as asset pricing problems, inventory dynamics, and wealth distribution dynamics. A big thank you to Shu Hu, Smit Lunagariya, Matthew McKay, Humphrey Yang, Hengcheng Zhang, and Frank Wu, along with other research assistants at QuantEcon, for their invaluable contributions in creating these lectures. |