Skip to content

Commit 05dfc8d

Browse files
mmckyclaude
andauthored
books: add Deep Learning for Solving and Estimating Dynamic Models (#253)
Adds Simon Scheidegger's graduate lecture script to the /books page as a community book, linking to the MyST MD version hosted at sischei.github.io. Source repo: github.com/sischei/Deep_Learning_for_Solving_And_Estimating_Dynamic_Economic_Models The cover is taken from the repo's assets/hero and stored twice: the full 1055x1491 cover, and a 300px-wide thumbnail that the card actually references (the card renders it at 100px). Both are re-encoded to a 256-colour palette, which is visually indistinguishable at these sizes and takes the full cover from 2.0 MB to 361 KB. Inserted at order 3 so the three books flagged new group together, which bumps Dynamic Programming Volume I to 4 and Economic Networks to 5. Co-authored-by: Claude Opus 5 (1M context) <noreply@anthropic.com>
1 parent b032091 commit 05dfc8d

5 files changed

Lines changed: 13 additions & 2 deletions

File tree

_projects/deep-learning.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
name: "Deep Learning for Solving and Estimating Dynamic Models in Economics and Finance"
3+
authors: "Simon Scheidegger"
4+
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."
5+
link: https://sischei.github.io/Deep_Learning_for_Solving_And_Estimating_Dynamic_Economic_Models/
6+
image: deep-learning-thumb.png
7+
order: 3
8+
type: book
9+
category: community
10+
new: true
11+
---

_projects/dp.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ authors: "Thomas J. Sargent and John Stachurski"
44
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."
55
link: https://dp.quantecon.org
66
image: dp-image.png
7-
order: 3
7+
order: 4
88
type: book
99
category: quantecon
1010
---

_projects/networks.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ authors: "John Stachurski and Thomas J. Sargent"
44
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."
55
link: https://networks.quantecon.org
66
image: networks-image.png
7-
order: 4
7+
order: 5
88
type: book
99
category: quantecon
1010
---
352 KB
Loading
39.3 KB
Loading

0 commit comments

Comments
 (0)