ankithpatel commited on
Commit
975e57d
Β·
verified Β·
1 Parent(s): f14a6d8

Update pages/Machine learning VS Deep Learning.py

Browse files
pages/Machine learning VS Deep Learning.py CHANGED
@@ -39,15 +39,13 @@ html_code = """
39
  <th>Aspect</th>
40
  <th>Machine Learning (ML)πŸ“πŸ’»</th>
41
  <th>Deep Learning (DL)πŸ“πŸ’»</th>
42
-
43
  </tr>
44
  <tr>
45
  <td>1</td>
46
  <td>Definition</td>
47
  <td>A subset of AI focused on enabling systems to learn from data.</td>
48
  <td>A subset of ML that uses neural networks to process data.</td>
49
-
50
- </tr>
51
  <tr>
52
  <td>2</td>
53
  <td>Data Dependency</td>
 
39
  <th>Aspect</th>
40
  <th>Machine Learning (ML)πŸ“πŸ’»</th>
41
  <th>Deep Learning (DL)πŸ“πŸ’»</th>
 
42
  </tr>
43
  <tr>
44
  <td>1</td>
45
  <td>Definition</td>
46
  <td>A subset of AI focused on enabling systems to learn from data.</td>
47
  <td>A subset of ML that uses neural networks to process data.</td>
48
+ </tr>
 
49
  <tr>
50
  <td>2</td>
51
  <td>Data Dependency</td>