Abstract

It is one of the important issues in the field of today's sewage treatment of researching the MBR membrane flux prediction for membrane fouling. Firstly this paper used the principal component analysis method to achieve dimensionality and correlation of input variables and obtained the three major factors affecting membrane fouling most obvious: MLSS, total resistance, and operating pressure. Then it used the BP neural network to establish the system model of the MBR intelligent simulation, the relationship between three parameters, and membrane flux characterization of the degree of membrane fouling, because the BP neural network has slow training speed, is sensitive to the initial weights and the threshold, is easy to fall into local minimum points, and so on. So this paper used genetic algorithm to optimize the initial weights and the threshold of BP neural network and established the membrane fouling prediction model based on GA-BP network. As this research had shown, under the same conditions, the BP network model optimized by GA of MBR membrane fouling is better than that not optimized for prediction effect of membrane flux. It demonstrates that the GA-BP network model of MBR membrane fouling is more suitable for simulation of MBR membrane fouling process, comparing with the BP network.

1. Introduction

As a new wastewater treatment technology, the membrane bioreactor has attracted much concern by its high quality of the effluent water quality and was considered as a water-saving technology with better economic, social, and environmental benefits. But it has been proved by practice that membrane fouling is a major bottleneck restricting its development. Then, by the study of the mechanism of membrane fouling, it is imminent to slow the membrane fouling rate and reduce the membrane pollution.

With the emergence of the computer simulation technology, it greatly reduces the time, space, and cost of the MBR experiment. Therefore, the MBR computer simulation technology has become a powerful tool for the research of the MBR, and its development will have a positive reference and guiding role for the practical engineering applications of the MBR.

Based on this idea, according to the real data of the experiment and industrial production of a MBR sewage treatment plant in Shijiazhuang, this paper focused on membrane fouling problem in the process of membrane bioreactor sewage wastewater. And it established intelligent prediction model with the correlation and the relationship between operation parameters and flux, by means of smart algorithm. Through the constant optimization of the algorithms and models, it achieved more accurate prediction of unknown membrane fluxes and thus predicted the degree of the membrane fouling. And seeking the optimum operating conditions of controlling membrane pollution trend, it improved the membrane fouling problem of the MBR process. The research of this topic had a certain reference value for membrane fouling prediction, parameters selection, and operation of the MBR practical engineering. It also had a positive guiding significance for stable operation and further application of the membrane bioreactor in the field of wastewater treatment and thus further expressed technological advantages of this process.

2. Prediction Model of MBR Membrane Fouling Based on BP Algorithm

2.1. Intelligent BP Simulation Model of MBR Membrane Fouling

Membrane flux is an important indicator of the degree of membrane fouling, so this paper used intelligent simulation of MBR membrane flux to feed back membrane fouling. And membrane fouling index can be expressed as

According to filtering model based on Darcy’s law, the setting of the initial membrane flux is where   is pressure difference on both sides of membranes (Pa); is filtrate viscosity (Pa.s); is resistance of the membrane (1/m); is resistance of membrane fouling (1/m); is resistance of cake (1/m).

It is shown that and are all 0 and MLSS is also 0 in the initial state. When the initial viscosity value is , we can obtain the equation of initial membrane flux as follows:

Finally, the setting of the membrane flux is determined by many factors, which is what this paper discussed and researched questions.

Mathematical simulation models are built on the basis of certain assumptions. This paper assumed that the entire membrane bioreactor system had been running in a stable state, activated sludge was completely trapped in the MBR, and materials in the MBR were fully mixed.

On this basis, for the historical data, a total of 80 groups, industrial production, and test of a MBR sewage treatment plant in Shijiazhuang city, after treating them by collecting, statistical analysis, and principal component analysis, we determine the MLSS of inlet, operating pressure, and the total resistance as three main factors affecting the MBR membrane flux. It is shown in Table 1 that the sample data and its format were finished. And for four columns of this table, we used MATLAB programming software to determine gradually the optimal number of neurons in hidden layer of neural network as well as simulate and predict eventually MBR membrane fouling. After determining the input and output vectors, we processed them normally.

