ankithpatel commited on
Commit
dcc41c4
·
verified ·
1 Parent(s): d4094f5

Update pages/Machine learning VS Deep Learning.py

Browse files
pages/Machine learning VS Deep Learning.py CHANGED
@@ -64,6 +64,7 @@ html_code = """
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>
@@ -78,9 +79,11 @@ html_code = """
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
 
 
64
  <td>Feature engineering is essential for performance.</td>
65
  <td>Automatically learns features from data.</td>
66
  </tr>
67
+
68
  <tr>
69
  <td>Applications</td>
70
  <td>Fraud detection, recommendation systems, etc.</td>
 
79
  </tr>
80
 
81
  <tr>
82
+ <td> Interpretability</td>
83
+ <td> Easier to interpret and debug.</td>
84
+ <td> Acts as a "black box," making it harder to interpret results.</td>
85
+
86
+ </tr>
87
  </table>
88
  """
89