Spaces:
Sleeping
Sleeping
Commit ·
c3515c2
1
Parent(s): 074f19c
Create topics.json
Browse files- topics.json +20 -0
topics.json
ADDED
|
@@ -0,0 +1,20 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"topics": [
|
| 3 |
+
{
|
| 4 |
+
"title": "Machine Learning",
|
| 5 |
+
"description": "Study of algorithms that improve automatically through experience.",
|
| 6 |
+
"resources": [
|
| 7 |
+
"https://en.wikipedia.org/wiki/Machine_learning",
|
| 8 |
+
"https://www.coursera.org/specializations/machine-learning"
|
| 9 |
+
]
|
| 10 |
+
},
|
| 11 |
+
{
|
| 12 |
+
"title": "Deep Learning",
|
| 13 |
+
"description": "Subset of ML that focuses on neural networks with multiple layers.",
|
| 14 |
+
"resources": [
|
| 15 |
+
"https://en.wikipedia.org/wiki/Deep_learning",
|
| 16 |
+
"https://www.udacity.com/course/deep-learning-nanodegree--nd101"
|
| 17 |
+
]
|
| 18 |
+
}
|
| 19 |
+
]
|
| 20 |
+
}
|