Skip to main content

RETRACTED ARTICLE: Research on core strength training of aerobics based on artificial intelligence and sensor network

This article was retracted on 14 December 2022

This article has been updated

Abstract

The traditional training system based on case teaching is according to the analysis of past competitions and training cases to carry out the strength training of aerobics special movements. The training results cannot be evaluated intelligently and accurately, and the performance of dynamic analysis is poor. To address this problem, the core training system of strength quality of aerobics special movements based on artificial intelligence is designed to realize the intelligent training of the strength quality of aerobics special movements. Through the study of fuzzy paradigm system, intelligent functions such as optimization and decision-making of intelligent fuzzy network are realized. The design system architecture framework includes the modules of sensor, receiver, database, and analysis decision. The core chip of the system is the main control module of Atmega1280 MCU for man-machine interaction, so as to realize the comprehensive training of the strength quality of aerobics special movements. Information collection module is used to collect information on strength training information such as instrument, movement, and language. The problem of phase distortion in signal transmission process is processed by FIR filter. Through information management module, trainee information management and training results statistics and queries are implemented. In the system software part, the system software structure diagram and system startup and landing procedure are given. By analyzing the working process of the module, the strength of aerobics special movements is analyzed. Experimental results show that the designed system can achieve real-time and stable strength training for aerobics special movements and improve training efficiency.

1 Introduction

Aerobics is to shows the ability of athletes to perform complex and high-intensity exercises continuously under the accompaniment of music and through the perfect completion of difficult movements. As the basis and key link of excellent aerobics exercise, special strength training has become an important topic of scientific research [1]. The general requirement of aerobics for strength is to have a good waist and abdomen power and explosive force on the upper, lower extremities, and whole body. The whole set of aerobics exercises are characterized by operation movement, transition movement, and difficulty movement. These technical movements have high requirements for the upper and lower extremities. Because competitive aerobics competition is carried out within a certain period of time required by rules, it has a fairly high demand for athletes’ strength and endurance. So in strength training, we must pay attention to strength endurance, especially speed, strength, and endurance training [2]. Therefore, the competitive aerobics athlete special strength training is analyzed and discussed in this paper. This paper presents a fuzzy normal form algorithm, which is an intelligent fuzzy network model composed of fuzzy system of input, state, and output. The fuzzy system can be replaced by a neural network, fuzzy fusion rules, fuzzy identifiers, etc., and the given knowledge or experience can be learned by determining their weight factors and/or coefficients.

The strength training method is a series of methods and means of specialized biological modification to the human body’s motion system in order to improve the ability of muscle work [3]. The traditional strength training method is based on the analysis of past competitions and training cases, lacking of real-time analysis, and poor training efficiency [4]. Artificial intelligence is a kind of computer science and technology, which includes robot, language, image recognition, and expert system. At present, artificial intelligence technology is widely used in the field of aerobics in China, which is of great significance for enhancing the training quality of aerobics athletes and assisting the coaches to make reasonable sports plans. Therefore, the core training system of strength quality of aerobics special movement based on artificial intelligence is proposed, and the real-time, stable, and efficient training of strength quality of aerobics special movement is realized.

The rest of this paper is organized as follows. Section 2 discusses the core training of strength quality of aerobics special movements based on artificial intelligence, followed by experimental analysis designed in section 3. Section 4 concludes the paper with summary and future research directions.

2 Methods

2.1 System structure framework

In this paper, the design of core training of strength quality of aerobics special movements includes hardware design and software design. Hardware design is to build and connect the whole system of all equipment and the design of simulation equipment [5]. Software design is to solve the problem that all hardware can be combined into a unified system through a software system. Through the software control or the corresponding software operation, the training of the special strength training simulation system is satisfied [6]. The structural framework of the simulation training system for strength quality of aerobics special movements is shown in Fig. 1.

Fig. 1
figure 1

Structural framework of simulation training system for strength quality of aerobics special movements

In Fig. 1, the system architecture framework includes the modules of sensor, receiver, database, and analysis, and decision. At the beginning of the training, the trainer starts the video projection, and the trainee makes the situation judgment according to the real scene of the video, decides which technical movement to use, and trains for strength quality of the set of technical movements. At this time, sensors collect all kinds of training instruments, equipment, special movements, and strength quality information, and transmit them to the receiver in time. By using analysis and judgment module, the aerobics special action is analyzed. Data and information about aerobics special movements are stores in the database. The training system realizes the analysis and training of the strength quality of aerobics special movement by collecting, processing, storing, and analyzing information. It is a kind of artificial intelligence analysis process, and especially the analysis and judgment module is a key artificial intelligence analysis process. By using the judgment module, the aerobics special movement is analyzed autonomously and real-time [7]. It plays an important role in enhancing the quality of core training of aerobics special movements.

