Skip to content

Commit d7b6730

Browse files
Update mlpaths.md
1 parent a68416e commit d7b6730

File tree

1 file changed

+10
-6
lines changed

1 file changed

+10
-6
lines changed

docs/mlpaths.md

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,17 @@
11

22

3-
## Mermaid example.
3+
## Working with different data types.
44

55

66
```mermaid
7-
graph TD;
8-
A-->B;
9-
A-->C;
10-
B-->D;
11-
C-->D;
7+
flowchart LR;
8+
A[Data types]-->B[Working with Numeric and Categorical Data];
9+
A-->C[Computer Vision and Image-based Learning];
10+
A-->D[Time Series Analysis and Forecasting];
11+
A-->D[Natural Language Processing];
12+
A-->E[Speech and Audio Processing];
1213
```
1314

15+
16+
17+

0 commit comments

Comments
 (0)