Skip to main content
PeerJ Computer Science logoLink to PeerJ Computer Science
. 2023 Nov 13;9:e1680. doi: 10.7717/peerj-cs.1680

Neuro-controller implementation for the embedded control system for mini-greenhouse

Vasyl Teslyuk 1, Ivan Tsmots 1, Natalia Kryvinska 2, Taras Teslyuk 3, Yurii Opotyak 1, Mariana Seneta 1,, Roman Sydorenko 1
Editor: Tawfik Al-Hadhrami
PMCID: PMC10703027  PMID: 38077600

Abstract

Control of a certain object can be implemented using different principles, namely, a certain software-implemented algorithm, fuzzy logic, neural networks, etc. In recent years, the use of neural networks for applications in control systems has become increasingly popular. However, their implementation in embedded systems requires taking into account their limitations in performance, memory, etc. In this article, a neuro-controller for the embedded control system is proposed, which enables the processing of input technological data. A structure for the neuro-controller is proposed, which is based on the modular principle. It ensures rapid improvement of the system during its development. The neuro-controller functioning algorithm and data processing model based on artificial neural networks are developed. The neuro-controller hardware is developed based on the STM32 microcontroller, sensors and actuators, which ensures a low cost of implementation. The artificial neural network is implemented in the form of a software module, which allows us to change the neuro-controller function quickly. As a usage example, we considered STM32-based implementation of the control system for an intelligent mini-greenhouse.

Keywords: Neuro-controller, Artificial neural network, STM32, Control system, Intelligentmini-greenhouse

Introduction

At the processing of technological data from a variety of sensors in the control system (Knayer & Kryvinska, 2022; Teslyuk et al., 2022; Teslyuk et al., 2017), their loss often occurs, there is a need to process fuzzy data, etc. In such situations, it is advisable to use special intellectual tools. Additionally, its implementation in embedded systems requires taking into account their limitations in performance, memory, etc. In this article, a method is proposed to process the technological data using a microcontroller with an artificial neural network (ANN) implemented by software. It is clear that for most technical problems such a combination is sufficient in terms of speed, and for real-time systems, the neural network can be implemented at the hardware level (Kravets & Shymkovych, 2020; Mishchuk, Tkachenko & Izonin, 2020).

To achieve the set goal, it is necessary: to develop the structure and algorithm of the neuro-controller for processing technological data (NPTD) functioning; to develop a model on the basis of an artificial neural network for processing technological data, and; to develop a program and hardware means of NPTD.

The article includes the analysis of existing solutions of the specified problem, the development of the functioning algorithm, and the structure of the neuro-controller, which is based on the modular principle. The built ANN model is developed and tested. The peculiarities of the hardware and software implementation of the neuro-controller are also given.

Related Works

Modern industry trends are based on the application of Industry 4.0–full automation of production systems, and integration of new technologies, including artificial intelligence (AI) and machine learning into their production facilities and throughout their operations (Zaimovic, 2019; Oztemel & Gursev, 2020; Nascimento et al., 2019; Pozzi, Rossi & Secchi, 2023), the large-scale use of smart systems in various spheres of human activity (Kim et al., 2022; Mazza, Tarchi & Juan, 2022; Mbungu, Bansal & Naidoo, 2019) are aimed to save energy and natural resources.

The above-mentioned concept can be practically realized with the use of modern technologies, methods, and models of computing intelligence. To date, a number of ISA-95, IEC 62264, ANSI/ISA-95 and IEC 62264 standards have been developed that define requirements and features in the development of such systems (Wally, Huemer & Mazak, 2017; International Electrotechnical Commission, 2013; International Electrotechnical Commission, 2018; International Electrotechnical Commission, 2016).

