From 0cf7089aad5f5330cdf71e2d75828990a7ab76d3 Mon Sep 17 00:00:00 2001 From: Charles-Axel Dein <120501+charlax@users.noreply.github.com> Date: Sun, 22 Dec 2024 22:33:29 -0500 Subject: [PATCH] Add errors resources --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 2d4e246..76e1388 100644 --- a/README.md +++ b/README.md @@ -1364,6 +1364,7 @@ Richard Feynman's Learning Strategy: ### Machine learning/AI - [Transformers from Scratch](https://e2eml.school/transformers.html) +- [A Gentle Introduction to Graph Neural Networks](https://distill.pub/2021/gnn-intro/) ### Math @@ -1405,6 +1406,8 @@ Richard Feynman's Learning Strategy: - Explain the problem - Explain the solution - Write clearly +- [Errors, Errors Everywhere: How We Centralized and Structured Error Handling](https://olivernguyen.io/w/namespace.error/) (for Go, but useful for any languages) +- For inspiration: [Handle Errors - Graph API](https://developers.facebook.com/docs/graph-api/guides/error-handling#receiving-errorcodes) #### Metrics