forked from solliancenet/ai-in-a-day
-
Notifications
You must be signed in to change notification settings - Fork 62
/
Copy pathMasterDoc.json
33 lines (32 loc) · 1.04 KB
/
MasterDoc.json
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
[
{
"Name": "Azure Immersion Workshop : AI",
"Language": "English",
"Files": [
{
"RawFilePath": "https://raw.githubusercontent.com/CloudLabsAI-Azure/ai-in-a-day/main/README.md",
"Order": 1
},
{
"RawFilePath": "https://raw.githubusercontent.com/CloudLabsAI-Azure/ai-in-a-day/main/01-aml-model-training/README.md",
"Order": 2
},
{
"RawFilePath": "https://raw.githubusercontent.com/CloudLabsAI-Azure/ai-in-a-day/main/03-knowledge-mining/README.md",
"Order": 3
},
{
"RawFilePath": "https://raw.githubusercontent.com/CloudLabsAI-Azure/ai-in-a-day/main/04-conversational-ai/README.md",
"Order": 4
},
{
"RawFilePath": "https://raw.githubusercontent.com/CloudLabsAI-Azure/ai-in-a-day/main/05-metrics-advisor/05-metrics-advisor.md",
"Order": 5
},
{
"RawFilePath": "https://raw.githubusercontent.com/CloudLabsAI-Azure/ai-in-a-day/main/06-ml-in-databricks/README.md",
"Order": 6
}
]
}
]