As a rule, such systems are multi-level and hierarchical (Teslyuk et al., 2022; Teslyuk et al., 2017). The level of data collection and management of executive mechanisms is located closest to technological processes and controls technological parameters with the help of sensors. Technological data are fuzzy and unstructured and accordingly their effective processing is possible using artificial neural networks (Wally, Huemer & Mazak, 2017; International Electrotechnical Commission, 2013; International Electrotechnical Commission, 2018). In particular, Teslyuk et al. (2022) proposed a device based on the neuro-controller, where an artificial neural network is implemented in the form of a program that controls the operation of the microcontroller and the implemented ANN.

Engineers widely use neuro-controllers in the process of achieving technical tasks, where the problem of processing fuzzy input data arises. In particular, this problem arises in construction (Chang & Sung, 2019; Zizouni et al., 2019)—for seismic exploration problems; in the process of implementing smart home systems (Teslyuk et al., 2019; Teslyuk et al., 2018)—for the tasks of protecting the building and processing emergency situations; in materials science (González-Yero et al., 2021). Verginis, Xu & Topcu (2023) describes a learning-based algorithm for the control of autonomous systems that integrates neural network-based learning with adaptive control. In research a hybrid controller is introduced (Abougarair, 2023), that combines a neural controller with a linear quadratic regulator with feedforward PI controller. This adaptive neuro-controller is trained offline to simulate the PI controller.

The conducted analysis makes it possible to state that the implementation of ANN is possible with two approaches: software (Chang & Sung, 2019; Zizouni et al., 2019; Teslyuk et al., 2019; Teslyuk et al., 2018; González-Yero et al., 2021) and hardware (Chang, Martini & Culurciello, 2015; Nurvitadhi et al., 2017). The software approach consists in the software implementation of the ANN, which is stored in the microcontroller memory. This approach is more commonly used in practice and makes it possible to change the parameters of the network model during the operation of the neuro-controller, which is an advantage of this approach. For real-time systems, it is necessary to use hardware implementation of ANN to ensure strict requirements for the performance of the designed system. But at the same time, it will be much more difficult to make changes to the network structure. It is proposed to increase the operation performance of the ANN model taking into account their hardware implementation, using FPGA, CPU, and GPU (Misra & Saha, 2010; Nurvitadhi et al., 2016; Ovtcharov et al., 2015). But such hardware implementation has worse values of both weight and size, and economic parameters.

This article uses the first approach to the implementation of the ANN and storing the program in the memory of a standard microcontroller. This makes it possible to provide the requirements for performance, cost and size parameters in the process of collecting and previous processing technological data.

Materials & Methods

Development of the structure and algorithm of the functioning of an intelligent data collection and processing tool

In general, the structure of the basic intelligent data collection and processing tool includes three main components: a subsystem for collecting data about the environment; a subsystem for processing input technological data; and a subsystem of influence on the studied environment.

In mathematical form, the corresponding structure can be written using the following tuple:

Necontr=Msensors,Mhardsoftwore,Mactuators,Mints (1)

where Msensors is a set of sensors and detectors; Mhardsoftwore is a set of hardware and software tools; Mactuators is a set of actuators that make it possible to influence the studied environment and Mints is an incidence matrix that allows establishing relationships between sensors, software and hardware, and actuators.

Let us consider an intelligent data processing tool using the example of implementing an intelligent mini-greenhouse management system (Ma, Li & Yang, 2018; Suryawanshi et al., 2018). The intelligent greenhouse provides maintenance of the microclimate and lighting regime for growing plants according to the specified conditions. We implement the corresponding system on the basis of the developed neuro-controller. The structure of the developed control system consists of two main components (Fig. 1): a microcontroller that runs the main loop of the control program and a neuro-controller software. The control system analyzes input data from various sensors and generates control signals for actuators.

Figure 1. Structure of the control subsystem of intelligent mini-greenhouse.

Figure 1

There are four main sensors to gather information about mini-greenhouse:

  • air temperature sensor, that monitors the temperature of the environment;

  • air humidity sensor to gather information on air humidity;

  • sensor to track soil moisture;

  • light sensor, that checks outdoor lighting level.

Additionally, a real time clock is used for tracking the time of day.

The block diagram of the algorithm of the neuro-controller for controlling the intelligent mini-greenhouse is shown in Fig. 2.

