Report Structure
Report Structure
4COSC0006C
Machine Learning
Overview of machine learning.
Comparison between machine learning and conventional computing.
0
Table of Content
Introduction..………………….……………………………………..
…………………………………..….3
1. Machine
Learning…………………………………………………….............................
.......4
1.1.1 Supervised
learning…………………………………………………………….
………5
1.1.1.1 Classification
…………………………………………………….……6
1.1.1.2 Regression
………………………………………………….
………….7
1.1.2 Unsupervised
learning………………………………………………………….
……..8
1.1.3 Reinforcement
learning…………………………………………………………….
…9
Conclusion………………………………………………………………………
……………………………...12
1
Reference…………………………………………………………………………
……………………………..13
Table of figures
Figure 1 Types of machine learning (Dutt,A. and Chandramouli,S. and Kumar Das,A.(2018))________________5
Figure 2 Supervised learning (Dutt,A. and Chandramouli,S. and Kumar Das,A.(2018))______________________5
Figure 3 Supervised learning: classification (Dutt,A. and Chandramouli,S. and Kumar Das,A.(2018))__________6
Figure 4 Unsupervised learning (Dutt,A. and Chandramouli,S. and Kumar Das,A.(2018))____________________8
Figure 5 Reinforcement learning (Dutt,A. and Chandramouli,S. and Kumar Das,A.(2018))___________________9
Figure 6 Conventional computing (Author created)________________________________________________10
2
Introduction
The most recent chess world champion was defeated more than 20 years ago by a computer
program. IBM's Deep Blue computer program defeated world chess champion Gary
Kasparov. There was probably a lot of interest in machine learning at that time.
Machine learning is a widely used technology that is used in almost every aspect of life.
Google has become one of the leaders in the field because to a significant portion of its
research being focused on machine learning and artificial intelligence. Google's two most
difficult projects in its pursuit of machine learning innovations are Google Brain and Google
Self-Driving Car. In conclusion, machine learning has developed into a way of life regardless
of what aspect of life we closely investigate. But where did it all start?
Simply said, everything started in the past. Conventional computer programming and
computation pave the way for revolutionary machine learning. The disadvantages and
weaknesses in traditional computing has encouraged man kind to improve and develop the
technology. Since its conventional computing that has been make machine learning possible
the comparison between the two is not very complicated.
1. Machine learning
3
There are numerous ways to define machine learning, but Tom Mitchell, a professor in the
school of computer science at Carnegie Mellon University, offers the following definition.
computer learning is,
The key point from this is that a machine can be called to learn if it is able to accumulate
experience while completing a certain task and then improve its performance while carrying
out comparable tasks in the future. When discussing a task, the term "past experience"
refers to earlier knowledge on the subject. This data gives the gadget a source of input. And
it is essentially a machine learning.
Examples:
E denotes the enjoyment of the game, T the work involved in playing checkers, and P
the performance metric, which is the player's victory percentage.
The same mapping can be used to resolve any other machine learning problem, such
as a problem with image categorization.
In the context of image classification, E stands for historical data containing images
with labels or that have been assigned classes.
The three main areas of research that make up machine learning are as follows:
task-oriented research
cognitive exercise
theoretical examination
Computer Programming
Game playing
Agriculture
Music
Mathematics
Medical diagnosis
4
1.1. Types of machine learning
Figure 1 Types of machine learning (Dutt,A. and Chandramouli,S. and Kumar Das,A.(2018))
5
the ability to foresee a game's outcome
1.1.1.1 Classification
o The core issue is how to categorize or classify test data based on the
training data's information about labels, categories, and classes. The
computer must map a new image or test data to a set of images to
which it is comparable and assign the same label or category to each
image.
Figure 3 Supervised learning: classification (Dutt,A. and Chandramouli,S. and Kumar Das,A.(2018))
1.1.1.2 Regression
6
In the case of a linear regression, the least squares approach is used to "fit"
a straight-line relationship between the predictor variables and the targets.
A straightforward strategy would be to use a simple linear regression model
with investment as the predictor variable and sales revenue as the goal
variable. A straightforward strategy would be to use a simple linear
regression model with investment as the predictor variable and sales
revenue as the goal variable.
7
Unsupervised learning is one example of a data-driven system that analyzes
unlabeled data without a human's help. This is widely used for experimental
reasons, groupings of results, identifying pertinent trends and structures,
and extracting generative features.
8
1.1.3 Reinforcement learning
9
2. Conventional computing
based on the concept of electrical circuits, which have two states: ON and OFF.
A bit can be in one of two states, either 0 or 1.
Circuits are used to carry out the calculations.
All these gadgets can only be in one of two states: On or Off.
Metal oxide semiconductors are used to create the CMOS transistors, which are the
ones that are most frequently used.
Data
Computer Output
Program
10
3. Comparison of machine learning and conventional computing
Write down the exact steps required to solve Motivated by human behavior and solve the
a problem problems according to examples
Take more time to resolve problem Take less time to resolve a problem
Table 1
11
Conclusion
Traditional computing, which uses a manually generated program that runs on a computer
and uses input data to produce output, has been around for a while.
Machine learning, which automates the process of algorithms creating rules from data, is an
effective method for producing insightful data that may later be used to forecast profitable
business outcomes.
12
References
1. Dutt,A. and Chandramouli,S. and Kumar Das,A.(2018).Machine learning: Machine
learning. Available from https://learning.oreilly.com/library/view/machine-
learning/9789389588132/ [Accessed 19 October 2022].
13
14