Next Article in Journal
Mobile-Based Training and Certification Framework for Teachers’ Professional Development
Next Article in Special Issue
Research on Acquisition Performance of FFT Algorithm for Low-Frequency Spread-Spectrum Signals Using Acoustic Sensors
Previous Article in Journal
Small Municipalities Attracting Rural Newcomers and Fostering Local Cohesion: Innovative Approaches for Rural Regeneration in Italy
Previous Article in Special Issue
Framework for Building Smart Tourism Big Data Mining Model for Sustainable Development
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

Sustainable Development of Business Economy Based on Big Data Algorithm under the Background of Low-Carbon Economy

School of Economics and Management, Harbin University, Harbin 150086, China
*
Author to whom correspondence should be addressed.
Sustainability 2023, 15(7), 5840; https://doi.org/10.3390/su15075840
Submission received: 16 November 2022 / Revised: 14 March 2023 / Accepted: 22 March 2023 / Published: 28 March 2023

Abstract

:
After the low-carbon economy (LCE) was proposed, countries all over the world examined their national economic structures and found the necessity for developing a LCE. Therefore, it is necessary to vigorously develop low-carbon technologies and improve technological and policy innovation capabilities. From the perspective of promoting the coordinated development of the low-carbon economic system and regional sustainable development, this paper conducted an in-depth analysis of the coordinated development of the low-carbon economic system and regional environmental issues by using the relevant theories of sustainable development, low-carbon economics, and environmental economics. The index system of the low-carbon economic system and regional sustainable development was constructed, and the coupling degree model and regional coupling coordination degree model suitable for the development of the low-carbon economic system and regional sustainable development were established. On the basis of analyzing the status quo of a LCE and the environment in a coastal area, it was finally concluded that in the next five years, the value of the coupling coordination degree of the LCE and its sustainable system development would continue to approach 1 and grow steadily.

1. Introduction

In recent years, studies have shown that the increase in global surface temperature would lead to huge changes in the natural environment. For example, the melting of glaciers caused by global warming, the submersion of some island countries caused by the rise of sea level, the sharp drop in food production, and the acceleration of the emergence and spread of various diseases and other disasters have brought fatal threats to human production and life. Therefore, all countries in the world have realized the importance of restraining the process of global warming, and have adopted different methods to control global warming. The proposal of the LCE is of great significance, and extensive practical explorations have been carried out around the world, but the concept of “LCE” has not yet been unified. However, the basic characteristics of the LCE are summarized in the same way: first, the LCE takes the sustainable development of human society as the primary task; secondly, the LCE is created in order to improve the utilization rate of energy by means of using low-carbon technology development and management model reform; and thirdly, the LCE has strict restrictions on the emission of carbon dioxide and other greenhouse gases.
Business economics is an important subject within economics. From a strategic position between producers and final consumers, the services sector can play an important role in the transition to a circular economy. Heyes G addressed this issue by analyzing the possibilities for information and communication technology service companies to develop and implement circular economy business models [1]. Mendicino C investigated the impact of risk disruption in a small open economy with tradable and non-tradable sectors of manufacturing [2]. Chen KJ incorporated national production into a small-scale business model to explain the different patterns between developed and developing market economies [3]. Kumar V took a balanced approach to understand the dynamics of this three-way business model–two-way customer relationship, in order to maintain the rapid growth rate in this emerging market [4]. These scholars have conducted research experiments on the business economy, but there has been no specific experimental procedure.
Big data algorithm is a widely used algorithm. In order to address the problem of evolutionary algorithms, Sabar NR proposed a heterogeneous framework that combined evolutionary methods of cooperative organizations with different types of modulo algorithms [5]. Big data applications suffer from unpredictable and unacceptably long pauses due to garbage collection. Bruno R believed that in latency-sensitive applications, these stalls affected the latency requirements of the entire application stack due to the aggressiveness of the application [6]. Big data promises to improve government decision-making by being more relevant to actual policy needs and outcomes. Hgvdv A presented a qualitative study applying these and other policy-oriented approaches in the context of big data [7]. With the volume of data growing at an unprecedented rate, the acquisition of big data insights is a new challenge. In order to solve this problem, Qian J built the granularity of information in different hierarchical decision tables. In order to illustrate the relationship between these granularity conditions and granularity decisions, he further discussed changes in quantitative indicators such as support, confidence, and coverage associated with hierarchical decision rules [8]. Although these scholars have used big data algorithms for experimental analysis, they still lack pertinence.
Previous studies on coupling analysis of the LCE and sustainable development systems are limited to qualitative or quantitative methods to describe the relationship between them, and cannot describe the characteristics of this complex system as a whole. Therefore, this paper regarded sustainable development as the core of the subject and established an influential set of indicators of the LCE and sustainable system development. A function model suitable for the coupled development of the LCE and a sustainable system was selected to reflect the changing laws and characteristics of the LCE and sustainable system development.

2. CA of Big Data Algorithms

