SlideShare a Scribd company logo
1 of 37
"All of us do not have
equal talent. But , all
of us have an equal
opportunity to develop
our talents.".
- Dr. APJ Abdul Kalam
Soft
Computing
Guided By: Dr. Parikshit
Singh
By: Yash Bansal (202kuec2065)
Tushar Patel (2020kuec2047
Aman Tiwari (2020kuec2066
Application of Artificial Neural
Networks in Chemical
Process Control
Presentation on
Introduction
• ANNs (Artificial neural networks) are
nonlinear, adaptive information processing
system composed of a large number of
interconnected processing units.
• ANNs are "black box" model that do not
require in-depth knowledge of the intrinsic
connections and patterns of input and
output data.
• ANN has been widely used in intelligent
control, pattern recognition, and nonlinear
optimization.
About ANN
History of ANN
1943
Rumelhart and McCelland
rediscovered the
backpropagation algorithm
of multilayer forward neural
networks
Rosenblatt introduced the
concept of "perceptron"
based on the MP model with
the addition of a learning
mechanism
Hebb proposed that
information in neural
networks is stored by
connecting weights and
established Hebb rules
Werbos put forward the
principle and algorithm of
back propagation, which
provides a feasible way for
training multilayer neural
networks
John Hopfield
proposed the Hopfield
neural network,
Warren McCulloch
cooperated with young
mathematician Walter Pitts
to study the action of nerve
cells by using mathematical
models.
1949 1958 1974 1982 1986
Basic Principle and Characteristics of Artificial
Neural Networks
• A simple neural network generally consists of four parts: nodes,
connections between the nodes, the weights associated with
each connection, and the recipe for obtaining outputs from the
inputs of the nodes
• ANN has the following features:
i. Massively parallel distributed processing
ii. Distributed storage
iii. self-adaptive, self- organizing, and self- learning
• These components are also associated with the biological
nervous system, such as weights corresponding to the
synapses of neurons and output signals corresponding to the
output pulses.
Structure of artificial neural network
Classification of
Artificial Neural
Networks
There are various ways to classify neural
networks. They can be classified into:
• continuous and discrete networks by variable
type
• feedforward and feedback networks by
topology
• supervised and unsupervised learning
networks by learning rules
With the development of ANN, there are hundreds
of neural network models now and some common
forms of ANN will be introduced as follows-
Multilayer perceptron (MLP)
• The multi-layer perceptron, i.e., feedforward neural network,
neurons in one layer are connected to all neurons in the next
layer.
• The most important feature of this neural network is that it can
learn and store a large number of highly nonlinear mappings
without building a mathematical equation.
• In an MLP, the weights of the connections start out as random
values. Training is required to make the weights into suitable
values.
• The common algorithms used for weight adjustment during
training include back propagation algorithm (BP), gradient
covariance descent (GCD), and Levenberg-Marquardt algorithm
(LMA).
The BP algorithm has become the most widely used algorithm for MLP
which is based on the bias between the simulated value and the target
value generated by forward propagation.
Radial Basis Function networks
• The RBF neural network is a three-layer feedforward
neural network.
• The function used by the nodes in the hidden layer is
the radial basis function, which is a non-negative
nonlinear function.
• The commonly used radial basis functions are
Gaussian function, thin-slab spline function, etc.
• The number of input and output units of the network
is determined by the training samples, and the hidden
layer has only one layer.
Compared with Back Propagation neural networks, RBF neural
networks do not have the problem of local minima and have a
faster learning speed. The structure of RBF neural network is
shown below:
Stacked neural networks
• In stacked neural networks, multiple neural networks have the
same relation, but the structure and weights of neural networks
are different.
• An important part of stacked neural networks is the method of
combining neural networks. There are various methods of
combining neural networks, such as linear, nonlinear, super
Bayesian, and stacked generalization.
• Linear combinations of neural networks are more common.
There are generally two types of linear combinations: simple
averaging and weighted averaging.
• The common weighted averaging methods are principal
component regression (PCR) and multiple linear regression
(MLR)
Non-linear combination methods are more complex, including majority
voting, Tumer, and Ghosh method, etc. The structure of the stacked
neural network is shown as:
Hybrid Model ANN
• The artificial neural network model is a data driven model,
which is obtained based on a large amount of data and
certain algorithms.
• The complexity of the data affects the modeling and model
performance, the hybrid model is easier to build and can
accelerate the computation speed.
• Compared with the neural network model, the hybrid
model brings certain physical meaning to the structure and
parameters of the model.
• The hybrid model has three structures: series, parallel,
and hybrid.
As shown, FPM is the first-principles model, and DM is the data
driven model. When building hybrid models in general, a
simplified dynamics model is built with FPM, while ANN is used to
provide more accurate dynamics parameters for FPM.
Applications
Application of ANNs in Chemical Process
Control are:
o Neural Network-Based PID Control
o Neural Network-Based Model
Predictive Control
o Neural Network-based Hybrid Model
Neural Network-Based
PID Control
Drawback - Traditional PID control faces challenges due to
complex time varying non linear system.
After combining ANN with PID control –
The learning function of ANN is used to determine and adjust
parameters of the PID control can effectively improve the
performance of traditional PID control, and make the control
system having good self-adaptive or self-tuning ability .
At this point, the
controller can be
divided into two parts
The structure of a traditional PID
controller, which processes the
deviation signals of the system by
proportional, integral, and differential
processing, and the results are
weighted and summed by
proportional, integral and differential
coefficients respectively.
A neural network model, which
provides a part of the required
parameters through iterative learning
and adjustment based on the input
and output information of the system.
Figure shows optimized PID control using BP neural network to
make the control system self tuning. The control system comes
from the FCC light gasoline etherification process. PID is utilized to
control the concentration of light gasoline in this process.
In each sampling interval, PID controls the flow rate of gasoline by
controlling the valve.
To achieve a good control effect, the most important thing is to adjust
the proportion of proportional, integral, and differential in the controller
to find the optimal ratio of valve opening.
The control flow –
 Φ represent the given and actual values of the flow rate of FCC
gasoline
 the deviation between the two is denoted by e.
 It uses a BP neural network to adjust the parameters Kp, Ki, and Kd of
PID control.
In a three-layer BP neural network, The input layer depends on the state of the system,
such as the inputs and outputs of the system at different moments, and the outputs are
the three important parameters Kp, Ki, and Kd.
The neural network continuously
adjusts weights and biases
through learning to achieve
adaptive adjustment of PID
control parameters.
The researchers demonstrated that compared to traditional PID
control, BP neural network-based PID control has smaller
overshoot, shorter adjustment time, smaller steady-state error,
and
enhanced immunity to disturbances.
BP neural Network was used to
PID temperature control system
of a beer fermentation tank, and
established NNPID system
The BP neural network uses a sigmoid function as the activation function for the hidden
layer and a non-negative sigmoid function as the activation function for the output layer.
The momentum term is also added to prevent falling into a local minimum. The results of
the simulation are shown as:
• According to results, BPPID exhibits better static and
dynamic performance.
• If we applies similar control systems to the main
steam temperature system of boilers, then also we
will achieve good results.
• On using an inverse neural network in the
temperature control system of a bioreactor for ethanol
production, we can improve the steady state
performance of the system.
Neural Network-Based Model
Predictive Control
• In addition to previous technique, more advanced control
techniques have been gradually developed to achieve
better control performance.
• Model predictive control (MPC) is a class of computer
control algorithms that directly use dynamic models to
predict the future behavior of processes so that the future
state of the process meets certain requirements, such as
maximizing yield, minimizing cost, etc.
• The development of an effective process model is an
important task required for MPC.
• In comparisons conducted by many researchers, MPC has
better performance than PID control.
MPC can be divided
into two categories:
Linear MPC
• Simpler to compute.
Nonlinear MPC
• Has higher modeling
accuracy.
In MPC, a large number of iterative operations need to be
performed. The more complex the process model is, the more
computation time is required to perform the optimization, which
becomes a limiting factor in applying MPC.
For some chemical processes with many operating variables
and a
high degree of nonlinearity, real-time optimization by MPC is less
effective.
Therefore, the MPC can play a better role in the chemical
process with ANN's ability to predict future behavior with high
accuracy.
The model predictive controller uses an algorithm called receding horizon
policy. But repeated complex computation in the algorithm brings difficulties
to industrial applications. Therefore, researcher uses a neural network
model instead of a controller.
The model takes the process variable x(t) as input and the manipulated
variable u(t) as the training target. The initial training set is -
For each data point in the training set, the corresponding control action is
calculated to form the set . and together form the learning data set for the
hidden layer nodes of the neural network model.
The process variable is the concentrations, and the feed concentration of
component C is the manipulation variable. The input layer of the neural
network includes three nodes and the output layer is one node. There are
four hidden layers and each hidden layer has four nodes. 600 simulations
were
conducted after the model training, and the results are shown as:
Control performance of the NN-based controller with various initial
conditions -
The controller performed with the optimality decrease below 1% in 94.5% of cases.
NNMPC
• A neural network model predictive control system(NNMPC)
is a combination of dynamic neural networks with MPC.
• It was used in the control of a depropane tower to ensure
that the variables would reach the set point smoothly in case
of disturbances in the distillation system.
• The ANN used is a three-layer feedforward neural network.
The input layer consists of 14 nodes and the hidden layer
consists of 15 nodes.
• The output layer includes 2 nodes, that is, the temperature
of a specific tower plate and the propane molar fraction at
the top of the tower.
The distillation process of the depropane tower is a typical multivariate nonlinear
process whose operating variables can be seen in below table -
After training was completed, the ANN model was integrated with the MPC system.
The control flow of the system can be seen as -
• Both control schemes were effective in ensuring the quality of the propane product
ground when the disturbance occurred.
• However, the NNMPC was able to reach the set point faster, while the PI controller
had a longer oscillation control time.
• Therefore, the NNMPC exhibits superior performance over the PI controller.
Difference between NNMPC and PI controllers-
Neural Network-based
Hybrid Model
• As discussed in hybrid model ANN, the combination of first-
principles models (FPM) and data-driven models (DM) such
as ANN can better model complex nonlinear, time-varying
chemical processes.
• These FPM-DM hybrid models with different structures are
called "grey box" models.
• They avoid both the difficulties of building mechanistic models
of chemical processes and the excessive desire for data by
neural network models and can be better used in chemical
process control.
On comparing different control methods for temperature control of
the continuous stirred tank (CST). First, there is the GMC controller
using the mechanistic model. The approximate model of CST is
expressed as a linear model:
Performance of the GMC controller using the linear model
-
The control performance of the GMC controller using the linear
model is shown as
• The controller can perform well in the range of 40°C to 50°C, but as the set point
gradually moves away from this range, the system gradually loses control. At 70°C,
the controller completely failed.
• This linear model is only suitable to describe the variation of CST in the range of
40°C to 50°C.
Performance of the GMC controller using the grey-box
model -
The control performance of the grey-box model GMC controller with the parallel
structure combined with a neural network is shown as
• The peak value that appears at the beginning of the experiment is due to the initial
weights of the ANN being randomly given.
• This controller can still complete the task at 60°C to 70°C. This is because the self-
learning capability of the ANN model compensates for the deficiency of the linear
model.
From the comparison of the two controllers, the complementary advantages of the
artificial neural network-based hybrid model (gray-box model) emerge.
The combination of accuracy and model applicability has led to many applications of the
hybrid model.
The hybrid model effectively reduces the dimensionality of the input variables of the
model, simplifies the model structure, and has good interpretability. The model was used
in in-line internal model control (IMC) and used in an industrial distillation tower.
Conclusion
• This paper reviews the contribution of
artificial neural networks to achieving control
objectives for chemical nonlinear processes
by assisting PID control for parameter self-
tuning, providing process models for model
predictive control, and participating in
constituting hybrid models.
• The structures of neural networks applied in
chemical processes are relatively simple
and still have great potential for
development.
Bibliography
• Research paper “Application of Artificial
Neural Networks in Chemical Process
Control”
• Authors - Haonan Wang a* and Yijia Chen
a
• Published on 27 June 2022 in ‘Asian
Journal of Research in Computer Science’
Soft Computing.pptx

More Related Content

Similar to Soft Computing.pptx

A methodology for full system power modeling in heterogeneous data centers
A methodology for full system power modeling in  heterogeneous data centersA methodology for full system power modeling in  heterogeneous data centers
A methodology for full system power modeling in heterogeneous data centersRaimon Bosch
 
Artificial neural network for load forecasting in smart grid
Artificial neural network for load forecasting in smart gridArtificial neural network for load forecasting in smart grid
Artificial neural network for load forecasting in smart gridEhsan Zeraatparvar
 
Live to learn: learning rules-based artificial neural network
Live to learn: learning rules-based artificial neural networkLive to learn: learning rules-based artificial neural network
Live to learn: learning rules-based artificial neural networknooriasukmaningtyas
 
Intelligent Controller Design for a Chemical Process
Intelligent Controller Design for a Chemical ProcessIntelligent Controller Design for a Chemical Process
Intelligent Controller Design for a Chemical ProcessCSCJournals
 
Magnetic levitation system
Magnetic levitation systemMagnetic levitation system
Magnetic levitation systemrahul bhambri
 
Artificial Neural Network Based Closed Loop Control of Multilevel Inverter
Artificial Neural Network Based Closed Loop Control of Multilevel InverterArtificial Neural Network Based Closed Loop Control of Multilevel Inverter
Artificial Neural Network Based Closed Loop Control of Multilevel InverterIJMTST Journal
 
Application of nn to power system
Application of nn to power systemApplication of nn to power system
Application of nn to power systemjulio shimano
 
minimalist-business-slides.v dsgjnejgndjgnejgnjgnrjhgdjgngdngtpptx
minimalist-business-slides.v dsgjnejgndjgnejgnjgnrjhgdjgngdngtpptxminimalist-business-slides.v dsgjnejgndjgnejgnjgnrjhgdjgngdngtpptx
minimalist-business-slides.v dsgjnejgndjgnejgnjgnrjhgdjgngdngtpptxElizanderGalasi1
 
Crude Oil Price Prediction Based on Soft Computing Model: Case Study of Iraq
Crude Oil Price Prediction Based on Soft Computing Model: Case Study of IraqCrude Oil Price Prediction Based on Soft Computing Model: Case Study of Iraq
Crude Oil Price Prediction Based on Soft Computing Model: Case Study of IraqKiogyf
 
Switchgear and protection.
Switchgear and protection.Switchgear and protection.
Switchgear and protection.Surabhi Vasudev
 
Comparison of Neural Network Training Functions for Hematoma Classification i...
Comparison of Neural Network Training Functions for Hematoma Classification i...Comparison of Neural Network Training Functions for Hematoma Classification i...
Comparison of Neural Network Training Functions for Hematoma Classification i...IOSR Journals
 
2. NEURAL NETWORKS USING GENETIC ALGORITHMS.pptx
2. NEURAL NETWORKS USING GENETIC ALGORITHMS.pptx2. NEURAL NETWORKS USING GENETIC ALGORITHMS.pptx
2. NEURAL NETWORKS USING GENETIC ALGORITHMS.pptxssuser67281d
 
Electricity Price Forecasting Using ELM-Tree Approach
Electricity Price Forecasting Using ELM-Tree ApproachElectricity Price Forecasting Using ELM-Tree Approach
Electricity Price Forecasting Using ELM-Tree ApproachIRJET Journal
 

Similar to Soft Computing.pptx (20)

A methodology for full system power modeling in heterogeneous data centers
A methodology for full system power modeling in  heterogeneous data centersA methodology for full system power modeling in  heterogeneous data centers
A methodology for full system power modeling in heterogeneous data centers
 
Artificial neural network for load forecasting in smart grid
Artificial neural network for load forecasting in smart gridArtificial neural network for load forecasting in smart grid
Artificial neural network for load forecasting in smart grid
 
STLF PPT jagdish singh
STLF PPT jagdish singhSTLF PPT jagdish singh
STLF PPT jagdish singh
 
Live to learn: learning rules-based artificial neural network
Live to learn: learning rules-based artificial neural networkLive to learn: learning rules-based artificial neural network
Live to learn: learning rules-based artificial neural network
 
Intelligent Controller Design for a Chemical Process
Intelligent Controller Design for a Chemical ProcessIntelligent Controller Design for a Chemical Process
Intelligent Controller Design for a Chemical Process
 
wsn
wsnwsn
wsn
 
Neural network
Neural networkNeural network
Neural network
 
Magnetic levitation system
Magnetic levitation systemMagnetic levitation system
Magnetic levitation system
 
Complex system
Complex systemComplex system
Complex system
 
Artificial Neural Network Based Closed Loop Control of Multilevel Inverter
Artificial Neural Network Based Closed Loop Control of Multilevel InverterArtificial Neural Network Based Closed Loop Control of Multilevel Inverter
Artificial Neural Network Based Closed Loop Control of Multilevel Inverter
 
Application of nn to power system
Application of nn to power systemApplication of nn to power system
Application of nn to power system
 
minimalist-business-slides.v dsgjnejgndjgnejgnjgnrjhgdjgngdngtpptx
minimalist-business-slides.v dsgjnejgndjgnejgnjgnrjhgdjgngdngtpptxminimalist-business-slides.v dsgjnejgndjgnejgnjgnrjhgdjgngdngtpptx
minimalist-business-slides.v dsgjnejgndjgnejgnjgnrjhgdjgngdngtpptx
 
Crude Oil Price Prediction Based on Soft Computing Model: Case Study of Iraq
Crude Oil Price Prediction Based on Soft Computing Model: Case Study of IraqCrude Oil Price Prediction Based on Soft Computing Model: Case Study of Iraq
Crude Oil Price Prediction Based on Soft Computing Model: Case Study of Iraq
 
Switchgear and protection.
Switchgear and protection.Switchgear and protection.
Switchgear and protection.
 
DATA SCIENCE
DATA SCIENCEDATA SCIENCE
DATA SCIENCE
 
Comparison of Neural Network Training Functions for Hematoma Classification i...
Comparison of Neural Network Training Functions for Hematoma Classification i...Comparison of Neural Network Training Functions for Hematoma Classification i...
Comparison of Neural Network Training Functions for Hematoma Classification i...
 
2. NEURAL NETWORKS USING GENETIC ALGORITHMS.pptx
2. NEURAL NETWORKS USING GENETIC ALGORITHMS.pptx2. NEURAL NETWORKS USING GENETIC ALGORITHMS.pptx
2. NEURAL NETWORKS USING GENETIC ALGORITHMS.pptx
 
F017533540
F017533540F017533540
F017533540
 
teste
testeteste
teste
 
Electricity Price Forecasting Using ELM-Tree Approach
Electricity Price Forecasting Using ELM-Tree ApproachElectricity Price Forecasting Using ELM-Tree Approach
Electricity Price Forecasting Using ELM-Tree Approach
 

Recently uploaded

FULL ENJOY - 9953040155 Call Girls in Sector 61 | Noida
FULL ENJOY - 9953040155 Call Girls in Sector 61 | NoidaFULL ENJOY - 9953040155 Call Girls in Sector 61 | Noida
FULL ENJOY - 9953040155 Call Girls in Sector 61 | NoidaMalviyaNagarCallGirl
 
Call Girls in Malviya Nagar Delhi 💯 Call Us 🔝9205541914 🔝( Delhi) Escorts Ser...
Call Girls in Malviya Nagar Delhi 💯 Call Us 🔝9205541914 🔝( Delhi) Escorts Ser...Call Girls in Malviya Nagar Delhi 💯 Call Us 🔝9205541914 🔝( Delhi) Escorts Ser...
Call Girls in Malviya Nagar Delhi 💯 Call Us 🔝9205541914 🔝( Delhi) Escorts Ser...Delhi Call girls
 
Delhi Call Girls Saket 9711199171 ☎✔👌✔ Full night Service for more than 1 person
Delhi Call Girls Saket 9711199171 ☎✔👌✔ Full night Service for more than 1 personDelhi Call Girls Saket 9711199171 ☎✔👌✔ Full night Service for more than 1 person
Delhi Call Girls Saket 9711199171 ☎✔👌✔ Full night Service for more than 1 personshivangimorya083
 
Delhi Call Girls Vikaspuri 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Call
Delhi Call Girls Vikaspuri 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip CallDelhi Call Girls Vikaspuri 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Call
Delhi Call Girls Vikaspuri 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Callshivangimorya083
 
Vip Hot🥵 Call Girls Delhi Delhi {9711199012} Avni Thakur 🧡😘 High Profile Girls
Vip Hot🥵 Call Girls Delhi Delhi {9711199012} Avni Thakur 🧡😘 High Profile GirlsVip Hot🥵 Call Girls Delhi Delhi {9711199012} Avni Thakur 🧡😘 High Profile Girls
Vip Hot🥵 Call Girls Delhi Delhi {9711199012} Avni Thakur 🧡😘 High Profile Girlsshivangimorya083
 
ENJOY Call Girls In Okhla Vihar Delhi Call 9654467111
ENJOY Call Girls In Okhla Vihar Delhi Call 9654467111ENJOY Call Girls In Okhla Vihar Delhi Call 9654467111
ENJOY Call Girls In Okhla Vihar Delhi Call 9654467111Sapana Sha
 
꧁ ୨ Call Girls In Radisson Blu Plaza Delhi Airport, New Delhi ❀7042364481❀ Es...
꧁ ୨ Call Girls In Radisson Blu Plaza Delhi Airport, New Delhi ❀7042364481❀ Es...꧁ ୨ Call Girls In Radisson Blu Plaza Delhi Airport, New Delhi ❀7042364481❀ Es...
꧁ ୨ Call Girls In Radisson Blu Plaza Delhi Airport, New Delhi ❀7042364481❀ Es...Hot Call Girls In Sector 58 (Noida)
 
Vip Mumbai Call Girls Mumbai Call On 9920725232 With Body to body massage wit...
Vip Mumbai Call Girls Mumbai Call On 9920725232 With Body to body massage wit...Vip Mumbai Call Girls Mumbai Call On 9920725232 With Body to body massage wit...
Vip Mumbai Call Girls Mumbai Call On 9920725232 With Body to body massage wit...amitlee9823
 
How To Fix Mercedes Benz Anti-Theft Protection Activation Issue
How To Fix Mercedes Benz Anti-Theft Protection Activation IssueHow To Fix Mercedes Benz Anti-Theft Protection Activation Issue
How To Fix Mercedes Benz Anti-Theft Protection Activation IssueTerry Sayther Automotive
 
Delhi Call Girls Safdarjung 9711199171 ☎✔👌✔Body to body massage with sex
Delhi Call Girls Safdarjung 9711199171 ☎✔👌✔Body to body massage with sexDelhi Call Girls Safdarjung 9711199171 ☎✔👌✔Body to body massage with sex
Delhi Call Girls Safdarjung 9711199171 ☎✔👌✔Body to body massage with sexshivangimorya083
 
Bandra Escorts, (*Pooja 09892124323), Bandra Call Girls Services
Bandra Escorts, (*Pooja 09892124323), Bandra Call Girls ServicesBandra Escorts, (*Pooja 09892124323), Bandra Call Girls Services
Bandra Escorts, (*Pooja 09892124323), Bandra Call Girls ServicesPooja Nehwal
 
Hauz Khas Call Girls ☎ 7042364481 independent Escorts Service in delhi
Hauz Khas Call Girls ☎ 7042364481 independent Escorts Service in delhiHauz Khas Call Girls ☎ 7042364481 independent Escorts Service in delhi
Hauz Khas Call Girls ☎ 7042364481 independent Escorts Service in delhiHot Call Girls In Sector 58 (Noida)
 
Vip Hot Call Girls 🫤 Mahipalpur ➡️ 9711199171 ➡️ Delhi 🫦 Whatsapp Number
Vip Hot Call Girls 🫤 Mahipalpur ➡️ 9711199171 ➡️ Delhi 🫦 Whatsapp NumberVip Hot Call Girls 🫤 Mahipalpur ➡️ 9711199171 ➡️ Delhi 🫦 Whatsapp Number
Vip Hot Call Girls 🫤 Mahipalpur ➡️ 9711199171 ➡️ Delhi 🫦 Whatsapp Numberkumarajju5765
 
如何办理美国西雅图大学毕业证(Seattle毕业证书)成绩单(学位证)原版一比一
如何办理美国西雅图大学毕业证(Seattle毕业证书)成绩单(学位证)原版一比一如何办理美国西雅图大学毕业证(Seattle毕业证书)成绩单(学位证)原版一比一
如何办理美国西雅图大学毕业证(Seattle毕业证书)成绩单(学位证)原版一比一meq5nzfnk
 
(COD) ̄Young Call Girls In Dwarka , New Delhi꧁❤ 7042364481❤꧂ Escorts Service i...
(COD) ̄Young Call Girls In Dwarka , New Delhi꧁❤ 7042364481❤꧂ Escorts Service i...(COD) ̄Young Call Girls In Dwarka , New Delhi꧁❤ 7042364481❤꧂ Escorts Service i...
(COD) ̄Young Call Girls In Dwarka , New Delhi꧁❤ 7042364481❤꧂ Escorts Service i...Hot Call Girls In Sector 58 (Noida)
 
Delhi Call Girls Mayur Vihar 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Call
Delhi Call Girls Mayur Vihar 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip CallDelhi Call Girls Mayur Vihar 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Call
Delhi Call Girls Mayur Vihar 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Callshivangimorya083
 
83778-77756 ( HER.SELF ) Brings Call Girls In Laxmi Nagar
83778-77756 ( HER.SELF ) Brings Call Girls In Laxmi Nagar83778-77756 ( HER.SELF ) Brings Call Girls In Laxmi Nagar
83778-77756 ( HER.SELF ) Brings Call Girls In Laxmi Nagardollysharma2066
 
Lucknow 💋 (Genuine) Escort Service Lucknow | Service-oriented sexy call girls...
Lucknow 💋 (Genuine) Escort Service Lucknow | Service-oriented sexy call girls...Lucknow 💋 (Genuine) Escort Service Lucknow | Service-oriented sexy call girls...
Lucknow 💋 (Genuine) Escort Service Lucknow | Service-oriented sexy call girls...anilsa9823
 

Recently uploaded (20)

FULL ENJOY - 9953040155 Call Girls in Sector 61 | Noida
FULL ENJOY - 9953040155 Call Girls in Sector 61 | NoidaFULL ENJOY - 9953040155 Call Girls in Sector 61 | Noida
FULL ENJOY - 9953040155 Call Girls in Sector 61 | Noida
 
Call Girls in Malviya Nagar Delhi 💯 Call Us 🔝9205541914 🔝( Delhi) Escorts Ser...
Call Girls in Malviya Nagar Delhi 💯 Call Us 🔝9205541914 🔝( Delhi) Escorts Ser...Call Girls in Malviya Nagar Delhi 💯 Call Us 🔝9205541914 🔝( Delhi) Escorts Ser...
Call Girls in Malviya Nagar Delhi 💯 Call Us 🔝9205541914 🔝( Delhi) Escorts Ser...
 
Delhi Call Girls Saket 9711199171 ☎✔👌✔ Full night Service for more than 1 person
Delhi Call Girls Saket 9711199171 ☎✔👌✔ Full night Service for more than 1 personDelhi Call Girls Saket 9711199171 ☎✔👌✔ Full night Service for more than 1 person
Delhi Call Girls Saket 9711199171 ☎✔👌✔ Full night Service for more than 1 person
 
Delhi Call Girls Vikaspuri 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Call
Delhi Call Girls Vikaspuri 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip CallDelhi Call Girls Vikaspuri 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Call
Delhi Call Girls Vikaspuri 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Call
 
Vip Hot🥵 Call Girls Delhi Delhi {9711199012} Avni Thakur 🧡😘 High Profile Girls
Vip Hot🥵 Call Girls Delhi Delhi {9711199012} Avni Thakur 🧡😘 High Profile GirlsVip Hot🥵 Call Girls Delhi Delhi {9711199012} Avni Thakur 🧡😘 High Profile Girls
Vip Hot🥵 Call Girls Delhi Delhi {9711199012} Avni Thakur 🧡😘 High Profile Girls
 
ENJOY Call Girls In Okhla Vihar Delhi Call 9654467111
ENJOY Call Girls In Okhla Vihar Delhi Call 9654467111ENJOY Call Girls In Okhla Vihar Delhi Call 9654467111
ENJOY Call Girls In Okhla Vihar Delhi Call 9654467111
 
꧁ ୨ Call Girls In Radisson Blu Plaza Delhi Airport, New Delhi ❀7042364481❀ Es...
꧁ ୨ Call Girls In Radisson Blu Plaza Delhi Airport, New Delhi ❀7042364481❀ Es...꧁ ୨ Call Girls In Radisson Blu Plaza Delhi Airport, New Delhi ❀7042364481❀ Es...
꧁ ୨ Call Girls In Radisson Blu Plaza Delhi Airport, New Delhi ❀7042364481❀ Es...
 
Vip Mumbai Call Girls Mumbai Call On 9920725232 With Body to body massage wit...
Vip Mumbai Call Girls Mumbai Call On 9920725232 With Body to body massage wit...Vip Mumbai Call Girls Mumbai Call On 9920725232 With Body to body massage wit...
Vip Mumbai Call Girls Mumbai Call On 9920725232 With Body to body massage wit...
 
How To Fix Mercedes Benz Anti-Theft Protection Activation Issue
How To Fix Mercedes Benz Anti-Theft Protection Activation IssueHow To Fix Mercedes Benz Anti-Theft Protection Activation Issue
How To Fix Mercedes Benz Anti-Theft Protection Activation Issue
 
Call Girls In Kirti Nagar 7042364481 Escort Service 24x7 Delhi
Call Girls In Kirti Nagar 7042364481 Escort Service 24x7 DelhiCall Girls In Kirti Nagar 7042364481 Escort Service 24x7 Delhi
Call Girls In Kirti Nagar 7042364481 Escort Service 24x7 Delhi
 
Delhi Call Girls Safdarjung 9711199171 ☎✔👌✔Body to body massage with sex
Delhi Call Girls Safdarjung 9711199171 ☎✔👌✔Body to body massage with sexDelhi Call Girls Safdarjung 9711199171 ☎✔👌✔Body to body massage with sex
Delhi Call Girls Safdarjung 9711199171 ☎✔👌✔Body to body massage with sex
 
Bandra Escorts, (*Pooja 09892124323), Bandra Call Girls Services
Bandra Escorts, (*Pooja 09892124323), Bandra Call Girls ServicesBandra Escorts, (*Pooja 09892124323), Bandra Call Girls Services
Bandra Escorts, (*Pooja 09892124323), Bandra Call Girls Services
 
Hauz Khas Call Girls ☎ 7042364481 independent Escorts Service in delhi
Hauz Khas Call Girls ☎ 7042364481 independent Escorts Service in delhiHauz Khas Call Girls ☎ 7042364481 independent Escorts Service in delhi
Hauz Khas Call Girls ☎ 7042364481 independent Escorts Service in delhi
 
Vip Hot Call Girls 🫤 Mahipalpur ➡️ 9711199171 ➡️ Delhi 🫦 Whatsapp Number
Vip Hot Call Girls 🫤 Mahipalpur ➡️ 9711199171 ➡️ Delhi 🫦 Whatsapp NumberVip Hot Call Girls 🫤 Mahipalpur ➡️ 9711199171 ➡️ Delhi 🫦 Whatsapp Number
Vip Hot Call Girls 🫤 Mahipalpur ➡️ 9711199171 ➡️ Delhi 🫦 Whatsapp Number
 
如何办理美国西雅图大学毕业证(Seattle毕业证书)成绩单(学位证)原版一比一
如何办理美国西雅图大学毕业证(Seattle毕业证书)成绩单(学位证)原版一比一如何办理美国西雅图大学毕业证(Seattle毕业证书)成绩单(学位证)原版一比一
如何办理美国西雅图大学毕业证(Seattle毕业证书)成绩单(学位证)原版一比一
 
(COD) ̄Young Call Girls In Dwarka , New Delhi꧁❤ 7042364481❤꧂ Escorts Service i...
(COD) ̄Young Call Girls In Dwarka , New Delhi꧁❤ 7042364481❤꧂ Escorts Service i...(COD) ̄Young Call Girls In Dwarka , New Delhi꧁❤ 7042364481❤꧂ Escorts Service i...
(COD) ̄Young Call Girls In Dwarka , New Delhi꧁❤ 7042364481❤꧂ Escorts Service i...
 
Delhi Call Girls Mayur Vihar 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Call
Delhi Call Girls Mayur Vihar 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip CallDelhi Call Girls Mayur Vihar 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Call
Delhi Call Girls Mayur Vihar 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Call
 
83778-77756 ( HER.SELF ) Brings Call Girls In Laxmi Nagar
83778-77756 ( HER.SELF ) Brings Call Girls In Laxmi Nagar83778-77756 ( HER.SELF ) Brings Call Girls In Laxmi Nagar
83778-77756 ( HER.SELF ) Brings Call Girls In Laxmi Nagar
 
Call Girls In Greater Noida 📱 9999965857 🤩 Delhi 🫦 HOT AND SEXY VVIP 🍎 SERVICE
Call Girls In Greater Noida 📱  9999965857  🤩 Delhi 🫦 HOT AND SEXY VVIP 🍎 SERVICECall Girls In Greater Noida 📱  9999965857  🤩 Delhi 🫦 HOT AND SEXY VVIP 🍎 SERVICE
Call Girls In Greater Noida 📱 9999965857 🤩 Delhi 🫦 HOT AND SEXY VVIP 🍎 SERVICE
 
Lucknow 💋 (Genuine) Escort Service Lucknow | Service-oriented sexy call girls...
Lucknow 💋 (Genuine) Escort Service Lucknow | Service-oriented sexy call girls...Lucknow 💋 (Genuine) Escort Service Lucknow | Service-oriented sexy call girls...
Lucknow 💋 (Genuine) Escort Service Lucknow | Service-oriented sexy call girls...
 

Soft Computing.pptx

  • 1. "All of us do not have equal talent. But , all of us have an equal opportunity to develop our talents.". - Dr. APJ Abdul Kalam
  • 2. Soft Computing Guided By: Dr. Parikshit Singh By: Yash Bansal (202kuec2065) Tushar Patel (2020kuec2047 Aman Tiwari (2020kuec2066
  • 3. Application of Artificial Neural Networks in Chemical Process Control Presentation on
  • 4. Introduction • ANNs (Artificial neural networks) are nonlinear, adaptive information processing system composed of a large number of interconnected processing units. • ANNs are "black box" model that do not require in-depth knowledge of the intrinsic connections and patterns of input and output data. • ANN has been widely used in intelligent control, pattern recognition, and nonlinear optimization. About ANN
  • 5. History of ANN 1943 Rumelhart and McCelland rediscovered the backpropagation algorithm of multilayer forward neural networks Rosenblatt introduced the concept of "perceptron" based on the MP model with the addition of a learning mechanism Hebb proposed that information in neural networks is stored by connecting weights and established Hebb rules Werbos put forward the principle and algorithm of back propagation, which provides a feasible way for training multilayer neural networks John Hopfield proposed the Hopfield neural network, Warren McCulloch cooperated with young mathematician Walter Pitts to study the action of nerve cells by using mathematical models. 1949 1958 1974 1982 1986
  • 6. Basic Principle and Characteristics of Artificial Neural Networks • A simple neural network generally consists of four parts: nodes, connections between the nodes, the weights associated with each connection, and the recipe for obtaining outputs from the inputs of the nodes • ANN has the following features: i. Massively parallel distributed processing ii. Distributed storage iii. self-adaptive, self- organizing, and self- learning • These components are also associated with the biological nervous system, such as weights corresponding to the synapses of neurons and output signals corresponding to the output pulses.
  • 7. Structure of artificial neural network
  • 8. Classification of Artificial Neural Networks There are various ways to classify neural networks. They can be classified into: • continuous and discrete networks by variable type • feedforward and feedback networks by topology • supervised and unsupervised learning networks by learning rules With the development of ANN, there are hundreds of neural network models now and some common forms of ANN will be introduced as follows-
  • 9. Multilayer perceptron (MLP) • The multi-layer perceptron, i.e., feedforward neural network, neurons in one layer are connected to all neurons in the next layer. • The most important feature of this neural network is that it can learn and store a large number of highly nonlinear mappings without building a mathematical equation. • In an MLP, the weights of the connections start out as random values. Training is required to make the weights into suitable values. • The common algorithms used for weight adjustment during training include back propagation algorithm (BP), gradient covariance descent (GCD), and Levenberg-Marquardt algorithm (LMA).
  • 10. The BP algorithm has become the most widely used algorithm for MLP which is based on the bias between the simulated value and the target value generated by forward propagation.
  • 11. Radial Basis Function networks • The RBF neural network is a three-layer feedforward neural network. • The function used by the nodes in the hidden layer is the radial basis function, which is a non-negative nonlinear function. • The commonly used radial basis functions are Gaussian function, thin-slab spline function, etc. • The number of input and output units of the network is determined by the training samples, and the hidden layer has only one layer.
  • 12. Compared with Back Propagation neural networks, RBF neural networks do not have the problem of local minima and have a faster learning speed. The structure of RBF neural network is shown below:
  • 13. Stacked neural networks • In stacked neural networks, multiple neural networks have the same relation, but the structure and weights of neural networks are different. • An important part of stacked neural networks is the method of combining neural networks. There are various methods of combining neural networks, such as linear, nonlinear, super Bayesian, and stacked generalization. • Linear combinations of neural networks are more common. There are generally two types of linear combinations: simple averaging and weighted averaging. • The common weighted averaging methods are principal component regression (PCR) and multiple linear regression (MLR)
  • 14. Non-linear combination methods are more complex, including majority voting, Tumer, and Ghosh method, etc. The structure of the stacked neural network is shown as:
  • 15. Hybrid Model ANN • The artificial neural network model is a data driven model, which is obtained based on a large amount of data and certain algorithms. • The complexity of the data affects the modeling and model performance, the hybrid model is easier to build and can accelerate the computation speed. • Compared with the neural network model, the hybrid model brings certain physical meaning to the structure and parameters of the model. • The hybrid model has three structures: series, parallel, and hybrid.
  • 16. As shown, FPM is the first-principles model, and DM is the data driven model. When building hybrid models in general, a simplified dynamics model is built with FPM, while ANN is used to provide more accurate dynamics parameters for FPM.
  • 17. Applications Application of ANNs in Chemical Process Control are: o Neural Network-Based PID Control o Neural Network-Based Model Predictive Control o Neural Network-based Hybrid Model
  • 18. Neural Network-Based PID Control Drawback - Traditional PID control faces challenges due to complex time varying non linear system. After combining ANN with PID control – The learning function of ANN is used to determine and adjust parameters of the PID control can effectively improve the performance of traditional PID control, and make the control system having good self-adaptive or self-tuning ability .
  • 19. At this point, the controller can be divided into two parts The structure of a traditional PID controller, which processes the deviation signals of the system by proportional, integral, and differential processing, and the results are weighted and summed by proportional, integral and differential coefficients respectively. A neural network model, which provides a part of the required parameters through iterative learning and adjustment based on the input and output information of the system.
  • 20. Figure shows optimized PID control using BP neural network to make the control system self tuning. The control system comes from the FCC light gasoline etherification process. PID is utilized to control the concentration of light gasoline in this process. In each sampling interval, PID controls the flow rate of gasoline by controlling the valve. To achieve a good control effect, the most important thing is to adjust the proportion of proportional, integral, and differential in the controller to find the optimal ratio of valve opening. The control flow –  Φ represent the given and actual values of the flow rate of FCC gasoline  the deviation between the two is denoted by e.  It uses a BP neural network to adjust the parameters Kp, Ki, and Kd of PID control.
  • 21. In a three-layer BP neural network, The input layer depends on the state of the system, such as the inputs and outputs of the system at different moments, and the outputs are the three important parameters Kp, Ki, and Kd. The neural network continuously adjusts weights and biases through learning to achieve adaptive adjustment of PID control parameters. The researchers demonstrated that compared to traditional PID control, BP neural network-based PID control has smaller overshoot, shorter adjustment time, smaller steady-state error, and enhanced immunity to disturbances.
  • 22. BP neural Network was used to PID temperature control system of a beer fermentation tank, and established NNPID system The BP neural network uses a sigmoid function as the activation function for the hidden layer and a non-negative sigmoid function as the activation function for the output layer. The momentum term is also added to prevent falling into a local minimum. The results of the simulation are shown as:
  • 23. • According to results, BPPID exhibits better static and dynamic performance. • If we applies similar control systems to the main steam temperature system of boilers, then also we will achieve good results. • On using an inverse neural network in the temperature control system of a bioreactor for ethanol production, we can improve the steady state performance of the system.
  • 24. Neural Network-Based Model Predictive Control • In addition to previous technique, more advanced control techniques have been gradually developed to achieve better control performance. • Model predictive control (MPC) is a class of computer control algorithms that directly use dynamic models to predict the future behavior of processes so that the future state of the process meets certain requirements, such as maximizing yield, minimizing cost, etc. • The development of an effective process model is an important task required for MPC. • In comparisons conducted by many researchers, MPC has better performance than PID control.
  • 25. MPC can be divided into two categories: Linear MPC • Simpler to compute. Nonlinear MPC • Has higher modeling accuracy. In MPC, a large number of iterative operations need to be performed. The more complex the process model is, the more computation time is required to perform the optimization, which becomes a limiting factor in applying MPC. For some chemical processes with many operating variables and a high degree of nonlinearity, real-time optimization by MPC is less effective. Therefore, the MPC can play a better role in the chemical process with ANN's ability to predict future behavior with high accuracy.
  • 26. The model predictive controller uses an algorithm called receding horizon policy. But repeated complex computation in the algorithm brings difficulties to industrial applications. Therefore, researcher uses a neural network model instead of a controller. The model takes the process variable x(t) as input and the manipulated variable u(t) as the training target. The initial training set is - For each data point in the training set, the corresponding control action is calculated to form the set . and together form the learning data set for the hidden layer nodes of the neural network model. The process variable is the concentrations, and the feed concentration of component C is the manipulation variable. The input layer of the neural network includes three nodes and the output layer is one node. There are four hidden layers and each hidden layer has four nodes. 600 simulations were conducted after the model training, and the results are shown as:
  • 27. Control performance of the NN-based controller with various initial conditions - The controller performed with the optimality decrease below 1% in 94.5% of cases.
  • 28. NNMPC • A neural network model predictive control system(NNMPC) is a combination of dynamic neural networks with MPC. • It was used in the control of a depropane tower to ensure that the variables would reach the set point smoothly in case of disturbances in the distillation system. • The ANN used is a three-layer feedforward neural network. The input layer consists of 14 nodes and the hidden layer consists of 15 nodes. • The output layer includes 2 nodes, that is, the temperature of a specific tower plate and the propane molar fraction at the top of the tower.
  • 29. The distillation process of the depropane tower is a typical multivariate nonlinear process whose operating variables can be seen in below table - After training was completed, the ANN model was integrated with the MPC system. The control flow of the system can be seen as -
  • 30. • Both control schemes were effective in ensuring the quality of the propane product ground when the disturbance occurred. • However, the NNMPC was able to reach the set point faster, while the PI controller had a longer oscillation control time. • Therefore, the NNMPC exhibits superior performance over the PI controller. Difference between NNMPC and PI controllers-
  • 31. Neural Network-based Hybrid Model • As discussed in hybrid model ANN, the combination of first- principles models (FPM) and data-driven models (DM) such as ANN can better model complex nonlinear, time-varying chemical processes. • These FPM-DM hybrid models with different structures are called "grey box" models. • They avoid both the difficulties of building mechanistic models of chemical processes and the excessive desire for data by neural network models and can be better used in chemical process control.
  • 32. On comparing different control methods for temperature control of the continuous stirred tank (CST). First, there is the GMC controller using the mechanistic model. The approximate model of CST is expressed as a linear model: Performance of the GMC controller using the linear model - The control performance of the GMC controller using the linear model is shown as
  • 33. • The controller can perform well in the range of 40°C to 50°C, but as the set point gradually moves away from this range, the system gradually loses control. At 70°C, the controller completely failed. • This linear model is only suitable to describe the variation of CST in the range of 40°C to 50°C. Performance of the GMC controller using the grey-box model - The control performance of the grey-box model GMC controller with the parallel structure combined with a neural network is shown as
  • 34. • The peak value that appears at the beginning of the experiment is due to the initial weights of the ANN being randomly given. • This controller can still complete the task at 60°C to 70°C. This is because the self- learning capability of the ANN model compensates for the deficiency of the linear model. From the comparison of the two controllers, the complementary advantages of the artificial neural network-based hybrid model (gray-box model) emerge. The combination of accuracy and model applicability has led to many applications of the hybrid model. The hybrid model effectively reduces the dimensionality of the input variables of the model, simplifies the model structure, and has good interpretability. The model was used in in-line internal model control (IMC) and used in an industrial distillation tower.
  • 35. Conclusion • This paper reviews the contribution of artificial neural networks to achieving control objectives for chemical nonlinear processes by assisting PID control for parameter self- tuning, providing process models for model predictive control, and participating in constituting hybrid models. • The structures of neural networks applied in chemical processes are relatively simple and still have great potential for development.
  • 36. Bibliography • Research paper “Application of Artificial Neural Networks in Chemical Process Control” • Authors - Haonan Wang a* and Yijia Chen a • Published on 27 June 2022 in ‘Asian Journal of Research in Computer Science’