Skip to content

Commit ac66aae

Browse files
fix typo "mutiple" line 50
1 parent fb5be27 commit ac66aae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/machine-learning/service/concept-deep-learning-vs-machine-learning.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ The following table compares the two techniques in more detail:
4747
| **Featurization process** | Requires features to be accurately identified and created by users. | Learns high-level features from data and creates new features by itself. |
4848
| **Learning approach** | Divides the learning process into smaller steps. It then combines the results from each step into one output. | Moves through the learning process by resolving the problem on an end-to-end basis. |
4949
| **Execution time** | Takes comparatively little time to train, ranging from a few seconds to a few hours. | Usually takes a long time to train because a deep learning algorithm involves many layers. |
50-
| **Output** | The output is usually a numerical value, like a score or a classification. | The output can have mutiple formats, like a text, a score or a sound. |
50+
| **Output** | The output is usually a numerical value, like a score or a classification. | The output can have multiple formats, like a text, a score or a sound. |
5151

5252
## Deep learning use cases
5353

0 commit comments

Comments
 (0)