Skip to content

Commit 31d47bf

Browse files
Update mlpaths.md
1 parent 35b620f commit 31d47bf

File tree

1 file changed

+18
-6
lines changed

1 file changed

+18
-6
lines changed

docs/mlpaths.md

Lines changed: 18 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,19 +5,28 @@ We present 12 topics in the data science learning path, providing learning objec
55

66
```mermaid
77
flowchart TB
8-
intro --> eth["`**Ethics**`"]
8+
eth["`**Ethics**`"] --> ds
99
ds --> stats["`**Statistics**`"]
10+
eth --> stats
11+
1012
1113
subgraph ds ["`**General Data Science**`"]
12-
intro["`**Intro to Data Science and Machine Learning**`"] --> pyds["`**Python for Data Science**`"]
14+
introds["`**Intro to Data Science and Machine Learning**`"] --> pyds["`**Python for Data Science**`"]
1315
end
1416
1517
subgraph C ["`**Classical Machine Learning**`"]
1618
class["`**4.Classification Algorithms**`"] --> ensemble["`**5. Ensemble Methods**`"] --> UL["`**6. Unsupervised Learning**`"]
1719
end
1820
19-
21+
subgraph D ["`**Deep Learning**`"]
22+
introdl["`**Intro to Deep Learning**`"] --> RNN["`**Recurrent Neural Networks and Sequence Models**`"] --> Gen["`**Generative Models**`"] --> TL["`**Transfer Learning anf Fine Tuning**`"]
23+
end
2024
25+
C --> cdci["`**Model Deployment and Productionization**`"]
26+
D --> cdci
27+
ds --> cdci
28+
eth --> C
29+
eth --> D
2130
2231
```
2332

@@ -27,14 +36,17 @@ A: General Data Science
2736

2837
2. Python for Data Science
2938

30-
3139
B: Statistics
3240

3341
3. Statistical Learning and Regression Models
3442

35-
3643
C: Classical Machine Learning
3744

45+
4. Classification Algorithms
46+
47+
5. Ensemble Methods
48+
49+
6. Unsupervised Learning
3850

3951
D: Deep Learning
4052

@@ -46,7 +58,7 @@ D: Deep Learning
4658

4759
10. Transfer Learning and Fine-tuning
4860

49-
E: Continuous Integration COntinuous Development
61+
E: Continuous Integration Continuous Development
5062

5163
11. Model Deployment and Productionization
5264

0 commit comments

Comments
 (0)