diff --git a/_projects/deep-learning.md b/_projects/deep-learning.md new file mode 100644 index 0000000..22b850d --- /dev/null +++ b/_projects/deep-learning.md @@ -0,0 +1,11 @@ +--- +name: "Deep Learning for Solving and Estimating Dynamic Models in Economics and Finance" +authors: "Simon Scheidegger" +description: "A graduate lecture script covering deep learning methods for high-dimensional dynamic stochastic models, including deep equilibrium nets, physics-informed neural networks, deep surrogate models, and Gaussian processes, with applications to macroeconomics, asset pricing, and climate economics." +link: https://sischei.github.io/Deep_Learning_for_Solving_And_Estimating_Dynamic_Economic_Models/ +image: deep-learning-thumb.png +order: 3 +type: book +category: community +new: true +--- diff --git a/_projects/dp.md b/_projects/dp.md index 3d01ee3..312d1b4 100644 --- a/_projects/dp.md +++ b/_projects/dp.md @@ -4,7 +4,7 @@ authors: "Thomas J. Sargent and John Stachurski" description: "Volume I covers dynamic programming theory and applications for finite state spaces, including operators and fixed points, Markov dynamics, optimal stopping, and Markov decision processes." link: https://dp.quantecon.org image: dp-image.png -order: 3 +order: 4 type: book category: quantecon --- diff --git a/_projects/networks.md b/_projects/networks.md index 7e4f0cd..6472137 100644 --- a/_projects/networks.md +++ b/_projects/networks.md @@ -4,7 +4,7 @@ authors: "John Stachurski and Thomas J. Sargent" description: "This book is an introduction to economic networks and it emphasizes quantitative modeling, with the main underlying tools being graph theory, linear algebra, fixed point theory and programming." link: https://networks.quantecon.org image: networks-image.png -order: 4 +order: 5 type: book category: quantecon --- diff --git a/assets/img/books/deep-learning-cover.png b/assets/img/books/deep-learning-cover.png new file mode 100644 index 0000000..82261db Binary files /dev/null and b/assets/img/books/deep-learning-cover.png differ diff --git a/assets/img/books/deep-learning-thumb.png b/assets/img/books/deep-learning-thumb.png new file mode 100644 index 0000000..51522e1 Binary files /dev/null and b/assets/img/books/deep-learning-thumb.png differ