We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4801a27 commit c79dfb4Copy full SHA for c79dfb4
tutorials.md
@@ -0,0 +1,27 @@
1
+---
2
+layout: hackpack
3
+title: Tutorials
4
+
5
+list:
6
+ blogs:
7
+ - title: "This Week in Machine Learning & AI"
8
+ link: "twimlai.com"
9
+ - title: "Import AI"
10
+ link: "jack-clark.net"
11
+ - title: "Talking Machines"
12
+ link: "thetalkingmachines.com"
13
14
+ youtube:
15
+ - title: "Siraj Raval"
16
+ link: "channel/UCWN3xxRkmTPmbKwht9FuE5A"
17
+ tags: ["Tutorials", "Deep Learning", "YouTube"]
18
+ - title: "Two Minute Papers"
19
+ link: "user/keeroyz"
20
+ tags: ["Research", "YouTube"]
21
22
23
+{% include modules/hackpack-item.html
24
+ list1=page.list.blogs
25
+ type1="blogs"
26
+ list2=page.list.youtube
27
+ type2="youtube" %}
0 commit comments