Cluster analysis (CA) refers to the process of dividing physical or abstract objects into similar groups, and the technique is widely used in different fields. The specific steps are shown in Figure 1.
Cluster analysis technology can deal with some complex data structures and help people dig out some valuable information from complex data sets. In these fields, cluster analysis technology is also constantly improving, promoting the progress and development of various fields [9].

2.1. Similarity Measure between Objects

There are many metrics for similarity. Even for the same algorithm, the results of clustering may be different if the similarity measurement method is different.

2.1.1. Distance Metric

According to the characteristics of data distribution and different solutions, it can be divided into the Euclidean distance metric, the Chebyshev distance metric, the standardized distance metric, the Manhattan distance metric, and other metric methods.
The Euclidean distance is the most commonly used measurement in clustering algorithms. The similarity is represented by the absolute distance between two objects in the calculated data space, and the calculation expression is shown in Formula (1):
d i s t ( A , B ) = m = 1 m ( a j b j ) 2
The calculation expression of the Chebyshev distance is:
d i s t ( A , B ) = lim q ( j = 1 m | a j b j | q ) 1 / q = max | a j b j |
The Manhattan distance is the sum of the distances between objects in a multidimensional coordinate space. When the value of q is 1, the Manhattan distance can be obtained by substituting it into the calculation formula of the Minkowski distance. The calculation expression is shown in Formula (3):
d i s t ( A , B ) = j = 1 m | a j b j |
The formula for calculating the Minkowski distance is:
d i s t ( A , B ) = ( j = 1 m | a j b j | q ) 1 / q

2.1.2. Similarity Measurement

In order to judge the correlation between two objects, in the research of clustering algorithms, similarity is generally used as the scale of measurement. The smaller the similarity value between objects, the greater the difference between them, which is just the opposite of the distance measurement method [10]. Similarity measurement indicators mainly include the Jaccard coefficient, the Pearson coefficient, and the cosine similarity.
The cosine similarity is mainly judged from the direction, and the distance similarity is judged from the length. The calculation of the cosine similarity is shown in Formula (5):
s i m ( A , B ) = cos α = a · b a · b
The Pearson coefficient is obtained by estimating the ratio of the covariance to the variance of the two objects in space. The value is between −1 and 1. The larger the value, the stronger the correlation. The calculation is shown in Formula (6):
t ( a , b ) = m a b a b m a 2 ( a ) 2 m b 2 ( b ) 2
When comparing the two objects A and B, only pay attention to the M attributes contained in A and the N attributes contained in B, then the formula for calculating the ratio of the number of common attributes contained in both to the total number of attributes is as shown in Formula (7):
J a c c a r d ( A , B ) = A B A B
In the clustering algorithm, according to the similarity between objects, the cosine similarity distance and the Euclidean distance are often used. One is the measurement from the direction, and the other is the measurement from the distance. According to the characteristics of these two division methods and data distribution, the appropriate measurement method is selected [11].

2.2. Hierarchical Clustering

Clustering is performed in two stages. In the first stage, the dataset is constructed into a K-nearest neighbor graph to form a large cluster. Then, the graph of K-nearest neighbors is divided into many subgraphs, and each subgraph represents a small cluster. In the second stage, the similarity between these small clusters is calculated to merge and classify, iteratively iterate, and, finally, achieve the effect of clustering. The specific processing steps are shown in Figure 2.

2.3. Clustering Algorithm Evaluation Index

A good clustering evaluation index can make high-quality clustering, and high-quality clustering requires high similarity of objects within clusters and low similarity of objects between clusters [12].
(1)
Internal evaluation indicators
The clustering quality is usually evaluated by the validity index, which is measured by the distance between clusters or the distance within clusters.
Among them, c ( f ) is the descriptive separation distance, and d ( f ) is the data compactness of the cluster to which the reaction belongs. It is assumed that f E j is the j-th cluster in the data set, the calculation formula of the silhouette coefficient is shown in Formula (8):
Y f = c ( f ) d ( f ) max { c ( f ) , d ( f ) }
Dunn’s index calculates the ratio of the minimum distance between data objects between two clusters and the maximum distance between two objects within the cluster. The larger the ratio, the farther apart the clusters are; the smaller the distance between the clusters, the tighter the data. Its formula definition is shown in Formula (9):
D u n = min 0 < n m < L { min | | a j a i | | } max 0 < n < L max { | | a j a i | | 0 < m < L }
The formula for calculating the Davies–Bouldin index is shown in Formula (10):
D B I = 1 m j = 1 m max j i β j + β i f ( e j , e i )
The smaller the value of DBI, the greater the distance between clusters; the smaller the distance between clusters, the better the clustering effect.
(2)
External evaluation indicators
The external evaluation criterion is that data objects with the same label should be classified into the same class, while data objects with different labels should be classified into different classes. Through the matching degree between the known clustering results and the calculated results, the clustering effect of different clustering algorithms is evaluated. External evaluation indicators mainly include the Jaccard index, F value, Rand index, etc. [13].
The idea of the F-Score is to evaluate the clustering algorithm through the combination of precision and recall in information retrieval. The calculation is shown in Formula (11):
F = 2 × Q × T Q + T
The calculation formula RI of the Rand index is shown in Formula (12), and the calculation formula of the Jaccard coefficient JI is shown in Formula (13):
R I = f 1 + f 4 f 1 + f 2 + f 3 + f 4
J I = f 1 f 1 + f 2 + f 3
(3)
Relative evaluation index
The main evaluation indicators include S D (Standard Deviation) effectiveness index, Dunn index, fuzzy clustering measurement index, etc.
The calculation of S D is shown in Formula (14):
S D ( E ) = η × D i s q ( E ) + d i s ( D )
Among them, η is the weight value, D i s q E is the dispersion degree, and d i s D is the overall separation degree between clusters. The calculation formulas of dispersion and separation are shown in Formulas (15) and (16):
D i s q ( D ) = 1 M D M D Q L | γ ( D L ) | | γ ( D ) |
D i s ( D ) = F max F min D L D ( D L D μ ( λ L , λ j ) ) 1
F max / F min is the ratio of the maximum distance to the minimum distance between data objects in cluster D, and γ ( D L ) is the standard deviation of the L-th cluster. γ ( D ) is the standard deviation of the data object from the cluster center point, and Q L is the number of data objects allocated to the L-th cluster [14].

