Skip to content

Commit c79dfb4

Browse files
author
John Muchovej
authored
create tutorials.md
1 parent 4801a27 commit c79dfb4

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

tutorials.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)