In the experiment, we recorded that the BP network needs the evolution generations to meet preset accuracy requirements 3% in the different numbers of units in hidden layer. And after the evolution of each network was completed, we input test data to verify its accuracy and calculated the respective prediction error of average. After the network structure was determined, we input training data for network training, saved network structure after training, and input forecasting data validation. And we analyzed the prediction error between the actual output data and the desired one, thus evaluating the performance of BP network prediction of the MBR membrane flux.

2.2. The Simulation and Results

The setting of BP algorithm parameters was as follows: the rate of the initial learning was 0.08; the initial space of the weights was ; the transfer function of input layer to hidden layer was logsig and hidden layer to output layer was purelin; the training function was trainlm; the index of error was set as . We selected randomly 74 groups from experimental samples as training samples to train the BP neural network. And we selected the remaining 6 groups as test samples to analyze the degree of fitting between the measured values and the predicted values of neural network model, so as to test the effect of learning.

By the simulation of training samples and testing samples, we get the following chart (Figures 1 and 2 and Table 2).

As shown in Figure 1, network error of the model stabilized through the 4254 iterations, which indicated that the convergence speed of BP network is slow. And the error was bigger in a few iterations. But at the end of the training, mean square error of network was 0.000199978 and reached the value 0.0002 of predetermined set. From the histogram of the prediction results in Figure 2, we can see that the network predicting and measured values were basically consistent. It suggested that the BP network model of MBR membrane fouling was more successful and can realize basically the prediction of the MBR membrane flux.

However, it is shown from the relative prediction error values in Table 2 that the prediction maximum error is 16.27% and it is relatively large. It explains that the forecast of the BP neural network is not enough accurate for individual points and the average relative error is 7.40%, which needs to improve.

2.3. Defects and Improvement of BP Neural Network
2.3.1. Defects

In the artificial neural network, although BP neural network is the most widely used and has many remarkable advantages, some limitations still exist [1, 2]. They are mainly the following aspects:(1)slow convergence speed in the learning process;(2)easy to fall into local minima;(3)difficult to determine network structure;(4)lack of effective selection method about the learning step.

So, in order to make the BP neural network play a greater role in the field of forecasting, we need to make appropriate improvements in the actual modeling.

2.3.2. Improvement

In response to these problems, researchers have proposed many effective improvements; for example, consider the following.

(1) Momentum Additional Method. Momentum additional method is based on the method of reverse propagation and at the same time takes into account the effect of the error in spatial gradient and errors surface. And changes of the new weight are, plus the value proportional to last-connection weight, on the basis of the change of each of connection weights. When being without additional momentum, the network may fall into the local minimum of shallow, and it can slip the minimum in the role of additional momentum.

(2) Adaptive Learning Rate. The learning rate is usually obtained by experience or experiment, but sometimes even the effect of the learning rate is better in initial training, which can also not guarantee appropriate training in the later. So it needs to correct adaptively learning rate. Its criteria are as follows. Check whether it really reduces the error function after the weight is corrected. If it is, then explain that the learning rate selected is small and can be increased a quantity and if not, then the value of learning rate should be reduced.

(3) Optimize Initial Weights and the Threshold of the Network. The connection weights, between neurons of each layer of the neural network, contain all the knowledge of the neural network system. As the BP network is based on gradient descent technique, it may produce an entirely different result for initial different values given randomly in traditional. Once the value is improper, it will cause oscillation or inconvenience of the network, and it is also easy to fall into local extremism in complex situations. The genetic algorithm has independence of the initial value, global search optimization ability, faster convergence rate, and so forth. So we can use genetic algorithm to search properly initial weights of BP neural network for optimizing network and then it is assigned to BP network for training.

3. Optimize Parameters of BP Model of the MBR Membrane Fouling by Genetic Algorithm

Known by the last section, the BP neural network can achieve the detection of the MBR membrane flux, but the accuracy and speed need to further improve. BP algorithm only adjusted connection weights of neural network from the local angle but did not examine the whole learning process form the global perspective. So it is easy to converge to local minimum. The first two methods for improving BP algorithm, proposed in the last section, are essentially to adjust network weights in the local area and cannot overcome the local searching feature of BP algorithm.