2.4. Calculation of Relative Mass of Data Points

According to the density of the data, the size of the quality is divided. In areas with dense data, the relative quality of data points is larger; in sparse areas, the relative quality of data points is smaller. Formula (17) shows the relationship between mass and potential energy:
φ a ( b ) = n × e ( | | a b | | ε ) 2
In (17), n represents the relative mass of the data point, and the mass is proportional to the potential energy. The greater the relative mass of the data point, the greater the corresponding potential energy. When the relative mass of the data point is greater than 0, φ a ( b ) represents the field source strength [15].
The index of the current data point corresponds to the index value of the existing gravitational relationship, and the gravitational relationship existing in the data field is simulated. It is assumed that there are four data points A, B, C, and D in the data space, and their gravitational relationships are shown in Figure 3.
It is assumed that the relative quality values of the data points are denoted by T N . The initial mass T N value of each data point is 1 / M , where M is the number of gravitational relationships existing in the current data point. The T N value of F can be obtained, as shown in Formula (18):
T N ( F ) = T N ( E ) + T N ( W ) + T N ( U )
Since the data point E has a gravitational relationship with the two points W and F , the probability that the data point E would move to the data point F should be 1/2, so the calculation formula of the T N value of F is as Formula (19):
T N ( F ) = T N ( E ) / 2 + T N ( W ) / 2 + T N ( U )
In Formula (19), T N j represents the value of the relative quality of the j-th data point, and 2 represents the T N i value of the data point i. M i represents the number of data points where data point i has gravity, and W j represents the set of data points that can move to data point j [16].

3. Sustainable Development of Business Economy Based on Big Data Algorithm

3.1. Theoretical Basis of the LCE and Sustainable Development

3.1.1. Sustainable Development

(1)
The idea of sustainable development
If economic development is to be in a good state, it should be based on an ecology that has the ability to develop for a long time and where everyone is equal. It should be based on having a just society and having the people actively participate in their own development decisions [17,18]. Its goal is not only to allow human beings to obtain various satisfactions but also to pay attention to the rationality of various economic activities, as shown in Figure 4. People should protect the environment and respect the laws of nature. It is necessary to reasonably adjust and control this complex system with natural, social, and economic laws. It cannot exceed the capacity of the system, and cannot threaten the survival and sustainable development of the next generation. It is necessary to comprehensively consider indicators and then use every aspect of the economy, society, environment, life, etc. to measure development [19,20,21].
(2)
Basic principles of sustainable development
The principle of fairness
Sustainable development is a kind of development that first eliminates the primary problem to be solved, and gives the same opportunities and interests to all people.
The principle of continuity
The core problem of the principle of sustainability is that human beings cannot exceed the scope of environmental carrying capacity while improving the current level of economic development, and it combines the existing interests of human beings with long-term interests.
The principle of commonality
Although the social nature, economy, and culture of different countries vary, all human beings regard sustainable development as the unified goal of mankind. The fair, reasonable, and continuous phenomenon it shows is shared by each other.

3.1.2. LCE Theory

