Abstract

Prediction of cabin noise for new types of ships and offshore platforms, based on measurement or simulation databases, is a common problem that needs a solution at the beginning of the design process. In this paper, we explore the use of a radial basis function (RBF) neural network to study this problem. Within the framework of the RBF network, we implement and compare several algorithms to devise a fast and precise cabin noise prediction model. We select a combination of algorithms after training the RBF with noise measurement samples. The results show that the RBF neural network trained using the DE algorithm has better prediction accuracy, generalization, and robustness than the others. Our work provides a new method for preliminary noise assessment during the schematic design phase and enables rapid analysis of vibration and noise control schemes for ships and offshore platforms.

1. Introduction

Increasing interest in environmental protection means that people pay more attention to the effects of vibration and noise from offshore platforms and ships on crew happiness, working environment, and physical health. Delaying the implementation of noise reduction measures needed to meet cabin noise requirements until after construction adds significant cost and affects both interior arrangements and weight [1]. Accurate prediction of cabin noise during the design or early construction phases is an urgent need.

For elaborate structures, such as ships and drilling platforms, the classical approach that requires defining and solving differential equations for each component is too complex. Therefore, most existing noise prediction is done using approximate methods to study sound radiating from dynamic systems. Multiple commercial acoustics software products, using different algorithms and frequency domains, have been available, including VA One and LMS Virtual.Lab Acoustics. The main solution methods of these software products involve Finite Element Method (FEM), Boundary Element Method (BEM), Statistical Energy Method (SEM), and so forth. In the field of ship industry and ocean engineering, Statistical Energy Method can be utilized in the process of compartment noise analysis of high-speed passenger ships, which helps detect the noise transmission route and find the solution for noise reduction. Boundary Element Method might be used for the analysis of normal ventilation systems of the ship, which helps explore the noise frequency characteristics of pipeline and the changing rules within different flow velocity of the pipe. Statistical Energy Method can also be used in the noise influence factor prediction of huge semisubmersible ocean platform, and the noise control methods that meet the requirements of specification are proposed [2, 3]. As for the civilian automobile and aerospace industry, the commercial software and solution methods used are basically the same, but the frequency range and research object might be different. Currently, various calculation methods are used to predict the low, intermediate, and high frequency, respectively, additionally improving the accuracy of the forecast [4]. However, as in the early stage of ship design and ocean engineering, the detailed design drawing has not been mapped and the required differential equation cannot be acquired. Therefore, the purpose of this paper is to find out a new method for the rapid and accurate prediction of ship compartment noise in the initial design stage of the project, under the background of the absence of detailed calculation parameters, that is, to introduce the artificial intelligence or, specifically, artificial nerves network technology into the field of compartment noise control.

2. The Working Mechanism of Radial Basis Function Neural Network and Algorithm

Artificial intelligence (AI) is a field devoted to the development of computer systems to simulate and extend human intelligence. Ideally, the goal is the creation of a machine that reacts in a way similar to human intelligence [5]. The study of neural networks is a branch within the field that models the neural network of the human brain using mathematical methods aimed at imitating the brain’s function and structure [6].

2.1. Radial Basis Function

The greatest advantage of artificial neural networks is their ability to approximate the output of a human brain without specific knowledge of its operation. As long as sufficient training samples are provided, the neural network can provide this output with arbitrary precision [7, 8]. Due to the complex structure and large number of vibrating machines on a ship, vibration and noise have a nonlinear relationship [9, 10]. The self-learning and self-adapting characteristics of a neural network can model the nonlinear system and predict the overall vibration and noise throughout the system. There is no need for geometric modeling and complex boundary and parameter settings. Once the neural network modeling the system is trained, it has all it needs to forecast the noise, which greatly shortens the time needed to make the prediction.

In 1988, Moody and Darken proposed the radial basis function (RBF) neural network for the precise interpolation of functions. The RBF network can approximate any nonlinear function, deal with the intractable regularity in the system, and converge quickly to a solution. It has been successfully applied in many fields, including pattern recognition, nonlinear function approximation, time series analysis, data classification, image processing, and control and fault diagnosis [1113]. We use the RBF network in our approach to ship noise prediction.