2.2 Design of system function modules

According to the overall structure of the system and the function target of the system, the functional modules of the system are divided into the main control module, the scenario control module, the information acquisition module, the judgment module, and the information management module.

The main control module runs in the master computer and is responsible for human-machine interaction [1]. Human-machine interaction performance is also an embodiment of artificial intelligence in this system. The realized comprehensive training of strength quality includes the subject setting before training, the data processing in the training process (processing, recording, and adjusting the situation change of the input information of the strength of the special movement), and the evaluation of the results after the training.

The main controller selects the Atmega1280 microcontroller, which is an 8-bit microcontroller with low energy consumption, high performance, and abundant on-chip resources. Atmega1280 single-chip microcomputer contains 86 I/O, 16 analog signal input interfaces, 4 serial ports, and EEPROM storage chips, as well as JTAG simulation, so as to facilitate the programming of the system.

By collecting the signals of various training instruments, competition instruments, special movements, and language control, the judgment and training of the trainees’ correct use of training instruments, competition instruments, special movements, and strength qualities is realized. In order to ensure that the system does not have phase distortion in the signal transmission of data communication, signal processing, and image processing, the FIR filter is used in the information acquisition module. There are three main applications of FIR filter: distributed algorithm, serial algorithm, and parallel algorithm. The design of information acquisition module in this paper uses a distributed algorithm of FIR filter. The structure of the FIR filter is shown in Fig. 2. The inner product of the input x of the FIR filter and the coefficient h is the output y.

$$ {\displaystyle \begin{array}{l}y=<h,x>=\sum \limits_{N=0}^{N-1}h(n)x(n)=\\ {}\kern0.1em h(0)x(0)+h(1)x(1)+\cdots +\\ {}\kern0.20em h\left(N-1\right)x\left(N-1\right)\end{array}} $$
(1)
Fig. 2
figure 2

Structure diagram of distributed algorithm for FIR filter

X (n) is described with B + 1 bit complement, which is expressed as

$$ x(n)=-{2}^B{x}_B(n)+\sum \limits_{b=0}^{B-1}{x}_b(n){2}^b $$
(2)

where the coefficient h is known constant. The inner product y is expressed as

$$ x(n)=-{2}^Bh(n){x}_B(n)+\sum \limits_{b=0}^{B-1}h(n)\sum \limits_{N=0}^{N-1}{x}_b(n){2}^b $$
(3)

The addition calculation is carried out to \( \sum \limits_{b=0}^{B-1}h(n)\sum \limits_{N=0}^{N-1}{x}_b(n){2}^b \), which is expressed as