(1)
LCE as the development trend of emerging industries
Emerging industries have the characteristics of leading, multiplying, and radiating. The future economy is a LCE, and the future competition is the competition between low-carbon industries, so it plays an important guiding role in realizing the smooth transformation of the economic structure and the sustainable development of the economy and society [22].
(2)
LCE is the sublation of the traditional industrial development model
Traditional industries have brought enormous pressure on the environment and have no direction for development. High carbon emissions have become the basic cause of global environmental problems. The LCE is a new economic development model proposed in response to climate change, which represents great development potential in the economic transition period. However, due to the abundant capital investment in traditional industries, the LCE lacks certain material guarantees. Therefore, there is a certain relationship between competition and cooperation between low-carbon industries and traditional industries. It is necessary to get out of the way of achieving agricultural economic development at the expense of the ecological environment. Low-carbon agriculture as a brand new concept and strategy is proposed for the extensive road ahead.
(3)
The status of the LCE in the future emerging industrial structure
The development model of a LCE would inevitably require the reduction of carbon energy consumption. This means that the development of a LCE would spawn a number of strategic emerging industries based on new energy consumption technologies and emission reduction technologies [23].
(4)
Economic model of low-carbon economic cycle and operation
At present, the CGE model is widely adopted in research work on carbon dioxide gas emission reduction. CGE (Computable General Equilibrium) is a common equilibrium model, but it has a strong theoretical basis because it analyzes the economic system as a whole and emphasizes the relationship between variables in different sectors of the economy. Therefore, it can more accurately describe the interaction between the Ministry of Energy and other economic departments, which is generally difficult for partial equilibrium models. Figure 5 is a detailed description of the interactions between energy–economy–environment.

3.2. Demonstration of the LCE and the Sustainable Development Index System and Coupled Development

(1) The LCE and sustainable development index system—a coastal city is taken as an example
Based on the determination of the LCE and sustainable development index system, and according to the collected data of a coastal city, the LCE and sustainable development index system is established. The weight calculation method of the indicators adopts an Analytic Hierarchy Process (AHP) [24]. The hierarchical structure model established by AHP software is shown in Figure 6. The low-carbon economic system is shown in Figure 6a, and the hierarchical structure model of the sustainable development system is shown in Figure 6b.
(2)
Changes in the low-carbon economic system and sustainable development of a coastal city
The results of each index are shown in Table 1.
Statistical graph processing of the data in Table 1 can obtain a clear graph that reflects the development level of the economic system and the sustainable development system based on time series, as shown in Figure 7.
It can be clearly seen from Figure 7 that the low-carbon economic system in the region showed an overall upward trend from 2003 to 2012, which was related to the region’s active opening-up policy. In the past ten years, the transformation of advantageous industries integrating electronics, automobile manufacturing, green food, bio-pharmacy, new material energy development, modern logistics, and service outsourcing had been formed [25]. The fluctuation trend of the sustainable development system in this region had a process of rising and falling. From 2004 to 2008, the comprehensive index of the sustainable development system was basically between 0.3 and 0.5. There was a decreasing process in 2004–2006, and a slight decrease in 2009–2010. This was because the quality of the environment was not as good as the speed of economic development [26]. After 2010, the environmental level had only improved. According to this, the score map of each classification of the system can also be obtained, as shown in Figure 8.
It can be seen in Figure 8a that, during the period from 2003 to 2012, the economic development indices of the two classifications of low-carbon economic systems increased significantly. The economic development index continued to rise, while the low-carbon development index fluctuated slightly, but showed a downward trend in 2004–2005. This was because, at the beginning of the study, the area was less populated, and low-carbon development was a low priority [27]. In 2004, heavy industry was the main industrial area, and carbon emissions were relatively large. The low-carbon technology level was low, so it showed a downward trend; after 2009, it showed a stable upward trend.
Figure 8b shows that there was a clear upward trend in the levels of ecological variables in all three categories of sustainable development systems. In contrast, water and atmospheric variables showed marked fluctuations, with both decreasing and increasing trends, especially the atmospheric environment variables which had an overall downward trend from 2004 to 2010.

3.3. Experimental