The RBF network is known as a feedforward neural network with three layers of neurons, as shown in Figure 1. The first layer is the input layer, with the number of nodes equal to the dimension of the input vector. The second layer is the hidden layer, with the number of nodes depending on the complexity of the problem and being larger than the number of input layer nodes. The third layer is the output layer, with the number of nodes equal to the dimension of the output vector. The weight parameter represents the link between nodes. The weight vector exists only between the hidden and output layers. The arrow in the figure indicates the direction in which information propagates through the network. The activation function of the RBF network can be selected in various forms as shown in Table 1, and its curve shape is shown in Figure 2.

The three functions in Table 1 are all radially symmetric. The function value decreases when the independent variable deviates from the center, where is the spread or width. The smaller is, the smaller the curve width is and the faster the function falls, and the function is more selective. Because the width of the Gaussian function is the smallest, we generally choose the Gaussian function as the activation function of the RBF network. As can be seen from Figure 2, the output of a single hidden node can be expressed aswhere is the ith sample, N is the number of samples, is the width of the center of the jth hidden node, and the dimension of is D. Without affecting universality, we let ; it is easy to prove that its output can represent infinite multidimension:It is not difficult to get the feature mapping function from the above proof:There are infinite terms on the right side of the equation, so the feature space corresponding to the radial basis function is infinite. Thus, the kth output can be expressed asAs can be seen from (2)-(4), each hidden layer neuron responds to input , and the output of the RBF network is the weighted sum of these responses. If the input is close to the jth hidden node center , the response is large, which is equivalent to the implicit node being activated. If the distance is far away, the response is almost zero, which is equivalent to the implicit node being suppressed. This feature is known as the “local mapping” feature, which makes the RBF network converge faster than the “global mapped” network.

In order to design an RBF network for noise prediction, we must determine the number and coordinates of the hidden nodes, the expansion constants of the activation functions of the hidden nodes, and the weights of the output nodes. We will combine a variety of algorithms to train the network to achieve the quality required.

2.2. Gradient Descent Algorithm

The calculation process of the gradient descent method is to solve the minimum value of the error function along the direction of the gradient descent. Nowadays, the numerical iterative method is generally adopted. The specific formula is as follows:In the formula, parameters , , and are the learning rates of the corresponding variables; is the central coordinate of the hidden nodes; is the expansion constant; is the network weight.

The learning rate should be set smaller (increasing accuracy) when the gradient falls faster and larger when the gradient is flat (increasing the convergence speed). Weights, center coordinates, and width are typically initialized to random numbers.

2.3. Particle Swarm Optimization Algorithm

The particle swarm algorithm treats the potential solution of the optimization problem as a particle in the search space and searches for the optimal solution of the current space through the particle.

For the first time in a D search space, there are m particles forming a group, where the position of the ith particle is represented by a vector , and the velocity of the particle is represented by a vector . The optimal position searched by the ith particle is , and the optimal position searched by the entire particle swarm is . The particle update formula is as follows:When , take ; when , take .

; ; nonnegative constants and are called acceleration constants; and are uniformly distributed over the interval random number. is the current position of the ith particle, is the optimal position searched for the ith particle, is the optimal position for the entire particle swarm search, is the current velocity of the ith particle, and the negative number is the maximum speed limit.

The particle velocity update is divided into three parts: the first part is the influence of the current speed, the current state of the particle is connected, in addition to the ability to balance the global and local search; the second part is the influence of the particle’s own cognition, that is, the influence of the particle’s own memory. Make the particles have global search ability and avoid falling into local minimum values; the third part is the influence of group information, and realize information sharing and cooperation between particles.

2.4. Differential Evolution Algorithm

The differential evolution algorithm generates a difference vector by randomly selecting two individuals from the parent population and weights it and adds it to another random individual in the parent class. Then, the generated new individual and the corresponding individual in the parent are performed. The crossover operation generates a new individual and the individual with good fitness is the child individual.

The initial population is generated first, and the specific formula is as follows:where represents the ith individual in the initial population, NP represents the population size, , D represents the dimension of the solution to the problem, and rand is the uniformly distributed random number in the interval .

Next, the differential variability is as follows:, where is the th generation and F is the scaling factor.

Then there is the crossover operation; the specific formula is as follows:; is a randomly selected integer within , and CR is the crossover rate.

