Introduction-to-Machine-Learning and Their Types
Introduction-to-Machine-Learning and Their Types
Machine Learning
Machine learning is a field of computer science that enables
computers to learn from data without explicit programming. By
analyzing patterns and insights from data, ML algorithms can make
predictions and decisions.
Name-Jagabandhu Karan
Sem-7 th
Reg No-2101367020
What is Machine Learning?
Machine learning (ML) is a type of artificial intelligence (AI) that
allows computers to learn from data without being explicitly
programmed. It involves training algorithms on large datasets to
identify patterns and make predictions or decisions.
Data-Driven Adaptive
ML algorithms learn from ML models can adapt to
data, identifying patterns new data and improve their
and relationships within it. performance over time.
Automated
ML systems can automate tasks and processes that were
previously done manually.
Types of Machine Learning
Machine learning can be broadly categorized into three main types: supervised learning, unsupervised learning, and
reinforcement learning.
1 Regression 2 Classification
Predicting continuous Categorizing data into
values, such as house distinct classes, such as
prices or stock prices. identifying spam emails
or classifying images into
different types.
Unsupervised Learning
Unsupervised learning involves training algorithms on unlabeled data,
where the algorithm must discover hidden patterns and structures within
the data without explicit guidance.
Clustering
Grouping data points based on their similarity, identifying
clusters of related data.
Dimensionality Reduction
Simplifying the data by reducing the number of features,
while retaining as much information as possible.
1 Agent
The learner or decision-maker in a reinforcement learning system.
2 Environment
The setting in which the agent operates and interacts with.
3 Reward
A signal that the agent receives for performing actions, encouraging
desired behaviors.
Support Vector Machines (SVMs) Supervised Finding the optimal hyperplane to separate data
points into different classes.
K-Means Clustering Unsupervised Grouping data points into clusters based on their
similarity.
Principal Component Analysis (PCA) Unsupervised Reducing the dimensionality of data by identifying
principal components that capture the most
variance.
Q-Learning Reinforcement Learning an optimal policy by iteratively updating a
Q-value table that represents the expected reward
for each state-action pair.
Applications of Machine Learning
Machine learning has revolutionized various fields, enabling new capabilities and solving complex problems.
3 Ethical Considerations
It's essential to consider ethical implications when developing and
deploying ML systems.