To avoid this, we need to consider it from the global angle. One of the ways to improve them is using the third method proposed in the last section. It is introducing the searching method of global intelligent optimization in the learning process of the neural network genetic algorithm. So this section considered adopting genetic algorithm to search for the initial weights and the threshold suitable to BP neural network, so as to realize the optimization of the network and achieve the purpose improving MBR membrane fouling prediction.

3.1. Genetic Algorithm

Genetic algorithm (GA) is a kind of random searching algorithm, referencing natural selection, and genetic mechanism of biological evolution. The algorithm is a new class of general optimization algorithm, for solving the optimization problem of general nonlinear searching. It is not required for linear, continuous, and micro of the model and also less affected by the number of variables and constraints. And it can be adaptive to learn and accumulate the information of search space, so as to find the optimal solution. GA has been applied for function optimization, combinatorial optimization, automatic control, robotics, parameter optimization of neural network, structure design, image processing systems, and other fields.

Compared with other optimization algorithms, GA optimization is a kind of robust and global searching algorithm, and it mainly has the following features:(1)adopting the encoding of the decision variables as operands;(2)directly taking values of the objective function as searching information;(3)using multiple searching points to search for information at the same time;(4)using probabilistic search technology.

3.2. Optimization of BP Network Parameters by GA
3.2.1. Description of the Algorithm

BP algorithm is a kind of local searching method based on gradient descent. After the initial weight vector is determined, its searching direction is also determined. So the algorithm can only start from the initial value and gradually goes for the direction, until it meets the stopping criteria of algorithm. Its advantage is the better ability of local optimization, but the drawback is easy to fall into local minimum and slow convergence rate. This is because the initial weight vector of the BP network is selected randomly, which makes the direction of the process optimization without certainty. So the effect of the solution is sometimes good and sometimes bad. As a kind of probabilistic optimization algorithm based on the law of biological evolution, genetic algorithm has a strong adaptive searching and global optimization ability and can avoid local minimum points with great probability. Meanwhile, it does not need gradient information for solving problems, and its operation is more convenient. This shows that the genetic algorithm is suitable to be used to enhance the learning ability of BP algorithm. Therefore, we introduced GA ideas in the theory of BP network. The two can well complement each other and achieve the purpose of global optimization fast and efficiently. In fact, the combination of genetic algorithm and neural network has become one of the focuses of the research and application of artificial intelligence algorithms [3]. With making full use of the advantage of both, the new algorithm has robustness and self-learning ability of neural network and also has the global searching ability of genetic algorithm.

Optimizing weights and the threshold of the BP neural network by GA is divided into two parts. The first part used genetic algorithm embedding neural network and searched the best individual in the probable scope of the weights of BP network. The second part continued to use BP algorithm. On the basis of GA optimization, we used the optimal individuals searched by GA as initial weights and the threshold of BP network and then directly used BP algorithm to train the network. So this section mainly described achieved method, under the premise of fixed structure of BP network; that is, we first used GA to optimize initially connected weights and the threshold of BP network and then used BP algorithm to search accurately the optimal solution of the weight and the threshold.

3.2.2. Steps of Implementation

GA optimizes weights and the threshold of neural network of BP algorithm, whose steps of implementation are as follows.

(1) Encoding and Initialization. Using the genetic algorithm to optimize the neural network, its main focus is to optimize connection weights and threshold between neurons in the neural network. Initial populations are whose connection weights and thresholds of neural networks are initialized. Because connection weights and the threshold of the network are real, so each of connection weights and the threshold directly is expressed by real number. This encoding is more intuitive comparing with binary and whose accuracy is also higher than that. We set the size of the group as , and each individual of the population contained genes (connection weights): , where represented the number of neurons in the input layer, the number of neurons in the hidden layer, and the number of neurons in the output layer. The scope of each real was set as (−1, 1), and we get the initial population .

(2) Calculation of Fitness. Calculate fitness value of all individuals of the population. We assigned weights and thresholds of the initial group to the BP neural network, for forward propagation of the input signal, and calculated the sum of squared errors between the output value and the desired of the network. So the fitness function can be measured by the reciprocal of sum of squared errors [4] as follows: where sol means any individual of the population, means the actual output of the th output neuron, means the desired output of the th output neuron, and means the number of the output neurons. The smaller the difference between the actual output and the target output was, the bigger the value of fitness function was and also the more the desired requirement was.