Figure 2. Block diagram of the neuro-controller algorithm for controlling an intelligent mini-greenhouse.

Figure 2

The above sensors make it possible to determine changes in the mini-greenhouse environment (Ma, Li & Yang, 2018; Suryawanshi et al., 2018). The actuators were used to influence the medium of the greenhouse. In particular, the developed intelligent greenhouse control system (Batyuk, Voityshyn & Verhun, 2018) uses the following actuators(executive modules): the subsystem for watering the soil; the ventilation subsystem to reduce temperature and humidity inside the air control and the cleaning system; the subsystem of heating air; the lighting subsystem that turns on in case of insufficient external light.

For the case of the structure shown in Fig. 1, the set of sensors includes elements, namely:

Msensors=S1,S2,S3,S4,

where S1 is the air temperature sensor; S2 is the air humidity sensor; S3 is the soil moisture sensor; S4 is the illumination sensor of the medium of the mini-greenhouse.

A set of hardware and software tools includes only two components: a microcontroller and software that emulates the operation of an artificial neural network. It should be noted that the appropriate set may include several microcontrollers, which are determined by technical and economic feasibility. The set of actuators also includes four elements (modules):

Mactuators=A1,A2,A3,A4,

where A1 is a module that implements the function of watering a controlled environment; A2 is a module that provides ventilation of the environment; A3 and A4 heating module and lighting module, respectively.

The incidence matrix for the studied structure of the system in Fig. 1 makes it possible to display the connections between structural elements. It has the following form:

Mints=11110000000000000000000000000000000000001111111111000010000000000100000000001000000000010000000000100000000001.

The algorithm of the neuro-controller operation includes several basic steps (Fig. 3). The developed algorithm provides an initial step, which is designed to establish initial data (system initialization, port initialization, etc.). The following steps are performed sequentially in the cycle: polling and receiving technological data from sensors; the step related to the processing of the received data from sensors by a neural network and the step of forming control signals for the subsystem of influence on the studied environment.

Figure 3. A simplified block diagram of algorithm of neuro-controller operation.

Figure 3

Representation of the structural model of the system in graph form (Eq. (2)) makes it possible to analyze the functioning of the system using existing free software systems.

G=P,I, (2)

where P is a set of nodes (components) and I is a set of arcs.

To analyze the operation of the intelligent mini-greenhouse control system, it is advisable to use a structural model in the form of a graph (Fig. 4).

Figure 4. Structural model of the intelligent mini-greenhouse control system in the graph form.

Figure 4

Development, training and implementation of the artificial neural network model

Building models of the functioning scenarios of intelligent tools for collecting and processing technological data

Models of system operation scenarios can be described using a number of conditions that are determined by operation modes. Therefore, it is necessary to maintain the temperature regime in the environment of the intelligent mini-greenhouse and the level of illumination during the hours set aside for this. We introduce the following notations, respectively: T is the temperature inside the system; Hearth is the soil moisture; Hair is an air humidity; L is the level of external lighting; D is the time of day (0–24 h).

During the functioning of the intelligent mini-greenhouse, the following conditions must be maintained:

Tmin<T<Tmax,Hearthmin<H<Hearthmax,
Hairmin<H<Hairmax,Lmin<L<Lmax,Dmin<D<Dmax, (3)

where Tmin, Tmax—minimum and maximum temperature values; HearthminHearthmax—minimum and maximum soil moisture values; HairminHairmax—minimum and maximum values of air humidity; LminLmax—minimum and maximum value of the level of exterior light; DminDmax—minimum and maximum values of time of day.

To support the above modes, system operation scenarios that describe the necessary actions to stabilize conditions in the mini-greenhouse environment are developed. Work scenarios include steps that are described and summarized in the Table 1.