Finally, by comparing the parents and performing the selection operation, the specific formula is as follows:

3. Establishment of Ship Cabin Noise Database

Although the intelligent forecasting method does not need to provide a precise formula for calculating vibration noise, it is necessary to identify the independent variable that influences the dependent variable. This process is called feature extraction. Cabin noise samples are used for intelligent forecasting, and the quality of feature set extraction results is a key to accurate noise prediction. In this section, we explore the extraction of the main features affecting the ship cabin noise in detail and express them mathematically to establish a corresponding ship cabin noise database.

3.1. Input Parameter

(1) Noise Source. The ship belongs to a large offshore structure, and its internal contains a large number of sources of vibration and noise, including the main engine, motor unit, propeller, gear box, pump, and fan. For various excitation sources, the acceleration level can be determined by empirical formulas [14].

The vibration excitation generated by the propeller can be loaded onto the ship’s floor directly above the propeller. The specific formula is as follows:M is the number of propellers; N is the number of propeller blades; D is propeller diameter; is rated speed of propeller.

The empirical estimation formula for the diesel engine and motor acoustic radiation power level (reference sound power level ) is as follows: is rated power of diesel engines and motors; is octave correction of diesel and motor air noise.

The engine foot acceleration (reference acceleration is ) is determined by the formulam is the quality of the diesel engine; is rated power of diesel engine; is rated speed of diesel engine; is working speed of diesel engine; is octave correction value of diesel engine vibration.

The motor foot acceleration (reference acceleration is ) is determined by the formula is rated power of the motor; is rated speed of the motor; is the octave correction value of the motor vibration.

According to the above formula, the sound radiation power level, and the foot acceleration level of the existing equipment under the rated power, the excitation condition of the diesel engine and the motor at other powers can be roughly estimated by modifying the rated power value.

(2) Noise Propagation Path. On-board noise is transmitted primarily through the air and the hull structure. Because it is typically unnecessary to predict cabin noise near the cabin (i.e., in the air), we ignore air noise and address only the hull structure as a sound source parameter. Structural noise is attenuated by the structure of the cabin, deck, transverse bulkheads, and so on during propagation. We quantify these influencing factors as the average shelf thickness and surface area of the cabin, the number of decks between the cabin and the noise source, and the number of transverse bulkheads between the cabin and the noise source. We store these factors for multiple points in the ship and use them as input parameters as shown in Table 2.

3.2. Output Measurements

For the output, we adopt the A-weighted sound pressure level (SPL) in dB(A). This measurement is commonly used as the noise evaluation index in current engineering. The A-weighted SPL is close to the human ear’s hearing characteristics: sensitive to high frequency noise and insensitive to low frequency noise. Its logarithmic representation is directly measurable with a sound level meter, which simplifies the work and reduces the measurement range.

3.3. Acquisition of Ship Cabin Noise Database Data

All data in our database is based on a ship with characteristics as given in Table 3.

We selected 10 cabins within the ship as training and test samples as shown in Figure 4. These cabins had no noise reduction measures installed. We selected the front and rear host groups, front and rear motor groups, and propellers as noise sources, also called excitation sources, positioned as shown in Figure 5. We treat the two rear main engines as a unit, operating synchronously and driving the propeller consistent with the rear host’s output. We selected 45 sets of combined working conditions under different power levels as excitation conditions and expressed the power parameters of the excitation source as percentages between 0 and 100. Based on the different working conditions of the ship, we used the software product VA One to simulate noise levels in the 10 cabins; the specific model SEA subsystem connection diagram is shown in Figure 3. We selected subsystems with a height of 1.5 m~2 m from the deck as research objects and obtained the A-level noise for each cabin under the 45 working conditions.

Because the statistical energy analysis method has a more accurate solution to the medium-high frequency dynamic response problem in complex structural systems, the ship belongs to a relatively complicated and large structural system. Generally, it is considered to belong to the low-frequency region when the frequency is less than 50 Hz, and the intermediate frequency is 50 to 200 Hz. In the area, above 200Hz can be regarded as high-frequency area, while the hearing range of normal human ear is within 20~20kHz. It can be seen that the proportion of low-frequency area is small, so it is inevitable to solve the problem of acoustic prediction of ship cabin and system dynamics problems in the mid-high frequency region. In addition, since the human ear is not sensitive to high-frequency noise to low-frequency noise, the proportion of low-frequency noise is weakened in the A sound level. Therefore, it is more suitable to use the statistical energy analysis method to solve the ship cabin noise prediction.

