Skip to content

Commit 516ec3e

Browse files
yashasnadigsynyashasnadigsyn
andauthored
Added two Deep Learning books and One Machine Learning book (#84)
Co-authored-by: yashasnadigsyn <[email protected]>
1 parent 2d307d2 commit 516ec3e

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

artificial-intelligence/deep-learning/index.json

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,18 @@
3535
"url": "https://karpathy.ai/zero-to-hero.html",
3636
"type": "course",
3737
"level": "everyone"
38+
},
39+
{
40+
"title": "Dive into Deep Learning",
41+
"url": "https://d2l.ai/",
42+
"type": "book",
43+
"level": "everyone"
44+
},
45+
{
46+
"title": "Deep Learning Book",
47+
"url": "https://www.deeplearningbook.org/",
48+
"type": "book",
49+
"level": "intermediate"
3850
}
3951
]
40-
}
52+
}

artificial-intelligence/machine-learning/index.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,12 @@
5353
"url": "https://www.statlearning.com/",
5454
"type": "book",
5555
"level": "everyone"
56+
},
57+
{
58+
"title": "Interpretable Machine Learning",
59+
"url": "https://christophm.github.io/interpretable-ml-book/",
60+
"type": "book",
61+
"level": "intermediate"
5662
}
5763
]
5864
}

0 commit comments

Comments
 (0)