Table 1. Work scenarios of intellectual greenhouse.
Meaning of conditions Action
High air temperature Turn on the fan
turn off the heater
Low air temperature Turn on the heater
turn off the fan
High air humidity Turn on the fan
Low air humidity Turn off the fan
High soil moisture Turn off watering
Low soil moisture Turn on watering
High level of outdoor lighting Turn off the external lighting
Low level of external lighting and time for active lighting of plants Turn on the external lighting
Outside the time area for active lighting Turn off the external lighting

Therefore, the ANN receives technological data from the temperature, soil moisture and light sensors. The mode of watering and lighting depends on the time of day. The neuro-controller generates control signals for controlling ventilation shafts, heaters, lighting and watering. Accordingly, the resulting neural network model should have four inputs and four outputs.

Data preparation for neural network training and testing

To train the neural network, a set of data is generated that describe the received values from the sensors and the expected values for the actuators. For training, it is necessary to generate a sufficient sample that will represent the various states where the system can be in.

To prepare a set of data and its normalization a JAVA program was developed. Program randomly selects the values of the sensors and analytically calculates the expected values on the actuators. The generated data sets must be normalized so that the values are in the range [0..1]. For this purpose, at the 2nd stage, the program runs the developed normalization module and outputs the final results. The example of the main class code for data normalization is shown in Fig. 5.

Figure 5. An example of the main class code for data normalization.

Figure 5

An example of the generated training sample for training a neural network is shown in Fig. 6.

Figure 6. A fragment of the training sample.

Figure 6

Peculiarities of implementation and training of an artificial neural network

The NeurophStudio environment was used for designing, training and checking neural network correctness functioning. This is free software for various types of neural network design. It allows monitoring of the learning process, modifying the structure of the neural network, determining a set of training values, visualizing the learning results, etc.

A multilayer perceptron was chosen as a neural network and designed with the help of NeurophStudio. It consists of four input neurons and one balancing neuron, six internal neurons and one balancing neuron. The output layer contains four neurons.

The peculiarity of this artificial neural network is that all neurons of the first layer have a connection with all neurons of the second layer (except for the balancing one for the second layer). The situation is similar with the connections between the second and third layers, namely: seven neurons of the second layer have connections with all four neurons of the third layer (Fig. 7).

Figure 7. Structure of the neural network of multilayer perceptron for the intelligent mini-greenhouse control system designed in NeurophStudio.

Figure 7

Within the environment, the structure and connections between neurons can be explored. For correct training of the neural network, it is recommended to divide the set into two parts. The first part is used to train the neural network, while the second part is a control set that can be used to test the neural network on new data. In this case, neural network training takes place on 80% of the data set.

The training of neural network of multilayer perceptron is carried out by the backpropagation method. An example of the dependence of the neural network learning error on the number of iterations is shown in Figs. 8 and 9.

Figure 8. Results of neural network training, iterations 1–2,000.

Figure 8

Figure 9. Results of neural network training, iterations 2,001–4,000.

Figure 9

The neural network is tested on 20% of the data that was not involved in the training process, and the results of work on this sample provide an opportunity to check how the neural network functions on independent data.

Checking the accuracy of the functioning of the neural network for the intelligent mini-greenhouse control shows the mean squared error value of 0.032. The trained neural network is used for neuro-controller implementation.

Results and Discussion

Hardware and software implementation of the neuro-controller

The development of a neuro-controller includes two main parts: hardware and software.

Features of the hardware implementation of the neuro-controller

We developed a structural diagram of the hardware part of the neuro-controller, which includes the following components (Fig. 10):

Figure 10. Structural diagram of the hardware of the intelligent mini-greenhouse control system.