In summary, the 10 cabins and 45 test samples produced 450 sample pairs. The input vector consisted of 16 dimensions, the excitation source of 4 dimensions, and the cabin structure parameters of 12 dimensions.

4. RBF Network Design and Noise Prediction Based on Gradient Descent Algorithm

4.1. Network Process Design

The training process for the gradient descent algorithm in the RBF network is relatively simple, but there are many controlling parameters. The network training process is shown in Figure 6. Because the root mean square (RMS) error well describes the accuracy of the cabin noise prediction for each training iteration, we use the RMS error as the iteration test. The RMS error formula isRMSE denotes root mean square error; is network forecast; is simulation calculated value; n is number of trainings.

In order to facilitate the initialization of the hidden node center coordinates and to avoid computational saturation, we normalize the input data so that the parameters of all dimensions are in the interval.

4.2. Selection of Parameters and Their Influence on the Algorithm

Several parameters influence the output quality and learning rate but there are diminishing returns beyond a near-optimal setting. We now present our empirical investigation of these parameters.

(1) The Influence of the Number of Hidden Nodes. We start the process with 17 hidden nodes, increasing the number of nodes by 1 each time the prediction test for the four cabins is completed, up to a maximum of 62. We calculate the average relative error of noise prediction for all working conditions in each of the four compartments for each test and obtain the correlation between the number of hidden nodes and the forecast result of the algorithm, as shown in Figure 7. During the experiment, other parameters remain unchanged. The maximum number of iterations is set to 25000, and the target error is set to 5. The hidden node center coordinates, the extended constants of each hidden node, and the output weights are initialized to random numbers in the interval . The learning rate λ is set to 10−6 in all cases.

The figure shows that there is no correlation between the number of hidden nodes and the algorithm prediction results and that the average relative error of the four target cabin predictions fluctuates around a value. As the iterations continue, the extra hidden nodes appear to offset, attenuate, shrink, and merge. The curve with relatively few hidden nodes is smoother overall. Therefore, from the perspective of network generalization, we use 40 hidden nodes.

(2) The Effect of Learning Rate. We set the learning rate of the center coordinates of the hidden nodes, the expansion constants of the hidden nodes, and output weights to be all the same value, λ, with values of 10−3, 10−4, 10−5, and 10−6 in turn. After performing 20 training passes on the cabin data from the upper two decks in the database, we calculate the root mean square error after each iteration and average them. The results are shown in Figure 8. We left other parameters unchanged, with 40 hidden nodes, 25000 maximum iterations, the target error of 5, the hidden node center coordinates, extended constants of each hidden node, and output weights all initialized to a random number in the interval [15].

The figure shows that the larger the learning rate λ is, the faster the root mean square error decreases. However, when , the root mean square error fluctuates around the minimum value after iterating a certain number of steps and does not continue to fall. This is because a larger learning rate results in a greater parameter update at each iteration, which benefits the global optimization at the beginning, and quickly approaches the global minimum. However, near the global minimum, each movement is too large, crossing the minimum value each time and leading to the oscillation around it.

However, a smaller learning rate does not always mean that it is easier to approximate the error to the global minimum. As shown in the figure, with 25000 iterations, the RMS error for is still greater than the RMS error for . This situation occurs for two reasons. First, the smaller is, the slower the error moves, and more iterations are needed to fall to the minimum value. Second, the smaller is, the easier it is to fall into the local minimum and stay there, which is an obvious disadvantage of the gradient descent algorithm.

In summary, we set the learning rate at around .

(3) Effect of Target Error . Although the purpose of the iteration is to reduce the RMS error, the inevitable noise in the training samples coupled with a too-small target error causes the noise data to be accurately fitted, resulting in overfitting [16, 17]. Therefore, we set to an integer between 6 and 10 and leave the other parameters of the network unchanged. Carrying out the prediction method with cross-validation 20 times yields the results shown in Figure 9.

