Вы находитесь на странице: 1из 18

Content

 Introduction
 History
 Concept
 Applications
 Conclusion
 References
Introduction
 The main steps in the fuzzy-logic procedure can be
given as the generation of membership functions,
fuzzification , inference (rule base) and defuzzification.
 Processing all these inputs according to human based,
fuzzy "If-Then" rules, which can be expressed in plain
language words, in combination with traditional non-
fuzzy processing.
History
 1965 Seminal Paper “Fuzzy Logic” by Prof. Lotfi Zadeh, Faculty in
Electrical Engineering, U.C. Berkeley, Sets the Foundation of the
“Fuzzy Set Theory”
 1970 First Application of Fuzzy Logic in Control
Engineering (Europe)
 1975 Introduction of Fuzzy Logic in Japan
 1980 Empirical Verification of Fuzzy Logic in Europe
 1985 Broad Application of Fuzzy Logic in Japan
 1990 Broad Application of Fuzzy Logic in Europe
 1995 Broad Application of Fuzzy Logic in the U.S.
 2000 Fuzzy Logic Becomes a Standard Technology and Is Also
Applied in Data and Sensor Signal Analysis. Application of Fuzzy
Logic in Business and Finance
Definition
 Way of processing data by allowing partial set
membership rather than crisp set membership or
non-membership.

 Example
IF cold THEN stop fan

IF warm AND NOT cooling down THEN increase


fan speed slightly

IF hot THEN increase fan speed substantially etc…


Traditional Representation Of Topic

Slow Fast
Speed = 0 Speed = 1
bool speed;
get the speed
if ( speed == 0) {
// speed is slow
}
else {
// speed is fast
}
Fuzzylogic Representation

 For every problem


Slowest
must represent in
terms of fuzzy sets. [ 0.0 – 0.25 ]

Slow
 What are fuzzy sets?
[ 0.25 – 0.50 ]

Fast
[ 0.50 – 0.75 ]

Fastest
[ 0.75 – 1.00 ]
Slowest Slow Fast Fastest
float speed;
get the speed
if ((speed >= 0.0)&&(speed < 0.25)) {
// speed is slowest
}
else if ((speed >= 0.25)&&(speed < 0.5))
{
// speed is slow
}
else if ((speed >= 0.5)&&(speed < 0.75))
{
// speed is fast
}
else // speed >= 0.75 && speed < 1.0
{
// speed is fastest
}
Application In Concrete Technology
 Test Conducted By Harun Tanyildizi & Ahmet Coskun

 A fuzzylogic predection model for 3,7,14 and 28 days


 Use of scoria aggregates and fly ash under different
curing conditions
Other Applications
 Performance evaluation of reinforced concrete
structure.
 Condition Assessment of Corrosion-Distressed
Reinforced Concrete Buildings.
 To predict stress–strain curves of steel fiber-
reinforced concretes in compression
 Stress–strain modelling of high strength
concrete
 Prediction of axial load capacity of stub circular
concrete-filled steel tube
Advantages & Disadvantages
Advantages Disvantages

• Simple systems • Operator's experience required

• Low development costs • System complexity

• Low maintenance costs

• Reduced run-time

• Mimicks human control logic

• Uses imprecise language

• Fails safely
conclusion
 Fuzzy logic can be used as an alternative
approach in prediction of various
parameters(stress,strain,axial load capacity) in
concrete structure
 Fuzzy logic provides an alternative way to
represent linguistic and subjective attributes of
the real world in computing.
 It is able to be applied to control systems and
other applications in order to improve the
efficiency and simplicity of the design process.
Refernces
 F. Padmakar,K. Guler. Fuzzylogic approach in the performance evaluation of reiforced
concrete stucture,The 14th world conference on earthquake engineering,beijing,china,oct. 12-
17,2008,vol. 1 no. ssc:96-01
 Jiho Moon,Jung J. Kim,Tae-Hyung Lee,Hak-Eun Lee.Prediction of axial load capacity of stub
circular concrete-filled steel tubes using fuzzy logic.journal of constructional steel research
101 (2014) 184-191
 Harun Tanyldizi,Ahmet Coskun.Fuzzylogic model for prediction of light weight concrete
made with scoria aggregate and fly ash.earthquake symposium,kocaeli.oct 22-26,2007.
cem.con.res,33,7: 973-979
 Gopal Mitra, Kamal Kant Jain, Bishwjit Bhattarjee.Conditioned assesment of corrosion-
distressed reinforced concrete buildings using fuzzy logic.journal of performance of
constructed facilities©asce/november/december 2010/569
 Osman unal,Fuat Demir,Tayfun Uygunoglu.Fuzzylogic approach in prediction of sress-strain
curve in steel fibre reinforced concrete.www.elsevier.com/locate/buildenv. Building and
Environment 42 (2007) 3589–3595
 Kadir Guler,Fuat Demir,Ferhat pakdamar.stess strain modelling of high strength concrete
using fuzzy logic approach. journal homepage: www.elsevier.com/locate/conbuildmat.
Construction and Building Materials 37 (2012) 680–684

Вам также может понравиться