Figure 10

  • STM32-F103C8T6 microcontroller, which is based on the ARM 32 Cortex-M3 MCU with an operating frequency 72 MHz, 64 KB of Flash memory and 20 KB of data memory;

  • real time clock DS1307, which is necessary to determine the time of day;

  • a number of sensors were used to monitor technological data on microclimate and lighting:

  • temperature sensor DS18B20, which makes it possible to monitor the temperature in the range from −10 °C to 85 °C with an error of 0.5 °C;

  • temperature and humidity sensor DHT11, which allows to monitor air humidity in the range from 20% to 80% with an error of 5%. Also, the sensor allows to monitor the temperature in the range from 0 °C to 60 °C with an error of 2%. The DS18B20 sensor gives a value with a smaller error, so it is recommended to use it in contrast to the DHT11;

  • soil moisture sensor that measures soil conductivity and provides data in the range of 0–5 V depending on the set threshold value;

  • photoresistor, on the basis of which the light sensor is organized and an auxiliary balancing resistor is used. The change in the voltage ratio between the balancing resistor and the photoresistor is determined by external lighting.

  • relays are used as executive devices to control the power supply of the actuators.

The online EasyEDA development environment was used to design the hardware part of embedded control system for mini-greenhouse. This environment makes it possible to synthesize the electrical schematic diagram of the circuit board (Fig. 11).

Figure 11. Schematics of the hardware part of the embedded control system for mini-greenhouse.

Figure 11

The schematic diagram shows each component’s pins and their connections.

The software part of the developed embedded control system for mini-greenhouse

The software for an embedded control system for a mini-greenhouse consists of a set of modules. Each of them implements some operations, including the realization of the neuro-controller and its control. The interconnection of these modules is shown in Fig. 12.

Figure 12. The structure of the software part of an embedded control system for mini-greenhouse.

Figure 12

For system initialization, initialization of ports, sensors, actuators, real time clock and loading of initial data a system initialization module is responsible.

A sensor control module is used to periodically read data from sensors, and access the real time clock. It sets up the initial time and periodically reads the current time of day. The sensor control module is accessed by a periphery control module. This module also transmits control signals to the actuator control module by means of relays that change the state of the actuators.

The developed neuro-controller consists of several modules, described below. The neural network loading module is used for the neural network initialization, loading the neural network configuration, neuron function types, and weighting coefficients matrices. The neural network input/output module is responsible for loading input data into the neural network and reading the output data for the actuator’s control. The Data processing module is used to coordinate the work of this modules. It also controls the Neural network emulation module. For emulation, the subroutine takes information about the type of neuron function, weighting coefficients, and connections between neurons and performs calculations of each neuron’s value. As a result, the emulated neural network forms values that are used to control the mini greenhouse.

The main feature of the neuro-controller is its cyclical operation. Since there is no need to frequently poll and update the system state, the interrupt operator is used, which stops the main cycle of program execution and limits the frequency of execution of the main cycle.

During the execution of the main cycle, a subroutine is called to simulate the operation of the neural network. Based on its response, commands are formed to control the actuators.

The algorithm of emulating of the neural network operation is presented in Fig. 13.

Figure 13. Block diagram of the algorithm of the neural network emulation.

Figure 13

The subroutine is responsible for calculating the values of each of the neurons. As input data of the neural network the measured values from sensors and the real time clock are used. At the output, the value of the state to which each of the actuators should be transferred (on/off) is calculated.

Conclusions

The use of neural networks for applications in control systems has become increasingly popular. However, their implementation in embedded systems requires taking into account their limitations in performance, memory, etc. We proposed a neuro-controller for the embedded control system, which enables the processing of input technological data. It is based on the modular principle, which makes it possible to quickly modernize the technical system.

As a proof of concept, a neuro-controller for processing fuzzy and unstructured data for an intelligent mini-greenhouse based on an artificial neural network has been developed. It was conducted training of artificial neural network and error checking of the model, which does not exceed 3.2%.

The software and hardware of the neuro-controller for the intelligent mini-greenhouse was developed. The hardware is based on the STM32 microcontroller, which satisfy mass and size limitations for that type of device. The software for setting up the neural network is implemented in Java, and the system software of the microcontroller is implemented by standard development tools. In the future, a such neuro-controller can be used in other control systems. In this case neural network can be trained on another dataset to achieve its control functions.

Supplemental Information