(3) Selection Sort. After calculating the fitness of each individual in the population, we sorted all individuals in the population according to their respective fitness. According to this order, it determined the probability of each individual selected, that is, proportional selection method, as follows:

It ensured that the bigger the fitness value of individual is, the greater it is selected, and the lower the fitness value of individual is, the lower it is selected. But there is a small fitness value of the individual that may also be selected. Therefore, while choosing, we joined the best choice strategy and retained the optimal individual of each generation to the offspring.

(4) Genetic Operators

(a) Crossover Operator. Cross is the most important means getting the new best individual. This paper used the arithmetic crossover, which produced two new individuals by a linear combination of two individuals. We set two individuals and that crossed each other; then the new individuals produced are where and is a random number generated by the parent individual of each pair and is a crossover rate of the parent individual of each pair.

(b) Mutation Operator. Use uniform mutation. We set mutation probability as and set mutation point as   whose range is . Then new genetic value of mutation point is , where is a random number in the range .

(5) Generate New Populations. We inserted the new individual into the population , which generated a new population . Then we gave connection weights of the individual of new population to neural network and computed the fitness function of the new individual. If it reached the predetermined value, then we entered the next step. Otherwise, we continued their genetic operations.

(6) Assign Values to the Initial Weights of BP Network. We decoded the optimal individual searched by GA and assigned it to the initial connection weight corresponding with BP network. Then we continued to use BP algorithm to train network, until the error sum of squares achieved the specified accuracy or achieved the maximum number of iterations set, and the algorithm ends.

The first part of the genetic BP algorithm was that we embedded neural network by genetic algorithm and searched out the optimal individual within the approximate range of the neural network weights. If the error sum of squares achieved , we entered the next step without requiring to reach the highest accuracy. The second part continued to adopt BP algorithm to train the network. On the basis of optimization by genetic algorithm, we set the optimal individual searched by GA as initial weights of neural network and then directly used BP algorithm until the error sum of squares achieved the minimum error of the problem. Theoretically, genetic algorithm has the global searching ability and can quickly determine the area of global optimal solution. But its local searching ability is weak and cannot search the optimal solution quickly. So, after the genetic algorithm searched the approximate scope of the global optimal solution, we gave full play to local searching of BP algorithm. With two parts combining organically, it can better accelerate operation efficiency and increase the learning ability of neural network.

3.3. Model of GA-BP Neural Network of the MBR Membrane Fouling Prediction
3.3.1. The Design of the GA-BP Model of the MBR Membrane Fouling

(1) Set BP Network Parameters. BP network structure had been determined by Section 2.2. In order to compare with BP neural network, we used the same parameters setting with the second section. The rate of the initial learning was 0.08; the transfer function of input layer to hidden layer was logsig, and hidden layer to output layer was purelin; the training function was trainlm; the index of error was set as .

(2) Optimize Weights and the Threshold of BP Network by the GA. Because the weight can be expressed by real number, sp, we used the real coding method. In addition, because the variable itself is real number, we can directly calculate the target value and fitness value without decoding, which can accelerate the searching speed [4] and be easy to combine with BP algorithm. Each connection weight is directly expressed by a real number; the bit string obtained by encoding all weights and thresholds was called an individual . Each weight or threshold corresponded to a bit of the individual, which was called a gene. We get all weights and thresholds together with the order which formed chromosome form of the real-coded GA, and its length was . In this paper, there are 3 input units, 7 hidden units, and one output unit. And adding the threshold of hidden layer and output layer units, each individual consists of , and the range of each real number is .

Genetic algorithm basically does not use external information in the process of the evolutionary search and is only based on the fitness function. So it is crucial for choosing fitness function, which directly affects the convergence rate of genetic algorithm and the ability to find the optimal solution. Since the objective function is error sum of squares of the neural network, and for getting its minimum value, so the fitness function adapts the inverse of error function.

The selecting operation used fitness proportion, which is the most common way, the cross used the method of arithmetic crossover, and variation method used the operation of nonuniform mutation. It was implemented with MATLAB statements as follows:, .

