Spaces:
Sleeping
Sleeping
Update pages/Machine learning VS Deep Learning.py
Browse files
pages/Machine learning VS Deep Learning.py
CHANGED
@@ -69,6 +69,18 @@ html_code = """
|
|
69 |
<td>Fraud detection, recommendation systems, etc.</td>
|
70 |
<td>Image recognition, natural language processing, etc.</td>
|
71 |
</tr>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
72 |
</table>
|
73 |
"""
|
74 |
|
|
|
69 |
<td>Fraud detection, recommendation systems, etc.</td>
|
70 |
<td>Image recognition, natural language processing, etc.</td>
|
71 |
</tr>
|
72 |
+
|
73 |
+
<tr>
|
74 |
+
<td> Training Time taken</td>
|
75 |
+
<td>Typically faster to train due to simpler algorithms</td>
|
76 |
+
<td> Takes longer to train due to the complexity of models and data size.</td>
|
77 |
+
|
78 |
+
</tr>
|
79 |
+
|
80 |
+
<tr>
|
81 |
+
<td> Interpretability</td>
|
82 |
+
<td> Easier to interpret and debug.</td>
|
83 |
+
<td> Acts as a "black box," making it harder to interpret results.</td>
|
84 |
</table>
|
85 |
"""
|
86 |
|