Machine Learning Is A Computer Vision
Machine Learning Is A Computer Vision
net/publication/332429270
CITATIONS READS
248 3,787
2 authors:
All content following this page was uploaded by Nitin Kumar Chauhan on 12 December 2021.
Abstract— In now days, deep learning has become a Deep learning is a subfield of machine learning. Deep
prominent and emerging research area in computer vision learning is an advance machine learning approach that is
applications. Deep learning permits the multiple layers models used to make computers able to automatically extract,
for computation to learn representations of data by processing analyze and understand the useful information from the raw
in their original form while it is not possible in conventional data. The results obtained from the deep learning are much
machine learning. These methods surprisingly improved the improved than conventional machine learning approach [4].
accuracy of various image processing domains such as speech Deep neural network uses non-linear model of multiple
recognition, face recognition, object detection and in hidden layer architecture that make the system learn about
biomedical applications. Deep neural networks (DNN) such as
the complex relationship between input and output.
convolutional neural network (CNN) provide tremendous
results in processing of images and videos, while another
Advantage of deep learning over machine learning is that it
approach of deep network i.e. recurrent neural network (RNN) does not require manually extracted or handcrafted features
gives better performance with sequential data such as text and as in machine learning. Deep learning automatically extracts
speech. the features from the raw data, process it and make the
decision based on this [5, 6].
Keywords—ANN, CNN, RNN, DNN, DT, SVM, PCA, LDA, Both the conventional machine learning and deep
QDA, Pooling layers, Fully connected layers, RBM.
learning uses two types of learning methodology-supervised
and unsupervised learning. In supervised learning the target
I. INTRODUCTION value is assigned to train the data while in unsupervised
Conventional machine learning and deep learning both learning target value is not provided. Supervised learning
are the subfield of artificial intelligence. Artificial approach makes use of solving regression and classification
intelligence is the today’s preferred research of interest of problems. The unsupervised learning approach is used for
researchers in computer vision application. Both machine making decision of association and clustering problems [4].
learning and deep learning fall under the wide-ranging class
of artificial intelligence. II. CONVENTIONAL MACHINE LEARNING
Machine learning is field of computer vision that,
according to Arthur Samuel (1959) defined as "computers
the ability to learn without being explicitly programmed.”
The computational theory of learning in artificial
intelligence developed machine learning that explores
analysis and building of algorithms that learn from the raw
data, train the system and make predictions based on this
train data [2, 3]. Conventional machine learning algorithms
are based on learning of system by training set to develop a
trained model as shown in fig 2. This pre-trained model is
used to classify or recognize the test dataset shown in fig 3.
Classification of various conventional machine learning
Fig. 1. Domains in Artificial Intelligence algorithms for supervised and unsupervised learning is
shown in fig 4.
Machine-learning, a computer vision algorithm is
automatic learning of machines to classify and identify the
data such as images, videos, objects, scenes, etc. Machine
learning makes use of algorithms to analyze, learn, and
decision making from the raw data [1]. Conventional
machine-learning techniques have limited in capability of Fig. 2. Training of a model in machine learning
processing the data in their original form. These methods
required considerable understanding and expertise for
representation i.e. selection of features required careful
engineering. It refers to a set of algorithms that permits a
system to be input with dataset and it automatically realizes
the representations required for decision making i.e. Fig. 3. Decision making for Test data
detection or classification [2, 3].