Spaces:
Runtime error
Runtime error
shwetashweta05
commited on
Commit
•
4fdd99b
1
Parent(s):
c87b46a
Update pages/2.Introduction to Data Science.py
Browse files
pages/2.Introduction to Data Science.py
CHANGED
@@ -82,7 +82,7 @@ st.write("""**Examples:**
|
|
82 |
|
83 |
|
84 |
st.subheader(":red[**What do you mean by Deep Learning**]")
|
85 |
-
st.write("Deep Learning is a specialized field of Machine Learning where machines learn from data using structures called neural networks.These networks are designed to work like the human brain with layers of "neurons" processing information step by step.It’s like teaching a machine to think by showing it lots of examples and letting it learn on its own.")
|
86 |
st.write("""**Examples:** 1.Imagine you want a computer to recognize handwritten digits (like on checks):
|
87 |
- Input Data: Provide many images of handwritten numbers with labels (e.g., “This is 5”).
|
88 |
- Training: A neural network learns the patterns in these images, like the curves of "5."
|
|
|
82 |
|
83 |
|
84 |
st.subheader(":red[**What do you mean by Deep Learning**]")
|
85 |
+
st.write("Deep Learning is a specialized field of Machine Learning where machines learn from data using structures called neural networks.These networks are designed to work like the human brain with layers of \"neurons\" processing information step by step.It’s like teaching a machine to think by showing it lots of examples and letting it learn on its own.")
|
86 |
st.write("""**Examples:** 1.Imagine you want a computer to recognize handwritten digits (like on checks):
|
87 |
- Input Data: Provide many images of handwritten numbers with labels (e.g., “This is 5”).
|
88 |
- Training: A neural network learns the patterns in these images, like the curves of "5."
|