(1)
System development evaluation
The low-carbon economic system is on the rise as a whole [28]. The industrial foundation of this region is good, and a variety of advantageous industries have been formed at a high technical level. The high degree of opening up to the outside world attracts a large number of investment funds; the scientific and technological resources are intensive, and a large number of scientific and technological talents are concentrated; the establishment of a financial district is conducive to the low-carbon economic development of a coastal area.
(2)
Coupling degree analysis of the LCE-sustainable development system
The previous formulas and sustainable development theory are used to make the coupling degree calculation as shown in Table 2. V(x) refers to the evolution rate of the LCE system; V(y) refers to the change rate of the sustainable development system; the angle value refers to the coupling evolution trend of the LCE-sustainable development system.
It can be seen from Table 2 that the development level of the LCE in this region is relatively backward, and it is in the primary coupling stage. In short, the area should vigorously carry out ecological environment construction while various major construction projects are implemented. Only when the environmental planning is implemented in place and the pollution reduction planning is well completed can the forestry construction develop rapidly. In this way, the coupling degree of the LCE and sustainable development in the region can be promoted, and the coupling and coordinated development of the LCE and sustainable development can be promoted.
(3)
The coupling and coordination degree of the LCE-sustainable development system
The indices of the LCE-sustainable development system in this region are shown in Table 3. Among them, the compound benefit is A, and the comprehensive development benefit is B. The coordination index is C, and the comprehensive development index is T. The coupling coordination degree is D.
From the compound benefit A, the coordination index of the low-carbon economic system and sustainable development in this region showed an overall upward trend in the period from 2003 to 2012, and there was a drop during this period. In the year 2005, the low-carbon development index declined. The low-carbon development in this region had just started, and the development level was relatively low. The environment had also been severely damaged, resulting in a decline in the coordination index of the LCE and sustainable development systems. After that, the development level of the LCE began to rise. The environment had improved, and the coordination index of the LCE and sustainable development had risen.
From 2003 to 2012, the comprehensive development index of the LCE-sustainable development system in this region generally showed an upward development trend from the comprehensive development benefit B. There was a decline in 2005–2006, which was related to the decline of the low-carbon development index in the region and the decline of various indicators of the sustainable development system, which made the comprehensive development index decline.
Through comprehensive observation of the development index T and coordination index C and the corresponding charts, the overall change trend of the coupling coordination degree D was basically synchronized with T and C. That is, when T and C decreased, the coupling coordination index D also decreased; when T and C increased, the coupling coordination index D also increased continuously. Therefore, the coordination index D also showed an upward trend in the period from 2003 to 2012, and there was a decline during this period. Due to the decline of the coordination index and the decline of the comprehensive development index, at other times, there was a stable upward trend. From 2009 to 2010, the low-carbon economic system showed a rapid upward trend, while the sustainable development system showed a slight downward trend as a whole. However, the comprehensive influence made the LCE-sustainable development system coordination index and the LCE-sustainable system comprehensive development index show a slow upward trend. These showed that the coupling coordination degree of the LCE and the sustainable development system has a strong correlation with the comprehensive development level of the low-carbon economic system and the evolution level of the sustainable development system.
The coordination degree index obtained by the coupling coordination degree function D composed of the economic system and the environmental system function showed that from 2003 to 2012, it increased from 0.145 to 0.713, indicating that the relationship between the LCE and the environment in this region had been continuously improved during this period. By comparing the coupling coordination theory and model, it can be basically judged that the coordination level in this region belonged to a relatively high degree of coordinated development, and the coordination showed a gradual upward trend. It can be judged that the sustainable system development of the LCE in this region would jointly enter a high-level coupling stage.
(4)
Prediction of the LCE-sustainable development system coupling coordination degree
The prediction of the coupling coordination degree of the LCE and sustainable development in this region is to provide a basis for decision-making and regulation in the process of low-carbon economic development and environmental protection in this region. It can provide suggestions for regional development or provide feasible options for a decision, and can also make intuitive judgments for the macro trend of future regional system development. After having a basic understanding and judgment of the current situation of the coupling and coordination analysis of the LCE and the sustainable development system in a coastal area. In order to provide a decision basis for the advanced regulation and control of the sustainable coupling and coordinated development of the LCE in this region, it is necessary to predict the coupling and coordination of the sustainable system development of the LCE in the next five years. By applying the results of the status quo evaluation, the regression analysis is carried out on the coupling coordination degree of the sustainable development of the LCE and the coupling degree between the sustainable development and the economic system in the region in the next five years is predicted, as shown in Figure 9.
It can be seen from Figure 9 that, for the development status of the predicted value of the coupling degree of the LCE and the sustainable development system, in the next five years in a coastal area, the value of the coupling coordination degree of the LCE and sustainable system development would continue to approach 1 and grow steadily. It showed that while developing a LCE, it is necessary to pay attention to the environmental development trend. The stable development of the LCE can bring about environmental improvement. Only when the LCE and the sustainable system promote each other and complement each other, can the LCE and sustainable development be achieved in the best state. Only then can the system enter a high-level coupling and coordinated development stage and promote the development of society, thus giving human beings a good living environment.

3.4. Discussion of Experimental Results

(1)
Study results and discussion
In terms of the coupling degree between the LCE and the sustainable development system, from 2003 to 2012, the development rate of the LCE and the coupling degree of sustainable development showed an overall upward trend; in 2008–2009, there was a slight decline, mainly due to the decline in the level of environmental development in 2009, which brought about a reduction in the rate of environmental development. During this period, due to the sudden decline of environmental quality in the region, the low-carbon economic development at this time was not enough to cope with the sudden deterioration of the environment, resulting in a sudden decrease in the degree of coupling. After that and until 2012, the coupling degree of the LCE-sustainable development system had reached the stage of coordinated development. The coupling degree between the LCE and sustainable development was increasing day by day, and there was a continuing upward trend. Improving the quality of the LCE can lead to an increase in the total amount of the LCE, but this may not necessarily improve the quality. However, for countries with higher quality, stricter emission reduction policies have no significant effect. In addition, in order to improve the low-carbon storage capacity of countries around the world, improving the carbon storage capacity of vegetation carbon storage and increasing the vegetation carbon storage measures are of great value.
(2)
Study limitations
From the perspective of economic principles, a low-carbon economy needs to be realized within the framework of public goods, while a high-carbon economy is implemented by the subject who pursues the maximization of domestic selfish interests. This will reduce the effective implementation of the low-carbon economy; the global greenhouse effect comes from the industrial model of cost externalization, and the solution of the low-carbon economy is to eliminate the externalized cost without touching this model, which is impossible; developed countries are most responsible for the global greenhouse effect, but, according to the low-carbon trading model extended by the low-carbon economy, developed countries will become the greatest beneficiaries of low-carbon trade, which is unfair.