Data S1. Raw Data.
DOI: 10.7717/peerj-cs.1680/supp-1
Supplemental Information 2. Java code: A program for neural network training.
DOI: 10.7717/peerj-cs.1680/supp-2

Funding Statement

The authors received no funding for this work.

Additional Information and Declarations

Competing Interests

Natalia Kryvinska is an Academic Editor for PeerJ.

Author Contributions

Vasyl Teslyuk conceived and designed the experiments, performed the experiments, performed the computation work, authored or reviewed drafts of the article, and approved the final draft.

Ivan Tsmots conceived and designed the experiments, performed the experiments, performed the computation work, authored or reviewed drafts of the article, and approved the final draft.

Natalia Kryvinska conceived and designed the experiments, authored or reviewed drafts of the article, and approved the final draft.

Taras Teslyuk conceived and designed the experiments, performed the experiments, analyzed the data, performed the computation work, prepared figures and/or tables, authored or reviewed drafts of the article, and approved the final draft.

Yurii Opotyak performed the experiments, authored or reviewed drafts of the article, and approved the final draft.

Mariana Seneta analyzed the data, prepared figures and/or tables, authored or reviewed drafts of the article, and approved the final draft.

Roman Sydorenko analyzed the data, authored or reviewed drafts of the article, and approved the final draft.

Data Availability

The following information was supplied regarding data availability:

The raw data and computer code of the program for neural network training are available in the Supplementary Files.

