0% found this document useful (0 votes)
6 views1 page

AI Facilitators Handbook X-31

A learning-based approach allows computers to learn tasks by analyzing data and identifying patterns without explicit programming. For instance, a spam email filter learns to differentiate between spam and legitimate emails by analyzing labeled datasets during training. This method enables AI models to adapt to changes in data and improve their performance over time.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
6 views1 page

AI Facilitators Handbook X-31

A learning-based approach allows computers to learn tasks by analyzing data and identifying patterns without explicit programming. For instance, a spam email filter learns to differentiate between spam and legitimate emails by analyzing labeled datasets during training. This method enables AI models to adapt to changes in data and improve their performance over time.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd

Learning Based Approach

A learning-based approach is a method where a computer learns how to do something by looking at


examples or getting feedback, similar to how we learn from experience. Instead of being explicitly
programmed for a task, the computer learns to perform it by analyzing data and finding patterns or rules
on its own.

For example, suppose you have a dataset of


1000 images of random stray dogs of your
area. Now you do not have any clue as to what
trend is being followed in this dataset as you
don’t know their breed, or colour or any other
feature. Thus, you would put this into a
learning approach-based AI machine and the
machine would come up with various patterns
it has observed in the features of these 1000
images. It might cluster the data on the basis of
colour, size, fur style, etc. It might also come up
with some very unusual clustering algorithm
which you might not have even thought of!

Learning Based AI Model

We can say that it refers to the AI modelling where the machine learns by itself. Under the
Learning Based approach, the AI model gets trained on the data fed to it and then is able to
design a model which is adaptive to the change in data. That is, if the model is trained with X
type of data and the machine designs the algorithm around it, the model would modify itself
according to the changes which occur in the data so that all the exceptions are handled in this
case.
For example, A learning-based spam email filter is a computer program that automatically
identifies whether an incoming email is spam or not. Instead of being explicitly programmed
with rules for identifying spam, the filter learns from examples of labeled emails during a
training phase.

During training, the filter is provided with a large dataset of emails, each labeled as either
spam or legitimate (non-spam). The filter analyzes the content and characteristics of these
emails, such as words used, sender information, and presence of attachments. Using machine
learning algorithms, the filter learns to recognize patterns that distinguish spam from
legitimate emails.

* Images shown here are the property of individual organisations and are used here for reference purpose only.

You might also like