Spaces:
Sleeping
Sleeping
File size: 7,060 Bytes
542f510 776f6b3 48e5ab2 776f6b3 2d5b8f6 542f510 776f6b3 927f464 70a8b39 776f6b3 542f510 fe74648 2d5b8f6 fe74648 776f6b3 16a7951 776f6b3 2d5b8f6 fe74648 776f6b3 16a7951 70a8b39 776f6b3 2d5b8f6 7b14670 2d5b8f6 953cb54 e6d3a96 066189a 953cb54 2d5b8f6 927f464 7b14670 776f6b3 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 |
import streamlit as st
import pandas as pd
import numpy as np
import streamlit as st
st.markdown("<h2 style='text-align: center; color: Black;'>What is Data Science</h2>", unsafe_allow_html=True)
st.markdown(
"<p style='font-size: 16px; color: Blue; font-style: italic;'>"
"Data Science is the practice of using data to acquire insights, solve issues, and make decisions. It combines math, statistics, programming, and domain expertise to analyze data and extract meaningful information. "
"It is a multidisciplinary field concerned with collecting knowledge and insights from structured and unstructured data using scientific methods, procedures, algorithms, and systems. Here's a detailed look at the key components of data science."
"</p>",
unsafe_allow_html=True
)
st.markdown("<h2 style='text-align: left; color: Black;'>Key Aspects of Data Science</h2>", unsafe_allow_html=True)
st.markdown(
"<p style='font-size: 16px; color: Blue; font-style: italic;'>"
"<b style='color: Black;>Data Collection:</b> Acquiring data from many different sources, such as database servers,web scraping, and APIs.<br>"
"<b style='color: Black;>Data Cleaning:</b> Preparing raw data by correcting errors, filling in missing values, and addressing formatting issues.<br>"
"<b style='color: Black;>Data Analysis:</b> Using statistical and exploratory tools to uncover patterns and trends in data.<br>"
"<b style='color: Black;>Data Modeling:</b> Creating predictive or descriptive models using machine learning techniques.<br>"
"<b style='color: Black;>Data Visualization:</b> Presenting data and insights using charts, graphs, and dashboards in an easy-to-understand format.<br>"
"<b style='color: Black;>Decision Making:</b> Leveraging insights to solve business problems, optimize processes, or develop new products."
"</p>",
unsafe_allow_html=True
)
st.markdown("<h2 style='text-align: left; color: Black;'>Skills Required for Data Science</h2>", unsafe_allow_html=True)
st.markdown(
"<p style='font-size: 16px; color: Blue; font-style: italic;'>"
"<b style='color: Black;'>Programming Skills:</b> Proficiency in Python, R, SQL, and other programming languages.<br>"
"<b style='color: Black;'>Mathematics and Statistics:</b> Knowledge of probability, linear algebra, and hypothesis testing.<br>"
"<b style='color: Black;'>Machine Learning:</b> Expertise in supervised and unsupervised learning techniques, including regression, classification, and clustering.<br>"
"<b style='color: Black;'>Data Wrangling and ETL:</b> Skills in extracting, manipulating, and loading data for analysis.<br>"
"<b style='color: Black;'>Visualization Tools:</b> Proficiency in tools like Tableau, Power BI, Matplotlib, and Seaborn."
"</p>",
unsafe_allow_html=True
)
st.markdown("<h2 style='text-align: left; color: Black;'>Applications</h2>", unsafe_allow_html=True)
st.markdown(
"<p style='font-size: 16px; color: Blue; font-style: italic;'>"
"Data Science can be applied across various industries, including business, healthcare, finance, retail, and social media."
"<b style='color: Black;'>Real World Examples:</b> Real-world Examples Spotify and Netflix utilise user behaviour and preferences to propose music and films.<br>"
"Forecast demand, optimize supply chains, and improve customer experiences in Retail Industry."
"</p>",
unsafe_allow_html=True
)
st.markdown("<h2 style='text-align: left; color: Black;'>What is Artificial Intelligence (AI) </h2>", unsafe_allow_html=True)
st.markdown(
"<p style='font-size: 16px; color: Blue; font-style: italic;'>"
"In Artificial intellect, we will guide machines to effortlessly replicate or mimic natural intellect in order to construct AI."
"To replicate or copy the AI, we employ three tools. Machine learning techniques include deep learning and generative AI"
"These are the instruments that allow us to mimic natural intelligence and construct AI"
"Because of NI, humans have two capabilities: learning and generating.We can learn from and produce data."
"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."
"</p>",
unsafe_allow_html=True)
st.markdown("<h3 style='text-align: left; color: Black;'>Examples of AI </h3>", unsafe_allow_html=True)
st.markdown("<p style='font-size: 16px; color: Blue; font-style: italic;'>"
"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."
"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."
"</p>",
unsafe_allow_html=True)
st.markdown("<h2 style='text-align: left; color: Black;'>Machine Learning (AI) </h2>", unsafe_allow_html=True)
st.markdown("<p style='font-size: 16px; color: Blue; font-style: italic;'>"
"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."
"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."
"</p>",
unsafe_allow_html=True)
st.markdown("<h3 style='text-align: left; color: Black;'>Types of Machine Learning </h3>", unsafe_allow_html=True)
st.markdown("<p style='font-size: 16px; color: Blue; font-style: italic;'>"
"Supervised Learning"
"Unsupervised Learning"
"Reinforcement Learning"
"Semi-Supervised Learning")
st.markdown("<h3 style='text-align: left; color: Black;'>Examples of ML </h3>",unsafe_allow_html=True)
st.markdown("<p style='font-size: 16px; color: Blue; font-style: italic;'>"
"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.
For example, Netflix recommends episodes based on what you've viewed, while Amazon sells things based on your browsing history."
"Fraud detection (banking and credit cards),How it works: Machine learning algorithms examine transaction data for unexpected patterns that might signal fraud.
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."
"</p>",
unsafe_allow_html=True)
|