import streamlit as st import pandas as pd import numpy as np import streamlit as st st.markdown("

What is Data Science

", unsafe_allow_html=True) st.markdown( "

" "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." "

", unsafe_allow_html=True ) st.markdown("

Key Aspects of Data Science

", unsafe_allow_html=True) st.markdown( "

" "Data Cleaning: Preparing raw data by correcting errors, filling in missing values, and addressing formatting issues.
" "Data Modeling: Creating predictive or descriptive models using machine learning techniques.
" "Decision Making: Leveraging insights to solve business problems, optimize processes, or develop new products." "

", unsafe_allow_html=True ) st.markdown("

Skills Required for Data Science

", unsafe_allow_html=True) st.markdown( "

" "Programming Skills: Proficiency in Python, R, SQL, and other programming languages.
" "Mathematics and Statistics: Knowledge of probability, linear algebra, and hypothesis testing.
" "Machine Learning: Expertise in supervised and unsupervised learning techniques, including regression, classification, and clustering.
" "Data Wrangling and ETL: Skills in extracting, manipulating, and loading data for analysis.
" "Visualization Tools: Proficiency in tools like Tableau, Power BI, Matplotlib, and Seaborn." "

", unsafe_allow_html=True ) st.markdown("

Applications

", unsafe_allow_html=True) st.markdown( "

" "Data Science can be applied across various industries, including business, healthcare, finance, retail, and social media." "Real World Examples: Real-world Examples Spotify and Netflix utilise user behaviour and preferences to propose music and films.
" "Forecast demand, optimize supply chains, and improve customer experiences in Retail Industry." "

", unsafe_allow_html=True ) st.markdown("

What is Artificial Intelligence (AI)

", unsafe_allow_html=True) st.markdown( "

" "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." "

", unsafe_allow_html=True) st.markdown("

Examples (AI)

", unsafe_allow_html=True) st.markdown("

" "Voice Assistants (Siri, Alexa, Google Assistant): 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.
" "

", unsafe_allow_html=True)