Skip to content

Commit

Permalink
Merge pull request #96 from QuantEcon/rse-workshops
Browse files Browse the repository at this point in the history
Add news item about Google JAX lectures
  • Loading branch information
mmcky authored Jun 20, 2023
2 parents 7c3c717 + aaf03b3 commit bf29c3c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,5 @@ gem "http_parser.rb", "~> 0.6.0", :platforms => [:jruby]
# gem 'jekyll-seo-tag'
# gem 'github-pages', group: :jekyll_plugins
gem 'jekyll-redirect-from'
# gem 'bootstrap', '~> 5.2.0'
# gem 'bootstrap', '~> 5.2.0'
gem "webrick", "~> 1.8"
8 changes: 8 additions & 0 deletions _posts/2023-05-31-jax.md
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.

0 comments on commit bf29c3c

Please sign in to comment.