We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7b6730 commit d1995d9Copy full SHA for d1995d9
docs/mlpaths.md
@@ -5,11 +5,11 @@
5
6
```mermaid
7
flowchart LR;
8
- A[Data types]-->B[Working with Numeric and Categorical Data];
+ A@{shape:processes, label: "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];
+ A-->E[Natural Language Processing];
+ A-->F[Speech and Audio Processing];
13
```
14
15
0 commit comments