The figure shows that when the target error is 6 and 7, the average relative error of the actual forecast is even larger, and it is obvious that the noisy data is also accurately interpolated. When is 8 or 9, the actual forecast average relative error is the smallest. After comparing the data, we find that the relative error of each working condition is more stable when is taken as 8, and the maximum relative error is smaller than when is 9.

4.3. Forecast Error and Evaluation

We evaluate the forecast error by setting the number of hidden nodes to 40, the maximum number of iterations to 25,000, the target error to 8, and the learning rate λ to 10−5 and the hidden node center coordinates, the extended constants of the hidden nodes, and the output weights to random numbers in . We make 10 predictions using a cross-validation method and show the average of the forecast results in Figures 10 and 11 and Table 4.

The results show that the RBF network trained by the gradient descent method has a high prediction accuracy, a small prediction error for cabin noise on different decks, with different surface areas and with different numbers of transverse bulkheads from the excitation source, and stable error characteristics.

Although the RBF network trained by the gradient descent algorithm has a good performance on cabin noise prediction, it has equally notable shortcomings: more controlling parameters and sensitivity to those parameters. The target error , the learning rate , the initialization of hidden node center coordinates, individual hidden node expansion constants, and output weights all exert great influence on the performance of the algorithm. More relevant experience is needed to ensure selection of appropriate parameters in the actual application of our method to a project in order to avoid falling into the local minimum.

5. RBF Network Design and Noise Prediction Using Particle Swarm Optimization

5.1. Network Process Design

In this section, we present our use of the particle swarm optimization algorithm to train the hidden node center coordinates, expansion constants, and output weights of the RBF network. With M hidden nodes, the dimension of each particle is 16M+M+M=18M. The first 16M dimension represents the coordinates of the center of hidden nodes, the M dimension represents the expansion constant of each hidden node, and the last M dimension represents the output weight; namely,The design flow of the network is shown in Figure 12. We normalize the data so that the parameters of each dimension of the input variable are in the interval . In order to avoid the particles leaving the search space during training, we also set the boundary of the particle position. The first 16M dimension boundary is set to , the next M dimension is set to , and the output weight has no boundary. In MATLAB, we initialize the particle position to a uniformly distributed random number in the interval and the velocity to normal random distribution. We calculate the particle fitness value according to the RMS error of the RBF network [18].

5.2. Parameter Selection and Effects on the PSO Algorithm

Leaving other parameters unchanged [19, 20], we set the number of hidden nodes to an integer between 30 and 50 and used random weight optimization in the particle swarm optimization algorithm for the prediction experiment. The results are shown in Figure 13.

The figure shows that when the number of hidden nodes is 40, 45, or 46, the average relative error for the prediction of the four cabins is large, while the other cases fluctuate within a certain range. Since the particle swarm optimization algorithm is unstable, the algorithm converges to different training precisions even when the number of hidden nodes in the network is the same. Thus, the fluctuation range in the graph is not large. Therefore, we conclude that the number of hidden nodes has little effect on the forecast results. In our test, setting the number of hidden blocks to 41 results in the best prediction results, so we use 41 hidden nodes throughout the process described in this section.

Because the particle swarm optimization algorithm easily falls into the local minimum value, we now address enhancements to the algorithm’s convergence behavior. We begin by leaving other parameters unchanged and evaluating three alternatives—shrinkage factor, linear weighting, and random weighting—to alter the convergence behavior. We train the PSO algorithm 10 times with 1000 iterations using each method. Figure 14 plots the RMS error of the convergence results according to the method. The figure shows that the shrinkage factor method has the worst convergence behavior, converging only to a relatively large local minimum value each time. The linear weight and random weight methods are better, with the random weight method being more stable than the linear weight method and converging to a larger local minimum with fewer iterations [21]. Modifying PSO to use random weights leads to far faster convergence speed than the gradient descent algorithm. The RMS error achieved by training 1000 times with random weights is smaller than that achieved by training 25000 times with the gradient descent algorithm [22].

We have determined experimentally that forecast results differ even when the training precision of the PSO algorithm is constant. Using a training accuracy between 2 and 4 increases the probability of producing good results. The use of an value less than 2 leads to overfitting due to noise in the data. Therefore, we set the training accuracy to 2, and if the actual training error of the algorithm is greater than 4, we must retrain the analysis.

