Update pages/1_Introduction to Data Science.py
Browse files
pages/1_Introduction to Data Science.py
CHANGED
|
@@ -9,20 +9,20 @@ st.image("https://cdn.prod.website-files.com/63ccf2f0ea97be12ead278ed/644a18b637
|
|
| 9 |
st.header(":blue[2. What is Artificial Intelligence(AI)?]")
|
| 10 |
st.write("Artificial Intelligence is nothing but it is a field, where machine is trying to mimic/copy Natural Intelligence to create their own intelligence. So that they can perform their oen task without the help of human beings.")
|
| 11 |
st.markdown(":red[Example:-]** Platforms like Instagram employ AI to curate personalized content feeds by analyzing user interactions, thereby enhancing user engagement through tailored experiences.")
|
| 12 |
-
st.image("
|
| 13 |
|
| 14 |
|
| 15 |
|
| 16 |
st.header(":blue[3. What is Machine Learning (ML)?]")
|
| 17 |
st.write("Machine learning is nothing but it is a tool by using which we can mimic/copy NI where in this mimicing we are learn learinig capability. It is a subset of artificial intelligence that allows computers to learn from data and enhance their capabilities through experience. This process involves identifying patterns and making predictions based on the data provided, rather than following pre-defined instructions.")
|
| 18 |
st.markdown(":red[Example:-]** Machine learning algorithms can identify and classify objects within images. For instance, Google Photos uses ML to automatically categorize and label photos based on the content, such as recognizing faces or specific objects.")
|
| 19 |
-
st.image("
|
| 20 |
|
| 21 |
|
| 22 |
st.header(":blue[4. What is Deep Learning (DL)?]")
|
| 23 |
st.write("Deep Learning is nothing but it is also a tool by using which we can mimic/cpoy NI. It enables systems to recognize complex patterns in images, text, and audio, allowing for accurate insights and predictions without explicit programming for feature extraction.")
|
| 24 |
st.markdown(":red[Example:-]** In manufacturing, deep learning models predict equipment failures by analyzing sensor data from machinery. This proactive approach minimizes downtime and optimizes maintenance schedules.")
|
| 25 |
-
st.image("
|
| 26 |
|
| 27 |
|
| 28 |
st.header(":blue[5. What is Generative AI (GenAI)?]")
|
|
|
|
| 9 |
st.header(":blue[2. What is Artificial Intelligence(AI)?]")
|
| 10 |
st.write("Artificial Intelligence is nothing but it is a field, where machine is trying to mimic/copy Natural Intelligence to create their own intelligence. So that they can perform their oen task without the help of human beings.")
|
| 11 |
st.markdown(":red[Example:-]** Platforms like Instagram employ AI to curate personalized content feeds by analyzing user interactions, thereby enhancing user engagement through tailored experiences.")
|
| 12 |
+
st.image("https://cdn1.expresscomputer.in/wp-content/uploads/2021/03/24161759/EC_Artificial_Intelligence_750.jpg",width=450)
|
| 13 |
|
| 14 |
|
| 15 |
|
| 16 |
st.header(":blue[3. What is Machine Learning (ML)?]")
|
| 17 |
st.write("Machine learning is nothing but it is a tool by using which we can mimic/copy NI where in this mimicing we are learn learinig capability. It is a subset of artificial intelligence that allows computers to learn from data and enhance their capabilities through experience. This process involves identifying patterns and making predictions based on the data provided, rather than following pre-defined instructions.")
|
| 18 |
st.markdown(":red[Example:-]** Machine learning algorithms can identify and classify objects within images. For instance, Google Photos uses ML to automatically categorize and label photos based on the content, such as recognizing faces or specific objects.")
|
| 19 |
+
st.image("https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcRG-zzuBreoX1IS_kZrsZEayljna_GUxyIItw&s",width=500)
|
| 20 |
|
| 21 |
|
| 22 |
st.header(":blue[4. What is Deep Learning (DL)?]")
|
| 23 |
st.write("Deep Learning is nothing but it is also a tool by using which we can mimic/cpoy NI. It enables systems to recognize complex patterns in images, text, and audio, allowing for accurate insights and predictions without explicit programming for feature extraction.")
|
| 24 |
st.markdown(":red[Example:-]** In manufacturing, deep learning models predict equipment failures by analyzing sensor data from machinery. This proactive approach minimizes downtime and optimizes maintenance schedules.")
|
| 25 |
+
st.image("https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcRG-zzuBreoX1IS_kZrsZEayljna_GUxyIItw&s",width=500)
|
| 26 |
|
| 27 |
|
| 28 |
st.header(":blue[5. What is Generative AI (GenAI)?]")
|