4. Conclusions

By using the coupling degree model and coupling coordination degree model of the LCE and sustainable development, the change of coupling degree and coupling coordination degree based on a time series can be obtained through table calculation and graphical analysis, as well as the predictive analysis of the coupling coordination degree in the next five years. The overall low-carbon economic system composite index in this region showed a positive upward trend. Although the increase was small in 2005, it did not affect the overall upward development. In 2005, the low-carbon development level of the region was low, and the major industrial parks and central eco-city had not been completed, which led to the decline of the LCE index. From 2003 to 2012, the LCE system composite index continued to rise, from 0.143 to 0.896. The innovation of science and technology, the development of industrial clusters, and the construction of marine economic development belts along the coast led to the steady development of the LCE. The comprehensive index of the sustainable development system was in a state of constant change during the study period, rising from 0.631 to 0.714. Since 2003, the LCE and the sustainable development system of the whole district had developed into a straight-up stage. The low-carbon economic system had an obvious growth trend, and the sustainable development system experienced a certain increase in the score after experiencing constant fluctuations. Improving the energy efficiency of commercial activities is an important strategic means to control carbon emissions. On the one hand, they eliminate energy-intensive industries and production processes, and on the other, they have improved technologies in lighting equipment, household appliances, industrial motors, industrial boilers, and other fields to improve the effective use of thermal energy and energy efficiency. It is very important to develop environmental protection products such as solar street lamps and promote them across the country.

Author Contributions

Data curation, L.M.; Writing—original draft, X.L. All authors have read and agreed to the published version of the manuscript.

Funding

This research was funded by 2022 Scientific Research Program of Higher Education of China Association of Higher Education “Research on the Evaluation and Improvement Path of Ideological and Political Quality of Continuing Education Curriculum in Colleges and Universities Based on CIPP Model from the Perspective of ‘Four Evaluations’”, No. 22JX0408.

Institutional Review Board Statement

Not applicable.

Informed Consent Statement

Not applicable.

Data Availability Statement

The data that support the findings of this study are available from the corresponding author upon reasonable request.

Conflicts of Interest

The authors declare no conflict of interest.

