Update pages/2_ML vs DL.py
Browse files- pages/2_ML vs DL.py +1 -1
pages/2_ML vs DL.py
CHANGED
|
@@ -12,4 +12,4 @@ st.header(":blue-background[What is Deep learning?]")
|
|
| 12 |
st.write("DL is a specialized subset of ML that uses neural networks with multiple layers (hence deep) to automatically learn and extract features from unstructured data, such as images and text. It mimics the human brain's neural structure. Deep Learning algorithms based on highly complex neural networks that mimic the way a human brain works to detect patterns in large unstructured data sets.")
|
| 13 |
st.header(":blue-background[Difference between ML and DL:-]")
|
| 14 |
st.write("ML and DL are the tools by using which we can mimic/copy Natural Intelligence where in this process of mimicing/copying we learn learning ability. Machine Learning (ML) and Deep Learning (DL) are both subsets of Artificial Intelligence (AI), but they differ significantly in their methodologies, complexity, and applications. Understanding these differences is crucial for selecting the appropriate approach for specific tasks.")
|
| 15 |
-
st.image("https://
|
|
|
|
| 12 |
st.write("DL is a specialized subset of ML that uses neural networks with multiple layers (hence deep) to automatically learn and extract features from unstructured data, such as images and text. It mimics the human brain's neural structure. Deep Learning algorithms based on highly complex neural networks that mimic the way a human brain works to detect patterns in large unstructured data sets.")
|
| 13 |
st.header(":blue-background[Difference between ML and DL:-]")
|
| 14 |
st.write("ML and DL are the tools by using which we can mimic/copy Natural Intelligence where in this process of mimicing/copying we learn learning ability. Machine Learning (ML) and Deep Learning (DL) are both subsets of Artificial Intelligence (AI), but they differ significantly in their methodologies, complexity, and applications. Understanding these differences is crucial for selecting the appropriate approach for specific tasks.")
|
| 15 |
+
st.image("https://miro.medium.com/v2/resize:fit:1400/1*48qZWxrzFMTAtf_61IlH3Q.png")
|