My Report CW 1
My Report CW 1
4COSC008C.2
MACHINE LEARNING
GROUP E5:
2 Supervised Learning....................................................................................................................5
2.1 Regression............................................................................................................................5
2.2 Classification........................................................................................................................6
3 Unsupervised Learning...............................................................................................................7
5 Conclusion..................................................................................................................................10
6 Critical Evaluation....................................................................................................................10
References..........................................................................................................................................11
1|Page
List of Figures
Figure 1.1 Comparison between traditional programming-based system and machine learning based
system....................................................................................................................................................3
Figure 2.21 Regression model and Classification model.......................................................................6
List of Tables
Table 4.11 Advantages of Supervised learning and Unsupervised learning...........................................8
Table 4.22 Disadvantages of Supervised learning and Unsupervised learning......................................9
2|Page
1 Introduction
1) Supervise Learning
2) Unsupervised Learning
3) Reinforcement Learning
3|Page
1.1 Overview of Machine Learning.
The concept of machine learning first appeared in 1959 because of the experiments
conducted by Arthur Samuel who studied the field. The method used here is to enable the
computer to perform tasks automatically without being pre-programmed. This can be
considered as the origin of Machine learning. Machine learning is a subset of artificial
intelligence. The next subset is deep learning. At present it can be considered as a field which
is updated day by day. Because Machine learning and related theories are used a lot in many
fields nowadays. Examples of techniques that use the concept of machine learning.
Similarly, many business organizations are using this concept for their operations and
their future development. Examples of such companies are Google Brain (2011), Alex
Net (2012), Deep Farce (2014) and Open AI (2015).
(Shyam,Singh,2021)
4|Page
2 Supervised Learning.
In supervised learning, the machine is trained by inputting and outputting data that
matches the machine or model. Data input to the machine while training it must be
labeled data.
There are several types of algorithms that can be used to create a form of machine
learning called supervised learning
1) Linear Regression
2) Logistic Regression
3) Support Vector Machine (SVM)
4) K-Nearest Neighbors (KNN)
5) Nalive Bias
6) Decision Tree
7) Random Forest
2.1 Regression
The process that takes place here is that the input data to the algorithm cannot be
classified. In simpler terms, the output or the value given here is always a constant
value. (Nasteski,2017)
For example, when the algorithm is given the value of tomorrow's ambient
temperature, it can return a value from negative infinity to positive infinity because it
is constantly changing. As such, this always returns only constant values
(Nasteski ,2017)
5|Page
2.2 Classification
This is the process of separating similar elements into one group. If the input labeled
data is separated into two groups it is called binary classification and if more than two
groups it is called multiclass classification. (Shyam,Singh,2021)
For example, after an test using a group of cells taken from a patient's body, when the
algorithm is instructed to find cancer cells among the group of cells obtained, it will
perform those tasks, that is, the user must have taught the model how to identify
cancer cells, then the model will Different cancer cells are isolated and imaged
6|Page
3 Unsupervised Learning
Unsupervised learning mainly trains on unlabeled data. This allows the machine to self-study
and categorize the data. Unsupervised learning techniques are especially used in multimedia
content such as clustering or partitioning.(Shyam,Singh,2021)
1) K-Means Clustering
2) Hierarchical Clustering
3) Principal Component Analysis (PCA)
4) Singular Value Decomposition
5) Independent Component Analysis
7|Page
4 Comparison between Supervised Learning and Unsupervised
Learning
This chapter aims to discuss a comparison between supervised learning and unsupervised
learning. Here the advantages and disadvantages of supervised learning and unsupervised
learning are discussed.
8|Page
4.2 Disadvantages of Supervise Learning and Unsupervised Learning
Exceeding the decision-making threshold Outputs may be less accurate due to less
and not delivering the desired output when input data
training.
Not being able to get good examples from Training the model on new data without
every class while training for classification prior knowledge
Categorizing data into large categories is a An algorithm takes more time in the
tough challenge learning process
(Shyam,Singh,2021)
9|Page
5 Conclusion
Machine learning is a subset of Artificial Intelligence. The purpose of this grant is to create
autonomous programs based on artificial intelligence. This report discusses two popular
machine learning techniques, Supervised learning and Unsupervised learning techniques, and
this report contains a comparison of the two methods.
6 Critical Evaluation
The facts that emerged from researching these two topics are that Machine learning technique
2 has more or less advantages as well as disadvantages. This means that the Unsupervised
learning method is very suitable compared to Supervised learning. Because the cost to be
applied for unsupervised learning is minimal, I believe that it is more appropriate if it is a
method that can be used by people while minimizing its shortcomings.
10 | P a g e
References
https://library-collections-search.westminster.ac.uk/discovery/fulldisplay?
docid=alma997314574803711&context=L&vid=44WST_INST:WST_VUA&lang=en&searc
h_scope=MyInst_and_CI&adapto [Accessed 10th February 2023]
https://www.researchgate.net/profile/Vladimir-Nasteski/publication/
328146111_An_overview_of_the_supervised_machine_learning_methods/links/
5c1025194585157ac1bba147/A
11 | P a g e
https://www.researchgate.net/publication/
358089496_A_Taxonomy_of_Machine_Learning_Techniques [Accessed 10th February 2023]
https://rstefanus16.medium.com/conventional-programming-vs-machine-learning-
a3b7b3425531 [Accessed 16th February 2023]
12 | P a g e