diff --git a/artificial-intelligence/deep-learning/index.json b/artificial-intelligence/deep-learning/index.json index d00f3f1..5f88fca 100644 --- a/artificial-intelligence/deep-learning/index.json +++ b/artificial-intelligence/deep-learning/index.json @@ -35,6 +35,18 @@ "url": "https://karpathy.ai/zero-to-hero.html", "type": "course", "level": "everyone" + }, + { + "title": "Dive into Deep Learning", + "url": "https://d2l.ai/", + "type": "book", + "level": "everyone" + }, + { + "title": "Deep Learning Book", + "url": "https://www.deeplearningbook.org/", + "type": "book", + "level": "intermediate" } ] -} \ No newline at end of file +} diff --git a/artificial-intelligence/machine-learning/index.json b/artificial-intelligence/machine-learning/index.json index 5a2daef..f0488fb 100644 --- a/artificial-intelligence/machine-learning/index.json +++ b/artificial-intelligence/machine-learning/index.json @@ -53,6 +53,12 @@ "url": "https://www.statlearning.com/", "type": "book", "level": "everyone" + }, + { + "title": "Interpretable Machine Learning", + "url": "https://christophm.github.io/interpretable-ml-book/", + "type": "book", + "level": "intermediate" } ] }