References

  • Abougarair (2023).Abougarair A. Adaptive neural networks based optimal control for stabilizing nonlinear system. IEEE 3rd international maghreb meeting of the conference on sciences and techniques of automatic control and computer engineering (MI-STA); Piscataway. 2023. pp. 141–148. [DOI] [Google Scholar]
  • Batyuk, Voityshyn & Verhun (2018).Batyuk A, Voityshyn V, Verhun V. Software architecture design of the real-time processes monitoring platform. Proceedings of the IEEE second international conference on data stream mining & processing, DSMP; Piscataway. 2018. pp. 98–101. [DOI] [Google Scholar]
  • Chang, Martini & Culurciello (2015).Chang AXM, Martini B, Culurciello E. Recurrent neural networks hardware implementation on FPGA. 2015. [DOI]
  • Chang & Sung (2019).Chang S, Sung D. Modal-energy-based neuro-controller for seismic response reduction of a nonlinear building structure. Applied Sciences. 2019;9(20):4443. doi: 10.3390/app9204443. [DOI] [Google Scholar]
  • González-Yero et al. (2021).González-Yero G, Ramírez Leyva R, Ramírez Mendoza M, Albertos P, Crespo-Lorente A, Reyes Alonso JM. Neuro-fuzzy system for compensating slow disturbances in adaptive mold level control. Metals. 2021;11(1):56. doi: 10.3390/met11010056. [DOI] [Google Scholar]
  • International Electrotechnical Commission (2013).International Electrotechnical Commission (IEC) Enterprise-control system integration—part 2: objects and attributes for enterprise-control system integration, International Standard, Rev. 2.0, IEC 62264-2:2013 2013.
  • International Electrotechnical Commission (2016).International Electrotechnical Commission (IEC) Representation of process control engineering—requests in P & I diagrams and data exchange between P & ID tools and PCE-CAE tools, International Standard, Rev. 2.0, IEC 62424:2016 2016.
  • International Electrotechnical Commission (2018).International Electrotechnical Commission (IEC) Engineering data exchange format for use in industrial automation systems engineering—automation Markup Language—part 1: Architecture and general requirements, International Standard, Rev. 2.0, IEC 62714-1:2018 2018.
  • Kim et al. (2022).Kim D, Yoon Y, Lee J, Mago PJ, Lee K, Cho H. Design and implementation of smart buildings: a review of current research trend. Energies. 2022;15(12):4278, 1–17. doi: 10.3390/en15124278. [DOI] [Google Scholar]
  • Knayer & Kryvinska (2022).Knayer T, Kryvinska N. An analysis of smart meter technologies for efficient energy management in households and organizations. Energy Reports. 2022;8:4022–4040. doi: 10.1016/j.egyr.2022.03.041. [DOI] [Google Scholar]
  • Kravets & Shymkovych (2020).Kravets P, Shymkovych V. Hardware implementation neural network controller on FPGA for stability ball on the platform. In: Hu Z, Petoukhov S, Dychka I, He M, editors. Advances in computer science for engineering and education II. Advances in intelligent systems and computing. Vol. 938. Springer; Cham: 2020. pp. 247–256. [DOI] [Google Scholar]
  • Ma, Li & Yang (2018).Ma X, Li Y, Yang L. Design of environment parameter adjustment system for greenhouse based on STM32. 13th IEEE Conference on Industrial Electronics and Applications (ICIEA); 2018. pp. 719–723. [DOI] [Google Scholar]
  • Mazza, Tarchi & Juan (2022).Mazza D, Tarchi D, Juan A. Advanced technologies in smart cities. Energies. 2022;15(13):4764, 1–3. doi: 10.3390/en15134764. [DOI] [Google Scholar]
  • Mbungu, Bansal & Naidoo (2019).Mbungu NT, Bansal RC, Naidoo RM. Smart energy coordination of autonomous residential home. IET Smart Grid. 2019;2:336–346. doi: 10.1049/iet-stg.2019.0109. [DOI] [Google Scholar]
  • Mishchuk, Tkachenko & Izonin (2020).Mishchuk O, Tkachenko R, Izonin I. Missing data imputation through SGTM neural-like structure for environmental monitoring tasks. In: Hu Z, Petoukhov S, Dychka I, He M, editors. Advances in computer science for engineering and education II. ICCSEEA 2019. Advances in intelligent systems and computing. Vol. 938. Springer; Cham: 2020. pp. 142–151. [DOI] [Google Scholar]
  • Misra & Saha (2010).Misra J, Saha I. Artificial neural networks in hardware: a survey of two decades of progress. Neurocomputing. 2010;74(1–3):239–255. doi: 10.1016/j.neucom.2010.03.021. [DOI] [Google Scholar]
  • Nascimento et al. (2019).Nascimento DLM, Alencastro V, Quelhas OLG, Caiado RGG, Garza-Reyes JA, Rocha-Lona L, Tortorella G. Exploring Industry 4.0 technologies to enable circular economy practices in a manufacturing context: a business model proposal. Journal of Manufacturing Technology Management. 2019;30:607–627. doi: 10.1108/JMTM-03-2018-0071. [DOI] [Google Scholar]
  • Nurvitadhi et al. (2016).Nurvitadhi E, Sheffield D, Sim J, Mishra A, Venkatesh G, Marr D. Accelerating binarized neural networks: Comparison of FPGA, CPU, GPU, and ASIC. International conference on field-programmable technology (IEEE); Piscataway. 2016. pp. 77–84. [DOI] [Google Scholar]
  • Nurvitadhi et al. (2017).Nurvitadhi E, Venkatesh G, Sim J, Marr D, Huang R, Hock JOG, Liew YT, Srivatsan K, Moss D, Subhaschandra S, Boudoukh G. Can FPGAs beat GPUs in accelerating next-generation deep neural networks?. Proceedings of the 2017 ACM/SIGDA international symposium on field-programmable gate arrays; New York. 2017. [DOI] [Google Scholar]
  • Ovtcharov et al. (2015).Ovtcharov K, Ruwase O, Kim J-Y, Fowers J, Strauss K, Chung ES. Accelerating deep convolutional neural networks using specialized hardware. Microsoft Research Whitepaper. 2015;2(11):1–4. [Google Scholar]
  • Oztemel & Gursev (2020).Oztemel E, Gursev S. Literature review of Industry 4.0 and related technologies. Journal of Intelligent Manufacturing. 2020;31:127–182. doi: 10.1007/s10845-018-1433-8. [DOI] [Google Scholar]
  • Pozzi, Rossi & Secchi (2023).Pozzi R, Rossi T, Secchi R. Industry 4.0 technologies: critical success factors for implementation and improvements in manufacturing companies. Production Planning & Control. 2023;34(2):139–158. doi: 10.1080/09537287.2021.1891481. [DOI] [Google Scholar]
  • Suryawanshi et al. (2018).Suryawanshi S, Ramasamy S, Umashankar S, Sanjeevikumar P. Design and implementation of solar-powered low-cost model for greenhouse system. In: SenGupta S, Zobaa A, Sherpa K, Bhoi A, editors. Advances in smart grid and renewable energy. Lecture notes in electrical engineering, vol 435. Vol. 435. Singapore: Springer; 2018. pp. 357–365. [DOI] [Google Scholar]
  • Teslyuk et al. (2017).Teslyuk T, Tsmots I, Teslyuk V, Medykovskyy M, Opotyak Y. Architecture and models for system-level computer-aided design of the management system of energy efficiency of technological processes at the enterprise. In: Shakhovska N, Stepashko V, editors. Advances in intelligent systems and computing II. CSIT 2017. Advances in intelligent systems and computing. Vol. 689. Springer; Cham: 2017. pp. 538–557. [DOI] [Google Scholar]
  • Teslyuk et al. (2018).Teslyuk V, Beregovskyi V, Denysyuk P, Teslyuk T, Lozynskyi A. Development and implementation of the technical accident prevention subsystem for the smart home system. International Journal of Intelligent Systems and Applications. 2018;10(1):1–8. doi: 10.5815/ijisa.2018.01.01. [DOI] [Google Scholar]
  • Teslyuk et al. (2019).Teslyuk V, Denysyuk P, Kryvinska N, Beregovska KH, Teslyuk T. Neural controller for smart house security subsystem. Procedia Computer Science. 2019;160:394–401. doi: 10.1016/j.procs.2019.11.075. [DOI] [Google Scholar]
  • Teslyuk et al. (2022).Teslyuk V, Tsmots I, Michal Gregus ML, Teslyuk T, Kazymyra I. Methods for the efficient energy management in a smart mini greenhouse. CMC—Computers, Materials & Continua. 2022;70(2):3169–3187. doi: 10.32604/cmc.2022.019869. [DOI] [Google Scholar]
  • Verginis, Xu & Topcu (2023).Verginis C, Xu Z, Topcu U. Non-parametric neuro-adaptive control. 2023 European control conference (ECC); 2023. pp. 1–6. [DOI] [Google Scholar]
  • Wally, Huemer & Mazak (2017).Wally B, Huemer C, Mazak A. Entwining plant engineering data and ERP information: Vertical integration with automation ML and ISA-95. Proceedings of the 2017 3rd International Conference on Control, Automation and Robotics (ICCAR 2017); 2017. pp. 356–364. [DOI] [Google Scholar]
  • Zaimovic (2019).Zaimovic T. Setting speed-limit on Industry 4.0 –an outlook of power-mix and grid capacity challenge. Procedia Computer Science. 2019;158:107–115. doi: 10.1016/j.procs.2019.09.033. [DOI] [Google Scholar]
  • Zizouni et al. (2019).Zizouni K, Fali L, Sadek Y, Bousserhane IK. Neural network control for earthquake structural vibration reduction using MRD. Frontiers of Structural and Civil Engineering. 2019;13:1171–1182. doi: 10.1007/s11709-019-0544-4. [DOI] [Google Scholar]

Associated Data

This section collects any data citations, data availability statements, or supplementary materials included in this article.

Supplementary Materials

Data S1. Raw Data.
DOI: 10.7717/peerj-cs.1680/supp-1
Supplemental Information 2. Java code: A program for neural network training.
DOI: 10.7717/peerj-cs.1680/supp-2

Data Availability Statement

The following information was supplied regarding data availability:

The raw data and computer code of the program for neural network training are available in the Supplementary Files.


Articles from PeerJ Computer Science are provided here courtesy of PeerJ, Inc

RESOURCES