Skip to content

Commit 11b0b03

Browse files
author
John Muchovej
authored
create textbooks.md
1 parent a9f8fc3 commit 11b0b03

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

textbooks.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
---
2+
layout: hackpack
3+
title: Textbooks
4+
5+
list:
6+
general:
7+
- title: "Machine Learning: A Probabilistic Perspective"
8+
author: "Kevin Murphy"
9+
link:
10+
- title: "Artificial Intelligence: A Modern Approach"
11+
author: "Stuart Russel and Peter Norvig"
12+
link:
13+
14+
specific:
15+
- title: "Make Your Own Neural Network"
16+
author: "Tariq Rashid"
17+
link:
18+
- title: "Neural Networks and Deep Learning"
19+
author: "Michael Nielson"
20+
link: "http://neuralnetworksanddeeplearning.com/"
21+
- title: "Deep Learning"
22+
author: "Ian Goodfellow, Yoshua Bengio, and Aaron Courville"
23+
link: "http://www.deeplearningbook.org/"
24+
---
25+
26+
{% include modules/hackpack-item.html
27+
list1=page.list.general
28+
type1="general"
29+
list2=page.list.specific
30+
type2="specific" %}

0 commit comments

Comments
 (0)