5.3. Prediction Error and Evaluation

We also consider the quality of the predictions produced by our approach. We begin by setting our core parameters: number of particles , and number of hidden nodes = 41. After cross-validating the forecasts, we choose the best results from our RBF network and plot them alongside the VA One software simulation in Figures 15 and 16 and Table 5.

The results show that the RBF network trained by our PSO algorithm offers higher accuracy with faster convergence and fewer training iterations compared to the gradient descent algorithm [23]. However, the PSO algorithm is also unstable, easily falls into the local optimal solution, and has many controlling parameters. Evaluating the above advantages and disadvantages, we combine the PSO algorithm with the gradient descent algorithm to train the RBF network for noise prediction to reduce the risk caused by algorithm instability and to improve the reliability of the forecast.

6. ADE-MRBF Network Design and Noise Prediction

The Differential Evolution (DE) algorithm is an optimization method proposed by R. Storm and K. Price in 1997 to solve the Chebyshev polynomial fitting problem [24]. The algorithm uses floating point calculations and offers fewer controlled parameters, easy implementation, good robust performance, and high reliability.

Our noise problem is complex. Even after simplification, 16 components are still extracted as input vector dimensions, and these components correlate with each other. Normalizing the input vector during preprocessing helps, but the method is still coarse. The addition of loss factors or other complex considerations reduces the performance of the algorithm. Therefore, we use the Mahalanobis distance instead of a simple normalization operation to decouple and dimensionless the sample to optimize the RBF network and predict the cabin noise [25]. We refer to our RBF network trained by the DE algorithm with adaptive parameter adjustment and based on Mahalanobis distance optimization as the ADE-MRBF network.

6.1. Network Process Design

The network design process is shown in Figure 17. Since the Mahalanobis distance is used instead of the Euclidean distance to measure the similarity between input variables and the hidden node centers, there is no need to normalize the input data. The initialization process is the same as that of the PSO algorithm, with all components initialized to a random number between 0 and 1 [26]. In addition, the center coordinate boundary of the hidden node in the cross operation is set to , the expansion constant is set to a positive number, and the output weight is not set to a boundary.

6.2. Parameter Selection and Effects

We note that while the number of hidden nodes has little effect on the performance of the algorithm, we use 40 hidden nodes to eliminate the interference of third-party factors and to facilitate the performance comparison between the DE algorithm and other algorithms [27].

(1) Effect of Population Size on Convergence Performance. Changing only the population size, we use the ADE-RBF algorithm when training with the data from the eight cabins on the upper two decks in the database. The training results are shown in Figure 18.

The figure shows that converge behavior is worst when the population size (NP) is 100, with the population diversity lacking in the later iterations, which leads to search stagnation. Increasing the NP causes the search stagnation phenomenon to appear later and strengthens the algorithm’s global optimization ability. When the NP is greater than 200, the convergence curves are very close, which indicates that further increases in NP have little effect on the convergence behavior [2831]. We use a population size of 300.

(2) The Effect of Different Scaling Factor Strategies on Convergence Ability. We also evaluate the choice of scaling factor in the reduction strategy. In this test, we change only the scaling factor, using one of four different adaptive reduction strategies as shown in (21), (22), (23), and (24) [32]. Exponential convergence strategy:

Linear strategy:

Parabolic strategy:

Sigmoid strategy: is scaling factor; is scaling factor minimum; is scale factor maximum; is Generation G; is set maximum optimal algebra.

Training 20 times using data for the eight cabins on the upper two decks in the database gives the results as shown in Figure 19. The algorithm has the highest training precision along with good global convergence and local optimization ability when using the sigmoid strategy. The exponential convergence strategy has too short of a global optimization time and falls easily into the local minimum value in later stages. The parabolic strategy fails to perform local optimization near the global optimum in spite of the large number of global optimizations and offers insufficient training accuracy.