$$ {\displaystyle \begin{array}{l}\sum \limits_{b=0}^{B-1}h(n)\sum \limits_{N=0}^{N-1}{x}_b(n){2}^b=h(0)\left({x}_{B-1}(0){2}^{B-1}+\right.\\ {}\kern0.20em {x}_{B-2}(0){2}^{B-2}+\cdots \left.+\underset{0}{x}(0){2}^0\right)+\\ {}\kern0.20em h(1)\left({x}_{B-1}(1){2}^{B-1}+\right.{x}_{B-2}(1){2}^{B-2}+\\ {}\cdots +\left.\underset{0}{x}(1){2}^0\right)+\cdots +\\ {}\kern0.1em h\left(n-1\right)\left({x}_{B-1}\left(n-1\right){2}^{B-1}+\right.\\ {}\kern0.1em \left({x}_{B-2}\left(n-1\right){2}^{B-2}+\right.\cdots +\\ {}\kern0.1em \left.\underset{0}{x}\left(n-1\right){2}^0\right)=\\ {}\kern0.1em \left(h(0)\right.{x}_{B-1}(1)+h(1){x}_{B-1}(1)+\cdots +\\ {}\kern0.1em h\left(n-1\right)\left.{x}_{B-1}\left(n-1\right)\right){2}^{B-1}+\\ {}\kern0.1em \left(h(0)\right.{x}_{B-2}(0)+h(1){x}_{B-2}(1)+\cdots +\\ {}\kern0.1em h\left(n-1\right)\left.{x}_{B-2}\left(n-1\right)\right){2}^{B-2}+\cdots +\\ {}\kern0.1em \left(h(0)\right.\underset{0}{x}(0)+h(1)\underset{0}{x}(1)+\cdots +\\ {}\kern0.1em h\left(n-1\right)\left.\underset{0}{x}\left(n-1\right)\right){2}^0\end{array}} $$
(4)

To simplify Eq. (4),

$$ y=-{2}^Bh(n){x}_B(n)+\sum \limits_{b=0}^{B-1}{2}^b(n)\sum \limits_{n=0}^{N-1}h(n){x}_b(n) $$
(5)

The information management module is necessary for the output of training result data [8]. The system consists of two parts: trainee information management and training performance statistics inquiry. The functions include personnel basic information management, and query, statistics, and printing of training results. The trainees’ information management training results are automatically stored in the database, which can be displayed on the screen in real-time, and queried, counted, and printed at any time. In this paper, the information management module is used to carry out artificial intelligence analysis on the related information of strength training for aerobics special movements. Through the statistics of the information management and training results of the trainees, the trainees and trainers can have an intuitive understanding of the training results, quickly obtain feedback information, and facilitate the guidance of training. Figure 3 shows the structure of information management module.

Fig. 3
figure 3

Structure diagram of information management module

2.3 Software design

Taking training subject as an object, the simulation training software of strength quality of the special movement of aerobics athletes is divided into basic subject, real scene subject, subject video examination and evaluation module, and other auxiliary functional module [3]. Each subsystem is an independent module. The system uses the subject as a common carrier (custom structure) to interact with the data [9]. Figure 4 shows the software structure of the special movement strength training system.

Fig. 4
figure 4

Software structure of special movement strength training system

The main control program runs in the master computer, and is mainly responsible for the comprehensive training of all subjects. As the core of the whole training system, the main control program also needs to consider the functions of system protection, data encryption, and so on [10]. The program module signal collection program running in the background is the middle-ware of other interactive devices, such as the integrated machine of camera and projector.

The running of startup and login program of most system tool software is taken as reference [11]. This system software startup and landing program design need to fill in the user name and the corresponding password. All user names, passwords, and other data information are saved in the user data file of the system database. Figure 5 shows the flow chart of system startup and login program.

Fig. 5
figure 5

Flow chart of system startup and login program

The judgment module includes a detailed analysis of the overall strength control of aerobics athletes and the control of the overall strength [12, 13]. The basic process is shown in Fig. 6. The main steps include the selection of strength training video, strength data acquisition, strength data experts, and artificial intelligence analysis [12, 14]. The selection of strength training video is the initial and important step of strength training analysis, which determines the reliability and persuasiveness of strength training structure.

Fig. 6
figure 6

Working flow of judgment module

In this paper, JSP page is used as a user interface. It includes the main functional interfaces such as training subjects, performance evaluation, and other auxiliary functional interface such as system login and user rights management. In order to reduce the complexity of the page and improve its efficiency [15, 16], all business processes are excluded while displaying the user interface through JPS pages, and Java scripts are not involved at the same time [17, 18].

3 Experiment

The experiment is carried out to verify the time delay performance of the core training system based on artificial intelligence [19, 20]. Using the proposed system, the training system based on event-driven programming and the training system based on case teaching, 100 strength training tests for an aerobics athlete are carried out to record and compare the transmission delay of different training systems. The comparison results are shown in Table 1.

Table 1 Transmission delay of different training systems (ms)

It is clearly evident from the Table 1 that the transmission delay of the proposed training system is small, and far lower than the transmission delay of the other two training systems. It shows that the transmission delay of the proposed system is low and the real-time performance is good. To verify the simulation efficiency of the proposed system, the method of measuring the time consuming of aerobics special movement simulation is adopted to test the stability and rapid movement simulation of the proposed system. The training movements of 15 aerobics athletes are taken as samples, and the training movements of these athletes are simulated with the proposed system, the training system based on event-driven programming, and the training system based on case teaching [21, 22]. The time consuming is recorded and shown in Table 2.

Table 2 Time consuming for movement simulation of different systems (s)

Figure 7 is the time consuming for movement simulation of three systems.

Fig. 7
figure 7

Time consuming for movement simulation of three systems(s)

It is clearly evident from Table 2 that the time consuming of the proposed system is less, about within 1.32 s, and as the number of movement simulations increases, the system simulation tends to be stable and maintains at 1.24 s, with an average time of 1.27 s. The motion simulation system based on event-driven programming always fluctuates from 1.63 s to 1.84 s. The time consuming of the training system based on event-driven programming always fluctuates between 1.63 s and 1.84 s. The time consuming of the training system based on case teaching is longer. Through the above experimental results, it can be found that the system is efficient in movement simulation, and can shorten the simulation time of aerobics special movement.

In order to verify the stability of the proposed system, the average outage probability of strength quality training of special movement for different systems is compared. The comparison results are shown in Fig. 8.

Fig. 8
figure 8

Average outage probability of different systems

It is clearly evident from Fig. 8 that under the condition of the average SNR less than 16 dB, the average outage probability of the proposed system is smaller than that of the other two systems. When the average SNR is greater than 16 dB, the outage probability of the three systems increases with the increase of the average SNR, but the average outage probability growth curve of the proposed system is slow and obviously lower than the other two systems. It shows that the proposed system has good stability.

In order to verify the memory consumption performance of the proposed system, the proposed system, the system based on event-driven programming, and the system based on case teaching are used to analyze the data analysis of five groups of special movement strength training. The consumed memory space in different systems is compared [16] and the results are shown in Fig. 9.

Fig. 9
figure 9

Memory consumption rate of different systems

It is clearly evident from Fig. 9 that the memory consumption of the training system based on case teaching is largest. The training system based on event-driven programming has larger memory consumption, while the memory consumption of the proposed system is lower than the other two systems. It shows that by using the proposed system to analyze the strength training data of special movements, the memory consumption is smaller.

In order to verify the execution efficiency of the proposed system, the proposed system, the system based on event-driven programming, and the system based on case teaching are used to analyze the data analysis of five groups of special movement strength training. The execution time in the MapReduce environment is compared. The results are shown in Fig. 10.

Fig. 10
figure 10

Execution efficiency of different systems

As shown in Fig. 10, for the training data analysis of five groups of special movement strength, the running time of the training system based on event-driven programming is lower than the running time of the training system based on case teaching. The running time of the proposed system is lower than that of the training system based on event-driven programming. Experimental results show that the three systems can carry out data analysis of the special movement strength training, but the efficiency of the proposed system is the best.

The scalability of the proposed system is verified, that is, when the data of specific movement strength training is more, it is verified whether it can process larger scale data. The extensibility of the proposed algorithm is verified by using data set of specific movement strength training (from 160 MB to 1280 MB) and comparing it with the training system based on case teaching and the training system based on event-driven programming. The results are shown in Fig. 11.

Fig. 11
figure 11

Comparison of Extensibility of different algorithms

It is clearly evident from the Fig. 11 that the proposed system has achieved better scalability than the training system based on event-driven programming and the training system based on case teaching. The extensibility values of the three systems are higher than 0.69, 0.62, and 0.55, respectively. The results show that the proposed system has excellent scalability and adaptability for processing large-scale dataset.

In order to verify the acceleration ratio performance of the proposed system, the proposed system, the training system based on event-driven programming, and the training system based on case teaching are compared and analyzed in the same environment. First, the acceleration ratio performance of the proposed system is evaluated with the constant size of the three groups of real special movement strength training data, and the experimental results are shown in Fig. 12. Secondly, the acceleration ratio performance of the three systems is compared, and the results are shown in Table 3.

Fig. 12
figure 12

Acceleration ratio of the proposed system

Table 3 Comparison of acceleration ratio performance of different systems

As shown in Fig. 12, in the data analysis of the special movement strength training, the proposed system can complete the analysis normally. Especially when the data node gradually increases, the running time of the proposed system is reduced proportionally. From Table 3, it can be seen that the execution time of the proposed system is much lower than that of the other two systems. The results show that the proposed system has good acceleration ratio performance and can effectively improve analysis efficiency.

The training effect of this system is analyzed from five aspects: the simulation of the instrument, the time consuming of the system simulation, the importance of the training content, the accuracy of the power simulation, and the analysis of the information content. The expert evaluation method is used to evaluate the results of the analysis of 15 groups of samples in Table 2 for the proposed system, the training system based on event-driven programming, and the training system based on case teaching. The evaluation score are shown in Tables 4, 5, and 6.

Table 4 Evaluation score of the proposed system analysis results (points)
Table 5 Evaluation score of training system analysis results based on event driven programming (points)
Table 6 Evaluation score of training system analysis result based on case teaching (points)

Through the above experimental results, it can be observed that the results of the special movement obtained with the proposed system are good in all aspects. From the comparison results of the instrument simulation, it can be seen that the average score of the proposed system is 96.9 points. The score of the training system based on event-driven programming is 75.3 points, and the score of the training system based on case teaching is only 64.3 points. The average score of the importance of the training content of the proposed system is 93.7 points. The score of the training system based on the event-driven programming is 61.1 points and the training system based on case-based training system is 49.7 points. It shows that the content of the proposed system is more important for the training of the special movement strength quality. The scores of simulation time consumption, strength simulation accuracy, and analysis information content of the proposed system are 93.7 points, 93.3 points, and 93.7 points, respectively. The score of the proposed system is far superior to the training system based on event-driven programming and the training system based on case teaching. It shows that the proposed system is very effective in the core training of the strength quality of aerobics special movement.

4 Results and discussion

Through the design of the core training system of strength quality of aerobics special movement based on artificial intelligence, the problems of poor real-time performance and low efficiency in the traditional training system can be solved. The core training of strength quality of aerobics special movement based on artificial intelligence is achieved, and has the advantages of high efficiency, and good stability and real-time. It provides a basis for improving the strength quality of aerobics special movement, and has important application value.

Availability of data and materials

The datasets used and/or analyzed during the current study are available from the corresponding author on reasonable request.

Change history

Abbreviations

MCU:

Microprogrammed control unit

References

  1. F.A. Ghasemi, S. Daneshpayeh, I. Ghasemi, An investigation on the Young’s modulus and impact strength of nanocomposites based on polypropylene/linear low-density polyethylene/titan dioxide (PP/LLDPE/TiO 2) using response surface methodology. Polymer. Bull. 73(6), 1741–1760 (2016)

    Article  Google Scholar 

  2. T.A. Prikhna, A.V. Starostina, D. Lizkendorf, Studies of the oxidation stability, mechanical characteristics of materials based on max phases of the Ti-Al-(C, N) systems, and of the possibility of their use as tool bonds and materials for polishing. J. Superhard Mater. 36(1), 9–17 (2014)

    Article  Google Scholar 

  3. X. Zhang, J. Dong, Z. Huang, Study of soil structures strength and stiffness loss based on thermodynamics and continuum mechanics. Environ. Earth Sci. 73(8), 4143–4149 (2015)

    Article  Google Scholar 

  4. J.H. Low, N. Andenan, A.W.A. RWan, The influence of crosslink chemicals on the mechanical strength and water absorption of rice straw-based green composites. J. of Nat. Fibers 15(1), 1–9 (2017)

    Google Scholar 

  5. C.S. Liang, Z.F. Lv, Y.L. Zhu, Molybdate-based conversion treatment for improving the peeling strength between aluminum foil and polypropylene grafted with glycidyl methacrylate. Surface Coatings Technol. 249(249), 1–5 (2014)

    Article  Google Scholar 

  6. I.G. Rodionova, A.I. Zaitsev, A.I. Kovalev, Effect of new types of nonmetallic inclusions on continuously-cast billets and the quality of high-strength low-alloy steel rolled product. Metallurgist 60(7-8), 691–698 (2016)

    Article  Google Scholar 

  7. A.M. Popov, I.V. Lebedeva, A.A. Knizhnik, Force and magnetic field sensor based on measurement of tunneling conductance between ends of coaxial carbon nanotubes. Comput. Mater. Sci. 92(5), 84–91 (2014)

    Article  Google Scholar 

  8. C. Chrysohoou, A. Angelis, G. Tsitsinakis, Cardiovascular effects of high-intensity interval aerobic training combined with strength exercise in patients with chronic heart failure. A randomized phase III clinical trial. Int. J. Cardiol. 179(10), 269–274 (2015)

    Article  Google Scholar 

  9. G.S. Cantrell, B.K. Schilling, M.R. Paquette, Maximal strength, power, and aerobic endurance adaptations to concurrent strength and sprint interval training. Eur J Appl Physiol 114(4), 763–771 (2014)

    Article  Google Scholar 

  10. Z.J. Zhou, J.L. Chen, H. Shen, Simulation of air traffic flow optimization prediction. Computer Simulation 33(8), 54–57 (2016)

    Google Scholar 

  11. P.E. Frank, M.P. Andersson, Strength training improves muscle aerobic capacity and glucose tolerance in elderly. Scand. J. Med. Sci. Sports 26(7), 764–773 (2016)

    Article  Google Scholar 

  12. K.E. Harada, N. Lee, S. Ai, Awareness of role of strength training in care prevention, negative perception and stages of change for strength training behavior among Japanese older adults. Bull. Chem. Soc. Jpn. 62(12), 3869–3876 (2015)

    Google Scholar 

  13. M.F. Oliveira, F.R. Caputo, B. Corvino, Short-term low-intensity blood flow restricted interval training improves both aerobic fitness and muscle strength. Scand. J. Med. Sci. Sport. 26(9), 1017–1025 (2015)

    Article  Google Scholar 

  14. N. Rinaldo, E. Bacchi, G. Coratella, Effects of combined aerobic-strength training vs fitness education program in COPD patients. Int. J. Sports Med. 38(13), 1001–1008 (2017)

    Article  Google Scholar 

  15. P.K. Patra, S. Sam, M. Singhai, Study on the production of ultra high strength steel (UHSS) in thin slab caster. Sae Technical Papers 4(4), 445–454 (2014)

    Google Scholar 

  16. K. Karatrantou, V. Gerodimos, K.H. Kkinen, Health-promoting effects of serial vs. integrated combined strength and aerobic training. Int. J. Sport. Med. 38(01), 55–64 (2017)

    Google Scholar 

  17. Y. Liu, C. Liu, Y. Kang, Experimental research on creep properties of limestone under fluid–solid coupling. Environ. Earth Sci. 73(11), 7011–7018 (2015)

    Article  Google Scholar 

  18. A. Tahir, S.A. Abid, N. Shah, Logical clusters in DHT-paradigm for scalable routing in MANETs. Comput. Netw. 128(5), 142–153 (2017)

    Article  Google Scholar 

  19. G. Singal, V. Laxmi, M.S. Gaur, S. Todi, V. Rao, M. Tripathi, R. Kushwaha, Multi-constraints link stable multicast routing protocol in MANETs. Ad. Hoc. Netw. 63(8), 115–128 (2017)

    Article  Google Scholar 

  20. C. Xu, A novel recommendation method based on social network using matrix factorization technique. Inform. Process. Manag. 54(3), 463–474 (2018)

    Article  Google Scholar 

  21. Z. Chen, Y. Zhang, C. Wu, et al., Understanding individualization driving states via latent Dirichlet allocation model. IEEE Int. Transport. Sys. Magazine 11(2), 41–53 (2019)

    Article  Google Scholar 

  22. Z. Xie, R. Lin, J. Wang, W. Hu, L. Miao, Vicarious learning: how entrepreneurs enhance a firm’s international competitiveness through learning from interlocking director network partners. Front. Psychol. (2020). https://doi.org/10.3389/fpsyg.2020.00689

Download references

Acknowledgements

None

Funding

None

Author information

Authors and Affiliations

Authors

Contributions

Liqiang Jia wrote the entire article. Lingshu Li is responsible for the experimental simulation. The author(s) read and approved the final manuscript.

Corresponding author

Correspondence to Lingshu Li.

Ethics declarations

Ethics approval and consent to participate

This article does not contain any studies with human participants or animals performed by any of the authors.

Consent for publication

All authors agree to submit this version and claim that no part of this manuscript has been published or submitted elsewhere.

Competing interests

The authors declare that they have no competing interests.

Additional information

Publisher’s Note

Springer Nature remains neutral with regard to jurisdictional claims in published maps and institutional affiliations.

This article has been retracted. Please see the retraction notice for more detail: https://doi.org/10.1186/s13638-022-02202-7

Rights and permissions

Open Access This article is licensed under a Creative Commons Attribution 4.0 International License, which permits use, sharing, adaptation, distribution and reproduction in any medium or format, as long as you give appropriate credit to the original author(s) and the source, provide a link to the Creative Commons licence, and indicate if changes were made. The images or other third party material in this article are included in the article's Creative Commons licence, unless indicated otherwise in a credit line to the material. If material is not included in the article's Creative Commons licence and your intended use is not permitted by statutory regulation or exceeds the permitted use, you will need to obtain permission directly from the copyright holder. To view a copy of this licence, visit http://creativecommons.org/licenses/by/4.0/.

About this article

Check for updates. Verify currency and authenticity via CrossMark

Cite this article

Jia, L., Li, L. RETRACTED ARTICLE: Research on core strength training of aerobics based on artificial intelligence and sensor network. J Wireless Com Network 2020, 164 (2020). https://doi.org/10.1186/s13638-020-01785-3

Download citation

  • Received:

  • Accepted:

  • Published:

  • DOI: https://doi.org/10.1186/s13638-020-01785-3

Keywords