If the value of the fitness function, the optimal individual corresponding to, met accuracy requirements or reached iterations () that we set, or the range of the average fitness value changed lastly that was less than a certain constant and over a certain algebra, then we finished the training. At this time, we set the individual that had the largest fitness as output of the optimal solution, and it was the initial weight and threshold that need to be optimized. Otherwise, we continued the cycle. After reordering the current parent and offspring, we chose individuals that had higher fitness value as the next generation of the group. And we computed its fitness and trained them again until satisfying the termination conditions of the above.

(3) Train the BP Network. We decoded the optimal solution which was obtained from genetic algorithm and we assigned them to BP network without starting training as initial weights of BP network. Then, according to BP algorithm, we input training samples for training and learning of the network and calculated the error between the output value and the expected value. If it was beyond the precision requirement, then we turned to the backpropagation process and returned the error signal along the way. At the same time, according to the size of the error of each layer, we adjusted its weights and thresholds layer and layer. Until the error was less than given value , or it reached the training number predetermined, then we ended BP algorithm. We saved the weight and the threshold of hidden layer that had been trained as the new initial weights and the threshold of the network and then input the test sample for simulation.

In summary, that used MATLAB7.10.0 (R2010) with installing the genetic algorithm toolbox gaot to compile file M, which achieved the optimization of weights and thresholds; the core code is as follows.

% Train the weight and the threshold of BP by GA.

; % and are a pair of training samples for the input and output of network. , and are, respectively, the input of network, hidden layer, and the number of output neurons. is the encoding length of genetic algorithm. Consider the following:; ; % The scope of the group.; %Initial population. Among, gabpEval is target function, which also is called fitness function.; %The number of genetic., ; % Decode the weight and the threshold form code , and assign them to BP network without starting training.; % gadecod is decoding function.; ; ; ; % Use the new weight and thresholds for training.; ; %Train network.% Simulation test.

3.4. Experimental and Simulation Results

To illustrate the performance of genetic algorithm for designing and optimizing weights and the threshold of neural networks, this paper used the same sample data. That is, we randomly selected 74 groups as the training sample and the rest were selected as test data to observe the training and testing performance of MBR membrane flux by the GA-BP network.

In the experiment, the error sum of square and the fitness curve of genetic algorithm are shown in Figure 3. The figure shows that, when the genetic algorithm converges, error sum of squares and fitness change with the increase of genetic generations. As it is shown, on the whole, the error is reducing and the fitness is increasing.

In the experiment, the BP network, optimized by genetic algorithm, only needs to go through 106 iterations to achieve the same predetermined error, which significantly accelerates the training speed of the network.

To detect the remaining 6 groups of data, the experimental result is shown in Figure 4. Obviously, the GA-BP network also realized the reasonable prediction about membrane flux. And we can see from Table 3 that the biggest relative error is reduced to 6.37% and the average relative error is reduced to 3.31%. Obviously, it had a prediction effect with more accuracy comparing to BP network with optimization. And it realized more reasonable forecast for the process of the MBR membrane fouling. It is visible that, after optimization, the self-learning ability of GA-BP neural network was stronger than that of the BP neural network without optimization. And it had relatively higher accuracy of prediction, better generalization and nonlinear mapping, and better network performance.

4. Conclusion and Outlook

For MBR membrane fouling factor, the traditional mathematical model of MBR membrane fouling has some defects in different degrees, which cannot accurately explain the phenomenon of membrane fouling; this paper introduced some intelligent algorithms by consulting relevant references, such as neural network and genetic algorithm, to build the model of MBR membrane fouling and implement relevant optimization. First, we established the system model of MBR intelligent simulation based on BP neural network, about the relationship between the membrane fouling factors and membrane fouling that expresses the degree of membrane flux. The experiment found that it can be basically consistent between predicted value and desired value and only the error of a few points was larger. It indicated that the prediction model of BP neural network for membrane fouling was more successful. Referencing the characteristics of genetic algorithm, followed by optimizing the weight and the threshold of the BP neural network by using genetic algorithm, this paper established the prediction model of MBR membrane fouling that was based on GA-BP neural network. It was shown from experimental study that GA-BP network optimized was better than BP network model nonoptimized on the rate of convergence and prediction precision. It shows that, comparing to the relatively simple BP network, the GA-BP network was more suitable for the prediction of MBR membrane fouling.

Conflict of Interests

The authors declare that there is no conflict of interests regarding the publication of this paper.