(3) Influence of Different Cross-Rate Strategies on Convergence Ability. As the iteration progresses, population diversity declines. Increasing the size of the population can solve this problem to a certain extent, but it greatly increases the amount of calculation necessary. We try to optimize the performance of the algorithm by improving the value of the crossover rate. Maintaining a low crossover rate in the early stage of the search is beneficial to the algorithm for global search [33]. Increasing the crossover rate in the later stage can improve the accuracy of the algorithm. Therefore, we adopt an exponential increment strategy for the crossover rate, as shown in the following equation: is cross rate; is the maximum value of the set cross rate; is the minimum value of the set cross rate; is Generation ; is the maximum number of optimization algebras set.

The curve of the crossover rate CR under the exponential strategy and the line increment strategy is shown in Figure 20. It can be seen from the figure that the CR is almost unchanged at the beginning of the iteration when using the exponential increment strategy and stays near , making the algorithm spend more time on the global search. The rapid increase of CR in the late period maintains a high value, which is conducive to maintaining the diversity of the population [34]. After experimentation, this section selects .

We want to compare cross-rate strategies also. Again, leaving other parameters unchanged, we trained the algorithm 20 times each with linear and exponential cross-rate increase strategies using the eight-cabin data from the upper two decks in the database. Figure 21 shows the average convergence results.

The results indicate better convergence ability with the exponential strategy. However, the algorithm needs more time for global optimization in the early stage [35, 36].

(4) Influence of Mahalanobis Distance on Network Performance. Keeping the other parameters unchanged, based on the differential evolution algorithm using Mahalanobis distance and Euclidean distance, 20 trainings were performed on the eight-cabin data on the upper two decks in the database. Figure 22 shows the plot of the minimum RMS error decreasing as the number of iterations increases.

The RBF network performs better using the Mahalanobis distance. This indicates that the Mahalanobis distance better measures the similarity between multidimensional variables, which compensates for the deficiencies in the data mining process to a certain extent and has specific strengths in complex multidimensional engineering problems [37].

(5) Effect of Training Accuracy on Forecast Results. Because noise is present in our data, we must take steps to avoid overfitting. We use the ADE-MRBF network to perform five predictions using cross-validation prediction methods under five different training precisions. The relative errors are averaged and plotted as Figure 23.

The figure shows that the prediction accuracy is the highest when the training precision is set to 4. When is below 3, the forecast error is increased, which causes overfitting. Therefore, the training accuracy should be set to 4.

6.3. Prediction Error and Evaluation

Based on the above test analysis, we combine the best performing parameters and improvement strategies and use the cross-validation forecasting method to carry out 20 predictions. The average forecast results under different working conditions are shown in Figures 24 and 25 and Table 6.

The results show that the RBF network trained by the DE algorithm has high accuracy for cabin noise prediction, low forecast error, fast convergence speed, and few controlling parameters. The scaling factor and crossover rate have little effect on the performance of the algorithm. The optimized RBF network has strong applicability in the field of ship cabin noise prediction.

7. Conclusion

Using an artificial intelligence method, we have been able to predict the noise in an unknown cabin of a ship. We reach the following conclusions.

The large numbers of vibrating equipment coupled with an irregular hull shape and complicated structure produce a large number of sound source dimensions and make the forecast model complex and difficult to train. Using the Mahalanobis distance in the RBF network effectively decoupled the nondimensional influence compared with the Euclidean distance and had stronger classification ability when measuring the similarity between high-dimensional vectors.

After evaluating the RBF network for predicting noise, we determined that the differential evolution algorithm obtains the best prediction results with fewer controlling parameters and greater flexibility. Further, this approach is less sensitive to changes in the controlling parameters. The combination of particle swarm optimization and gradient descent algorithms yields good performance, stability, and robustness for training. Our work provides a suitable reference for applying an RBF neural network for noise prediction.

Our preliminary exploration of noise prediction for an unknown cabin of a ship under various working conditions shows that the forecast results from our RBF approach offer good accuracy overall. The average relative error is within 1%, and the maximum relative error is within 3%. We expect good noise prediction for other unknown cabins with similar structures.

Data Availability

The data used to support the findings of this study are included within the article.

Conflicts of Interest

The authors declare that there are no conflicts of interest regarding the publication of this paper.

Acknowledgments

This study was funded by high performance numerical wind tunnel algorithm and software research (20160131), High Technology Ship Funds of Ministry of Industry and Information of P.R. China, and major innovation projects of High Technology Ship Funds of Ministry of Industry and Information of P.R. China.