References

  1. Heyes, G.; Sharmina, M.; Mendoza, J.M.F.; Gallego-Schmid, A.; Azapagic, A. Developing and implementing circular economy business models in service-oriented technology companies. J. Clean. Prod. 2017, 177, 621–632. [Google Scholar] [CrossRef]
  2. Mendicino, C.; Zhang, Y. Risk shocks in a small open economy: Business cycle dynamics in Canada. Econ. Model. 2018, 72, 391–409. [Google Scholar] [CrossRef]
  3. Chen, K.J.; Chu, A.C.; Lai, C.C. Home production and small open economy business cycles. J. Econ. Dyn. Control. 2018, 95, 110–135. [Google Scholar] [CrossRef] [Green Version]
  4. Kumar, V.; Lahiri, A.; Dogan, O.B. A strategic framework for a profitable business model in the sharing economy. Ind. Mark. Manag. 2017, 69, 147–160. [Google Scholar] [CrossRef]
  5. Sabar, N.R.; Abawajy, J.; Yearwood, J. Heterogeneous cooperative co-evolution memetic differential evolution algorithms for big data optimisation problems. IEEE Trans. Evol. Comput. 2017, 21, 315–327. [Google Scholar] [CrossRef]
  6. Bruno, R.; Ferreira, P. A Study on Garbage Collection Algorithms for Big Data Environments. Acm Comput. Surv. 2018, 51, 1–35. [Google Scholar] [CrossRef]
  7. Van der Voort, H.G.; Klievink, A.J.; Arnaboldi, M.; Meijer, A.J. Rationality and politics of algorithms. Will the promise of big data survive the dynamics of public decision making? Gov. Inf. Q. 2019, 36, 27–38. [Google Scholar] [CrossRef]
  8. Qian, J.; Xia, M.; Yue, X. Parallel knowledge acquisition algorithms for big data using MapReduce. Int. J. Mach. Learn. Cybern. 2018, 9, 1007–1021. [Google Scholar] [CrossRef]
  9. Sherer, J.A. When Is a Chair Not a Chair?: Big Data Algorithms, Disparate Impact, and Considerations of Modular Programming. Comput. Internet Lawyer 2017, 34, 6–10. [Google Scholar]
  10. Vedder, A.; Naudts, L. Accountability for the use of algorithms in a big data environment. Int. Rev. Law Comput. Technol. 2017, 31, 206–224. [Google Scholar] [CrossRef] [Green Version]
  11. Meyer, U.; Abedjan, Z. Algorithms for Big Data. It Inf. Technol. 2020, 62, 117–118. [Google Scholar] [CrossRef]
  12. Sagastume Gutierrez, A.; Eras, J.C.; Huisingh, D.; Vandecasteele, C.; Hens, L. The current potential of low-carbon economy and biomass-based electricity in Cuba. The case of sugarcane, energy cane and marabu (Dichrostachys cinerea) as biomass sources. J. Clean. Prod. 2018, 172, 2108–2122. [Google Scholar] [CrossRef]
  13. Warner, N.A. Zero CO_2 steelmaking in a future low carbon economy. 1. Energy conservation in smelting hematite ore directly to refined iron slab. Transactions of the Institutions of Mining and Metallurgy, Section C. Miner. Process. Extr. Metall. 2018, 127, 73–83. [Google Scholar]
  14. Faerber, L.A.; Balta-Ozkan, N.; Connor, P.M. Innovative network pricing to support the transition to a smart grid in a low-carbon economy. Energy Policy 2018, 116, 210–219. [Google Scholar] [CrossRef] [Green Version]
  15. Duarte, R.; Sanchez-Choliz, J.; Sarasa, C. Consumer-side actions in a low-carbon economy: A dynamic CGE analysis for Spain. Energy Policy 2018, 118, 199–210. [Google Scholar] [CrossRef]
  16. Hafeznia, H.; Pourfayaz, F.; Maleki, A. An assessment of Iran’s natural gas potential for transition toward low-carbon economy. Renew. Sustain. Energy Rev. 2017, 79, 71–81. [Google Scholar] [CrossRef]
  17. Tavera Romero, C.A.; Castro, D.F.; Ortiz, J.H.; Khalaf, O.I.; Vargas, M.A. Synergy between Circular Economy and Industry 4.0: A Literature Review. Sustainability 2021, 13, 4331. [Google Scholar] [CrossRef]
  18. Wisesa, O.; Adriansyah, A.; Khalaf, O.I. Prediction Analysis for Business To Business (B2B) Sales of Telecommunication Services using Machine Learning Techniques. Majlesi J. Electr. Eng. 2020, 14, 145–153. [Google Scholar] [CrossRef]
  19. Li, X.T.; Wang, J.; Yang, C.Y. Risk prediction in financial management of listed companies based on optimized BP neural network under digital economy. J. Manuf. Process. 2022, 1–14. [Google Scholar] [CrossRef]
  20. Li, J.; Li, J.; Ji, J.; Meng, S. Research on the Impact of the Coronavirus Disease 2019 (COVID-19) Pandemic on the Global Trade Economy Based on Big Data Analysis. J. Organ. End User Comput. 2021, 33, 1–18. [Google Scholar] [CrossRef]
  21. Jakob, M. Ecuador’s climate targets: A credible entry point to a low-carbon economy? Energy Sustain. Dev. 2017, 39, 91–100. [Google Scholar] [CrossRef]
  22. Sharmila, V.G.; Tamilarasan, K.; Kumar, M.D.; Kumar, G.; Varjani, S.; Kumar, S.A.; Banu, J.R. Trends in dark biohydrogen production strategy and linkages with transition towards low carbon economy: An outlook, cost-effectiveness, bottlenecks and future scope. Int. J. Hydrogen Energy 2022, 47, 15309–15332. [Google Scholar] [CrossRef]
  23. Yang, X.; Zhao, C.; Xu, H.; Liu, K.; Zha, J. Changing the industrial structure of tourism to achieve a low-carbon economy in China: An industrial linkage perspective. J. Hosp. Tour. Manag. 2021, 48, 374–389. [Google Scholar] [CrossRef]
  24. Lee, J.; Bazilian, M.; Hastings-Simon, S. The material foundations of a low-carbon economy. One Earth 2021, 4, 331–334. [Google Scholar] [CrossRef]
  25. Nyambuu, U.; Semmler, W. Climate change and the transition to a low carbon economy—Carbon targets and the carbon budget. Econ. Model. 2020, 84, 367–376. [Google Scholar] [CrossRef]
  26. Andronie, M.; Lăzăroiu, G.; Ștefănescu, R.; Uță, C.; Dijmărescu, I. Sustainable, Smart, and Sensing Technologies for Cyber-Physical Manufacturing Systems: A Systematic Literature Review. Sustainability 2021, 13, 5495. [Google Scholar] [CrossRef]
  27. De Blasio, N.; Fallon, P. The Plastic Waste Challenge in a Post-COVID-19 World: A Circular Approach to Sustainability. J. Self-Gov. Manag. Econ. 2022, 10, 7–29. [Google Scholar] [CrossRef]
  28. Andronie, M.; Lăzăroiu, G.; Iatagan, M.; Hurloiu, I.; Dijmărescu, I. Sustainable Cyber-Physical Production Systems in Big Data-Driven Smart Urban Economy: A Systematic Literature Review. Sustainability 2021, 13, 751. [Google Scholar] [CrossRef]
