ankithpatel commited on
Commit
1f0896e
·
verified ·
1 Parent(s): f153751

Update pages/Machine learning VS Deep Learning.py

Browse files
pages/Machine learning VS Deep Learning.py CHANGED
@@ -64,26 +64,20 @@ html_code = """
64
  <td>Feature engineering is essential for performance.</td>
65
  <td>Automatically learns features from data.</td>
66
  </tr>
67
-
68
  <tr>
69
-
70
- <td>Applications</td>
71
- <td>Fraud detection, recommendation systems, etc.</td>
72
- <td>Image recognition, natural language processing, etc.</td>
73
  </tr>
74
-
75
  <tr>
76
  <td> Training Time taken</td>
77
  <td>Typically faster to train due to simpler algorithms</td>
78
  <td> Takes longer to train due to the complexity of models and data size.</td>
79
-
80
  </tr>
81
-
82
  <tr>
83
  <td> Interpretability</td>
84
  <td> Easier to interpret and debug.</td>
85
  <td> Acts as a "black box," making it harder to interpret results.</td>
86
-
87
  </tr>
88
  </table>
89
  """
 
64
  <td>Feature engineering is essential for performance.</td>
65
  <td>Automatically learns features from data.</td>
66
  </tr>
 
67
  <tr>
68
+ <td>Applications</td>
69
+ <td>Fraud detection, recommendation systems, etc.</td>
70
+ <td>Image recognition, natural language processing, etc.</td>
 
71
  </tr>
 
72
  <tr>
73
  <td> Training Time taken</td>
74
  <td>Typically faster to train due to simpler algorithms</td>
75
  <td> Takes longer to train due to the complexity of models and data size.</td>
 
76
  </tr>
 
77
  <tr>
78
  <td> Interpretability</td>
79
  <td> Easier to interpret and debug.</td>
80
  <td> Acts as a "black box," making it harder to interpret results.</td>
 
81
  </tr>
82
  </table>
83
  """