You are on page 1of 8

Dr. D.Y.

Patil College of ACS

NAME : AGNEL
ROYICHEN
ROLL NO : 199
TYBSc(CS)
Method
Evaluate the
Determine the accuracy of
input features the model by
Collect/Gather the of the training providing the
labelled training dataset test set
data.
First Determine Split the training Execute the
the type of dataset into training algorithm on
training dataset, test the training
dataset dataset, and dataset
validation dataset.
Advantage Disadvantage
s s
With the help of Supervised learning
supervised  learning, the models  are not suitable for
model can  predict the handling  the complex
output on the  basis of tasks.
prior experiences.  In Supervised learning cannot 
supervised learning, we  predict the correct output if 
can have an exact idea the test data is different
about the classes of from  the training dataset.
objects.  Supervised learning Training required lots
model  helps us to solve of  computation times.
various real-  world problems In supervised learning,
such as fraud  detection, we  need enough
spam filtering, etc. knowledge  about the
classes of object.
Advantage Disadvantages
sUnsupervised learning is  Unsupervised learning is 
used for more complex  intrinsically more
tasks as compared to  difficult  than
supervised learning  supervised learning  as
because, in it does not have 
unsupervised  learning, corresponding output.
we don't have  labeled The result of the 
input data. unsupervised learning 
Unsupervised learning algorithm might be less 
is  preferable as it is accurate as input data
easy  to get unlabeled is  not labeled, and 
data in  comparison to algorithms do not know 
labeled  data. the exact output in 
advance.

You might also like