Figure 1. The four steps of cluster analysis.
Figure 1. The four steps of cluster analysis.
Sustainability 15 05840 g001
Figure 2. The processing steps of the chameleon clustering algorithm.
Figure 2. The processing steps of the chameleon clustering algorithm.
Sustainability 15 05840 g002
Figure 3. Diagram of the gravitational relationship between data objects.
Figure 3. Diagram of the gravitational relationship between data objects.
Sustainability 15 05840 g003
Figure 4. Sustainable development goals.
Figure 4. Sustainable development goals.
Sustainability 15 05840 g004
Figure 5. Schematic diagram of energy–economy–environment interactions.
Figure 5. Schematic diagram of energy–economy–environment interactions.
Sustainability 15 05840 g005
Figure 6. Hierarchy model. (a) Tomographic structure model of the low-carbon economy subsystem. (b) Hierarchical model of sustainable development subsystem.
Figure 6. Hierarchy model. (a) Tomographic structure model of the low-carbon economy subsystem. (b) Hierarchical model of sustainable development subsystem.
Sustainability 15 05840 g006aSustainability 15 05840 g006b
Figure 7. Comprehensive score chart of the low-carbon economic system and sustainable development system.
Figure 7. Comprehensive score chart of the low-carbon economic system and sustainable development system.
Sustainability 15 05840 g007
Figure 8. The score value of each classification index of the system. (a) Score value of each classification index of the LCE subsystem. (b) Score value of each classification index of the sustainable development subsystem.
Figure 8. The score value of each classification index of the system. (a) Score value of each classification index of the LCE subsystem. (b) Score value of each classification index of the sustainable development subsystem.
Sustainability 15 05840 g008aSustainability 15 05840 g008b
Figure 9. Regression analysis plot.
Figure 9. Regression analysis plot.
Sustainability 15 05840 g009
Table 1. Comprehensive score index table of the low-carbon economic system and sustainable development system.
Table 1. Comprehensive score index table of the low-carbon economic system and sustainable development system.
YearsLow-Carbon Economy Composite IndexSustainability Composite IndexYearsLow-Carbon Economy Composite IndexSustainability Composite Index
20030.1430.63120080.4250.553
20040.1770.56820090.4780.535
20050.1890.39020100.7220.423
20060.2040.35320110.7790.592
20070.2680.38620120.8960.714
Table 2. Carbon economy-sustainable development system coupling.
Table 2. Carbon economy-sustainable development system coupling.
2003200420052006200720082009201020112012
V(x)0.2390.1670.0750.3180.5850.1240.0510.0800.1500.297
V(y)−0.097−0.013−0.0331.3420.933−0.336−0.2090.3990.2060.269
V(x)/V(y)−2.479−12.85−2.2410.2370.627−0.369−0.2230.2000.7281.104
arctan−1.561−1.493−1.1510.2330.561−0.354−0.2200.1970.6290.835
Angle value−90°34′−86°27′−66°22′13°19′32°5′−21°44′−13°24′11°17′36°34′47°49′
Table 3. Indexes of the LCE-sustainable development system.
Table 3. Indexes of the LCE-sustainable development system.
2003200420052006200720082009201020112012
A0.0900.1010.0740.0720.1040.2350.2560.3050.4610.640
B0.7740.7450.5790.5560.6550.9781.0131.1451.3710.610
C0.0540.0730.0.650.0670.1000.2310.2550.2840.4530.632
T0.3870.3730.2900.2780.3270.4890.5060.5720.6860.805
D0.1450.1650.1370.1380.1810.3360.3590.4030.5570.713
Disclaimer/Publisher’s Note: The statements, opinions and data contained in all publications are solely those of the individual author(s) and contributor(s) and not of MDPI and/or the editor(s). MDPI and/or the editor(s) disclaim responsibility for any injury to people or property resulting from any ideas, methods, instructions or products referred to in the content.

Share and Cite

MDPI and ACS Style

Liu, X.; Ma, L. Sustainable Development of Business Economy Based on Big Data Algorithm under the Background of Low-Carbon Economy. Sustainability 2023, 15, 5840. https://doi.org/10.3390/su15075840

AMA Style

Liu X, Ma L. Sustainable Development of Business Economy Based on Big Data Algorithm under the Background of Low-Carbon Economy. Sustainability. 2023; 15(7):5840. https://doi.org/10.3390/su15075840

Chicago/Turabian Style

Liu, Xuefeng, and Li Ma. 2023. "Sustainable Development of Business Economy Based on Big Data Algorithm under the Background of Low-Carbon Economy" Sustainability 15, no. 7: 5840. https://doi.org/10.3390/su15075840

Note that from the first issue of 2016, this journal uses article numbers instead of page numbers. See further details here.

Article Metrics

Back to TopTop