Skip to content

Commit 86bde88

Browse files
Update mlpaths.md
1 parent 0096910 commit 86bde88

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

docs/mlpaths.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,22 @@ flowchart TB
2929
3030
```
3131

32+
33+
```mermaid
34+
flowchart TB
35+
subgraph ds
36+
introds-->pyds
37+
end
38+
subgraph C ["`**Classical Machine Learning**`"]
39+
class["`**4.Classification Algorithms**`"]-->ensemble["`**5. Ensemble Methods**`"]-->UL["`**6. Unsupervised Learning**`"]
40+
end
41+
subgraph D ["`**Deep Learning**`"]
42+
introdl["`**Intro to Deep Learning**`"]-->RNN["`**Recurrent Neural Networks and Sequence Models**`"]-->Gen["`**Generative Models**`"]-->TL["`**Transfer Learning and Fine Tuning**`"]
43+
end
44+
45+
```
46+
47+
3248
A: General Data Science
3349

3450
1. Introduction to Data Science and Machine Learning

0 commit comments

Comments
 (0)