Update index.html
Browse files- index.html +13 -5
index.html
CHANGED
@@ -10,11 +10,19 @@
|
|
10 |
</head>
|
11 |
<body>
|
12 |
<div class="mermaid">
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
-
|
17 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
18 |
</div>
|
19 |
|
20 |
<div class="card">
|
|
|
10 |
</head>
|
11 |
<body>
|
12 |
<div class="mermaid">
|
13 |
+
journey
|
14 |
+
title Create AI
|
15 |
+
section Training
|
16 |
+
Format DataSet Inputs Files, Data Splits: 5: Teacher
|
17 |
+
Model Build w/ SKLearn, TF, Pytorch: 3: Student
|
18 |
+
Determine Model Performance: 1: Teacher, Student
|
19 |
+
section Deploy
|
20 |
+
Web Deploy Local and Cloud: 5: Teacher
|
21 |
+
Architecture Spaces Gradio Streamlit Heroku AWS Azure and GCCP: 5: Teacher
|
22 |
+
section Testing
|
23 |
+
Test Model with Input Datasets: 5: Teacher
|
24 |
+
Examples. Inputs that Work, Inputs That Break Model: 5: Teacher
|
25 |
+
Governance - Analyze, Publish Fairness, Equity, Bias for Datasets and Outputs: 5: Teacher
|
26 |
</div>
|
27 |
|
28 |
<div class="card">
|