File tree Expand file tree Collapse file tree 1 file changed +30
-0
lines changed Expand file tree Collapse file tree 1 file changed +30
-0
lines changed Original file line number Diff line number Diff line change
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" %}
You can’t perform that action at this time.
0 commit comments