Spaces:
Sleeping
Sleeping
Update pages/2_Difference_Between_Ml_and_Dl.py
Browse files
pages/2_Difference_Between_Ml_and_Dl.py
CHANGED
|
@@ -86,4 +86,18 @@ st.markdown("""
|
|
| 86 |
<li>Machine learning can run on a CPU because it handles smaller tasks without needing powerful hardware 🖥️.</li>
|
| 87 |
</ul>
|
| 88 |
""", unsafe_allow_html=True)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 89 |
|
|
|
|
| 86 |
<li>Machine learning can run on a CPU because it handles smaller tasks without needing powerful hardware 🖥️.</li>
|
| 87 |
</ul>
|
| 88 |
""", unsafe_allow_html=True)
|
| 89 |
+
st.header("Deep Learning 🤖")
|
| 90 |
+
|
| 91 |
+
st.markdown("""
|
| 92 |
+
<ul class="icon-bullet">
|
| 93 |
+
<li>Deep Learning uses neural networks, which are brain-like systems of connected nodes that learn from data to recognize patterns and make decisions. 🧠</li>
|
| 94 |
+
<li>Deep Learning is hungry for data because it needs a large amount of information to learn patterns and make accurate predictions. The more data it has, the better it can perform. 🍽️📊</li>
|
| 95 |
+
<li>Deep Learning can handle all types of data, including images, text, and audio, and it can learn complex patterns from both structured and unstructured data. 🖼️📝🎧</li>
|
| 96 |
+
<li>Deep Learning requires more memory 🧠💾 to process complex data and models.</li>
|
| 97 |
+
<li>Deep Learning models require more time ⏱️ because of the large amount of data and complex calculations involved.</li>
|
| 98 |
+
<li>Deep Learning requires a GPU (Graphics Processing Unit), more RAM, and storage because it processes large amounts of data efficiently. 🖥️💡</li>
|
| 99 |
+
</ul>
|
| 100 |
+
""", unsafe_allow_html=True)
|
| 101 |
+
|
| 102 |
+
|
| 103 |
|