-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.json
More file actions
35 lines (34 loc) · 1.06 KB
/
config.json
File metadata and controls
35 lines (34 loc) · 1.06 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
{
"siteTitle": "ML Notes",
"siteDescription": "A personal collection of machine learning notes and references",
"sources": {
"eslr": {
"name": "Elements of Statistical Learning",
"shortName": "ESLR",
"description": "Notes from the classic textbook on statistical learning theory and methods",
"icon": "📊",
"color": "peach"
},
"general": {
"name": "General ML Topics",
"shortName": "General",
"description": "Foundational machine learning concepts, algorithms, and techniques",
"icon": "🧠",
"color": "mint"
},
"jurafsky": {
"name": "Speech & Language Processing",
"shortName": "Jurafsky",
"description": "Notes from Jurafsky's NLP textbook covering language models and transformers",
"icon": "💬",
"color": "lavender"
},
"probml": {
"name": "Probabilistic Machine Learning",
"shortName": "ProbML",
"description": "Probability-based approaches to machine learning by Kevin Murphy",
"icon": "📈",
"color": "butter"
}
}
}