Spaces:
Runtime error
Runtime error
shwetashweta05
commited on
Commit
•
962f003
1
Parent(s):
4fdd99b
Update pages/2.Introduction to Data Science.py
Browse files
pages/2.Introduction to Data Science.py
CHANGED
@@ -8,14 +8,19 @@ st.write("Data Science is all about using data to find patterns, make prediction
|
|
8 |
st.subheader(":red[**Examples of Data Science**]")
|
9 |
st.write("""
|
10 |
**1.Netflix or YouTube Recommendations**
|
|
|
11 |
-Netflix uses data science to recommend shows based on what you’ve watched before.
|
12 |
**2.Weather Forecasting**
|
|
|
13 |
-Predicting rain or sunny days based on historical weather data.
|
14 |
**3.Fraud Detection in Banks**
|
|
|
15 |
-Detecting unusual spending patterns to prevent credit card fraud.
|
16 |
**4.Sports Analytics**
|
|
|
17 |
-Analyzing players' performances to make better team strategies.
|
18 |
**5.Healthcare**
|
|
|
19 |
-Predicting diseases based on patient symptoms or past data.
|
20 |
""")
|
21 |
|
@@ -87,10 +92,10 @@ st.write("""**Examples:** 1.Imagine you want a computer to recognize handwritten
|
|
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."
|
89 |
- Prediction: When you show it a new handwritten digit, it predicts what number it is.
|
90 |
-
2.Understand and respond to your voice using deep learning.
|
91 |
-
3.Unlocking your phone by recognizing your face.
|
92 |
-
4.Identifying diseases from X-rays or MRI scans.
|
93 |
-
5.Suggesting what to watch next based on your viewing history.
|
94 |
""")
|
95 |
|
96 |
st.subheader(":red[**Types of Neural Networks in Deep Learning**]")
|
|
|
8 |
st.subheader(":red[**Examples of Data Science**]")
|
9 |
st.write("""
|
10 |
**1.Netflix or YouTube Recommendations**
|
11 |
+
|
12 |
-Netflix uses data science to recommend shows based on what you’ve watched before.
|
13 |
**2.Weather Forecasting**
|
14 |
+
|
15 |
-Predicting rain or sunny days based on historical weather data.
|
16 |
**3.Fraud Detection in Banks**
|
17 |
+
|
18 |
-Detecting unusual spending patterns to prevent credit card fraud.
|
19 |
**4.Sports Analytics**
|
20 |
+
|
21 |
-Analyzing players' performances to make better team strategies.
|
22 |
**5.Healthcare**
|
23 |
+
|
24 |
-Predicting diseases based on patient symptoms or past data.
|
25 |
""")
|
26 |
|
|
|
92 |
- Input Data: Provide many images of handwritten numbers with labels (e.g., “This is 5”).
|
93 |
- Training: A neural network learns the patterns in these images, like the curves of "5."
|
94 |
- Prediction: When you show it a new handwritten digit, it predicts what number it is.
|
95 |
+
- 2.Understand and respond to your voice using deep learning.
|
96 |
+
- 3.Unlocking your phone by recognizing your face.
|
97 |
+
- 4.Identifying diseases from X-rays or MRI scans.
|
98 |
+
- 5.Suggesting what to watch next based on your viewing history.
|
99 |
""")
|
100 |
|
101 |
st.subheader(":red[**Types of Neural Networks in Deep Learning**]")
|