classification system can not only help garbage
recycling plants to carry out garbage classification,
because of its simple operation, but also help people
to identify the types of recyclable garbage, help
them to accurately put garbage, and realize the
intelligent development of garbage classification.
An automated machine that can automatically
sort recyclable garbage [11]. The machines input
images from external devices, such as cameras, and
then calculate the types of garbage using a deep
learning network inside the machine. At the time,
however, the machine could only sort the valuable
rubbish from the huge amount of rubbish waiting to
be sorted, not really sort the huge amount of rubbish.
Subsequently, computer vision technology has been
widely applied to image detection and classification
in the academic world, and computer vision is used
to classify various objects in the industry. However,
due to the diversity of recyclable garbage, mature
garbage classification algorithm is still a difficult
problem. Plastic accounts for a large proportion of
recyclable waste, and the accuracy of a traditional
computer vision-based algorithm for classifying
plastic bottles is greatly reduced due to the
transparent nature of plastic and the complex
background of garbage classification [12]. Later, a
plastic sorting method based on infrared spectrum
analysis equipment was also proposed, but this
equipment is relatively expensive, so it is not
suitable for large-scale commercial use. It can be
seen that the traditional computer vision is not ideal
for the classification of recyclable garbage. On the
one hand, the identification accuracy is not high
enough; on the other hand, the classification cost is
too high, which is not suitable for large-scale
application in manufacturers.
2 Overview of Deep Learning
Deep Learning is a kind of neural network
technology. Its most revolutionary point is that as
long as there is enough learning data, the neural
network itself can automatically extract the features
of the data group. The analysis of images and data
before this requires the operation of the extraction
algorithm according to each data and problem.
However, deep learning does not require manual
operation, but automatically extracts features.
Slightly crudely, this is what it means: simply inject
data into a neural network and you can extract any
feature you want.
A neural network is a network of connected
brain nerve units that mimic neurons [13]. The input
signal is propagated. One of the characteristics of
this method is that each layer of neural network can
be phased learning. For example, let the first layer
learn to output the input information as is, let the
second layer learn to reproduce the input in the
same way on the basis of the first layer, the third
layer after the same operation. Deep learning is best
at pattern recognition of data that cannot form
symbols, such as image data and waveform data,
and stage learning after inputting images through
the input layer. The commonly used neural network
is a perceptual neural network with all layers
connected together. But in the case of image
recognition, it is easier to adopt a special connection
method. This is called a convolutional neural
network. It is the prototype of deep learning. It is
characterized by a multi-scale intermediate layer for
different size segmentation of input data and feature
extraction. Input an image of a car, for example, and
you can extract everything from detailed patterns to
large structures and overall Outlines.
Deep learning is a division in the field of
artificial intelligence as a whole. Some researchers
believe that the neural network before deep learning
has made a leap forward, but there is still some gap
between it and the social cognition that suddenly
approaches human beings [14]. Moreover, it takes
time and stages to reach a point where it is truly
useful to society. At present, the development of
technology for practical purposes in many fields is
proceeding rapidly all over the world. In particular,
the neural network is characterized by the repetition
of market calculation and the large number of
parallel calculations. As a result, graphics boards
equipped with gpus, which support the gaming and
computer graphics industries can be used.
In a word, deep learning can help us classify
recyclable garbage reasonably and efficiently, and
create a society in which garbage resources can be
reasonably reused and resources can be fully
WSEAS TRANSACTIONS on COMPUTERS
DOI: 10.37394/23205.2022.21.34