AI Learning
AI Learning
ESAB SSC
TEAM
Examples:
Definition: Artificial
Voice Assistants: Alexa,
Intelligence (AI) is the Siri, Google Assistant can
simulation of human understand and respond to
voice commands.
Autonomous Vehicles:
Self-driving cars by
companies like Tesla use AI
to navigate and make
decisions.
Definition: Machine Learning (ML) is a subset of AI
that uses statistical techniques to give computers the
ability to "learn" from data without being explicitly
programmed.
Basic ML Concepts:
Use Cases:
Why AI and ML? • Predictive Maintenance: In manufacturing, AI
predicts equipment failures, reducing downtime. E.g.,
GE uses AI to predict when jet engines need
maintenance.
• Quality Control: AI identifies defects in products,
ensuring high quality. E.g., Using computer vision to
detect imperfections in assembly lines.
• Healthcare: AI assists in diagnosing diseases and
personalizing treatment plans. E.g., IBM Watson for
Oncology helps in cancer diagnosis.
• Chatbots: AI-powered chatbots handle
customer queries efficiently. E.g., Chatbot
Custo on websites providing 24/7 customer
mer
Service
support.
:
def greet(name):
return f"Hello, {name}!“
print(greet("World"))
Types of Data:
Data Visualization:
Tools like Matplotlib Example: A
and Seaborn for histogram showing
visualizing data the distribution of
distributions and housing prices.
relationships.
Role in AI and ML:
Essential for understanding
data distributions, making
predictions, and validating
models.
Measures of Dispersion:
ML Workflow
Model Model Training:
Evaluation: Using algorithms
Assessing model to learn from
performance. data.
• Example: Using • Example: Training a
metrics like accuracy, linear regression model
precision, recall to to predict sales.
evaluate a classification
model.
Linear Regression: Example: Predicting
Predicting continuous values house prices based on
based on input features. square footage and
location.
K-Means Clustering:
ML Algorithms
Example: Segmenting
Grouping data points into customers into groups
clusters. based on purchasing
behavior.