Sathwikchowdary commited on
Commit
2d5b8f6
·
verified ·
1 Parent(s): 953cb54

Update pages/Intro_DS.py

Browse files
Files changed (1) hide show
  1. pages/Intro_DS.py +26 -5
pages/Intro_DS.py CHANGED
@@ -10,7 +10,7 @@ st.markdown(
10
  "</p>",
11
  unsafe_allow_html=True
12
  )
13
- st.markdown("<h2 style='text-align: center; color: Black;'>Key Aspects of Data Science</h2>", unsafe_allow_html=True)
14
  st.markdown(
15
  "<p style='font-size: 16px; color: Blue; font-style: italic;'>"
16
  "<b style='color: Black;>Data Collection:</b> Acquiring data from many different sources, such as database servers,web scraping, and APIs.<br>"
@@ -22,7 +22,7 @@ st.markdown(
22
  "</p>",
23
  unsafe_allow_html=True
24
  )
25
- st.markdown("<h2 style='text-align: center; color: Black;'>Skills Required for Data Science</h2>", unsafe_allow_html=True)
26
  st.markdown(
27
  "<p style='font-size: 16px; color: Blue; font-style: italic;'>"
28
  "<b style='color: Black;'>Programming Skills:</b> Proficiency in Python, R, SQL, and other programming languages.<br>"
@@ -33,7 +33,7 @@ st.markdown(
33
  "</p>",
34
  unsafe_allow_html=True
35
  )
36
- st.markdown("<h2 style='text-align: center; color: Black;'>Applications</h2>", unsafe_allow_html=True)
37
  st.markdown(
38
  "<p style='font-size: 16px; color: Blue; font-style: italic;'>"
39
  "Data Science can be applied across various industries, including business, healthcare, finance, retail, and social media."
@@ -42,7 +42,7 @@ st.markdown(
42
  "</p>",
43
  unsafe_allow_html=True
44
  )
45
- st.markdown("<h2 style='text-align: center; color: Black;'>What is Artificial Intelligence (AI) </h2>", unsafe_allow_html=True)
46
  st.markdown(
47
  "<p style='font-size: 16px; color: Blue; font-style: italic;'>"
48
  "In Artificial intellect, we will guide machines to effortlessly replicate or mimic natural intellect in order to construct AI."
@@ -52,12 +52,33 @@ st.markdown(
52
  "The computer seeks to replicate NI's learning abilities.When a machine attempts to replicate the creating capacity of NI, a generative AI tool is deployed."
53
  "</p>",
54
  unsafe_allow_html=True)
55
- st.markdown("<h3 style='text-align: center; color: Black;'>Examples (AI) </h3>", unsafe_allow_html=True)
56
  st.markdown("<p style='font-size: 16px; color: Blue; font-style: italic;'>"
57
  "AI is used to recognise speech and deliver appropriate replies. For example, when you ask Siri, What's the weather today? it utilises natural language processing (NLP) to interpret your inquiry and respond."
58
  "Self-Driving Cars,companies like Tesla employ artificial intelligence to allow automobiles to drive themselves by analysing real-time data from cameras, sensors, and maps. AI systems in self-driving cars can identify objects, forecast traffic patterns, and make driving judgements."
59
  "</p>",
60
  unsafe_allow_html=True)
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
61
 
62
 
63
 
 
10
  "</p>",
11
  unsafe_allow_html=True
12
  )
13
+ st.markdown("<h2 style='text-align: left; color: Black;'>Key Aspects of Data Science</h2>", unsafe_allow_html=True)
14
  st.markdown(
15
  "<p style='font-size: 16px; color: Blue; font-style: italic;'>"
16
  "<b style='color: Black;>Data Collection:</b> Acquiring data from many different sources, such as database servers,web scraping, and APIs.<br>"
 
22
  "</p>",
23
  unsafe_allow_html=True
24
  )
25
+ st.markdown("<h2 style='text-align: left; color: Black;'>Skills Required for Data Science</h2>", unsafe_allow_html=True)
26
  st.markdown(
27
  "<p style='font-size: 16px; color: Blue; font-style: italic;'>"
28
  "<b style='color: Black;'>Programming Skills:</b> Proficiency in Python, R, SQL, and other programming languages.<br>"
 
33
  "</p>",
34
  unsafe_allow_html=True
35
  )
36
+ st.markdown("<h2 style='text-align: left; color: Black;'>Applications</h2>", unsafe_allow_html=True)
37
  st.markdown(
38
  "<p style='font-size: 16px; color: Blue; font-style: italic;'>"
39
  "Data Science can be applied across various industries, including business, healthcare, finance, retail, and social media."
 
42
  "</p>",
43
  unsafe_allow_html=True
44
  )
45
+ st.markdown("<h2 style='text-align: left; color: Black;'>What is Artificial Intelligence (AI) </h2>", unsafe_allow_html=True)
46
  st.markdown(
47
  "<p style='font-size: 16px; color: Blue; font-style: italic;'>"
48
  "In Artificial intellect, we will guide machines to effortlessly replicate or mimic natural intellect in order to construct AI."
 
52
  "The computer seeks to replicate NI's learning abilities.When a machine attempts to replicate the creating capacity of NI, a generative AI tool is deployed."
53
  "</p>",
54
  unsafe_allow_html=True)
55
+ st.markdown("<h3 style='text-align: left; color: Black;'>Examples of AI </h3>", unsafe_allow_html=True)
56
  st.markdown("<p style='font-size: 16px; color: Blue; font-style: italic;'>"
57
  "AI is used to recognise speech and deliver appropriate replies. For example, when you ask Siri, What's the weather today? it utilises natural language processing (NLP) to interpret your inquiry and respond."
58
  "Self-Driving Cars,companies like Tesla employ artificial intelligence to allow automobiles to drive themselves by analysing real-time data from cameras, sensors, and maps. AI systems in self-driving cars can identify objects, forecast traffic patterns, and make driving judgements."
59
  "</p>",
60
  unsafe_allow_html=True)
61
+ st.markdown("<h2 style='text-align: left; color: Black;'>Machine Learning (AI) </h2>", unsafe_allow_html=True)
62
+ st.markdown("<p style='font-size: 16px; color: Blue; font-style: italic;'>"
63
+ "Machine Learning (ML) is a subset of Artificial Intelligence (AI) in which computers are trained to learn from data, recognise patterns, and make judgements or predictions without being specifically programmed to do so. The key assumption is that systems may learn and improve via experience."
64
+ "Machine learning algorithms are used to analyse data, identify patterns, and make conclusions. As more data is collected, these algorithms improve and become more accurate at making predictions or conclusions."
65
+ "</p>",
66
+ unsafe_allow_html=True)
67
+ st.markdown("<h3 style='text-align: left; color: Black;'>Types of Machine Learning </h3>", unsafe_allow_html=True)
68
+ st.markdown("<p style='font-size: 16px; color: Blue; font-style: italic;'>"
69
+ "Supervised Learning"
70
+ "Unsupervised Learning"
71
+ "Reinforcement Learning"
72
+ "Semi-Supervised Learning")
73
+ st.markdown("<h3 style='text-align: left; color: Black;'>Examples of ML </h3>",unsafe_allow_html=True)
74
+ st.markdown("<p style='font-size: 16px; color: Blue; font-style: italic;'>"
75
+ "Recommendation Systems (Netflix, YouTube, and Amazon):How It Works: Machine learning models use your previous behaviour (e.g., what you viewed or purchased) to propose new content or goods that you might enjoy.
76
+ For example, Netflix recommends episodes based on what you've viewed, while Amazon sells things based on your browsing history."
77
+ "Fraud detection (banking and credit cards),How it works: Machine learning algorithms examine transaction data for unexpected patterns that might signal fraud.
78
+ For example, credit card firms utilise machine learning to detect potentially fraudulent transactions in real time, such as a card being used in two different places within minutes."
79
+ "</p>",
80
+ unsafe_allow_html=True)
81
+
82
 
83
 
84