Edu-MentorAI / topics.json
selvaneyas's picture
Create topics.json
c3515c2
raw
history blame contribute delete
608 Bytes
{
"topics": [
{
"title": "Machine Learning",
"description": "Study of algorithms that improve automatically through experience.",
"resources": [
"https://en.wikipedia.org/wiki/Machine_learning",
"https://www.coursera.org/specializations/machine-learning"
]
},
{
"title": "Deep Learning",
"description": "Subset of ML that focuses on neural networks with multiple layers.",
"resources": [
"https://en.wikipedia.org/wiki/Deep_learning",
"https://www.udacity.com/course/deep-learning-nanodegree--nd101"
]
}
]
}