Soft Computing and Its Components: Artificial Neural Networks
Soft Computing and Its Components: Artificial Neural Networks
332
Proc. of the Second Intl. Conf. on Advances in Electronics, Electrical and Computer Engineering -- EEC 2013
Copyright © Institute of Research Engineers and Doctors. All rights reserved.
ISBN: 978-981-07-6935-2 doi:10.3850/ 978-981-07-6935-2_68
Recurrent Network have directed cycles in their connection. of the controller. This makes it easier to mechanize tasks that
These are relatively more natural ways to model sequential are already successfully performed by humans.
data. They are equivalent to very deep nets with one hidden
layer per time slice and also have the ability to remember IV. Neural Fuzzy System
information in their hidden state for a long time. But it is very
hard to train them to use this potential. Neural-fuzzy System refers to combinations
of artificial neural networks and fuzzy logic. Neural-fuzzy
system was proposed by J. S. R. Jang. Neural-fuzzy
Output Layer hybridization results in a hybrid intelligent system that
synergizes these two techniques by combining the human-like
reasoning style of fuzzy systems with the learning and
connectionist structure of neural networks. The reasons behind
combine these two paradigms is to overcome the difficulties
Hidden Layer and inherent limitations of each isolated paradigm. Neural
networks introduce its computational characteristics of
learning in the fuzzy systems and receive from them the
interpretation and clarity of systems representation.
333
Proc. of the Second Intl. Conf. on Advances in Electronics, Electrical and Computer Engineering -- EEC 2013
Copyright © Institute of Research Engineers and Doctors. All rights reserved.
ISBN: 978-981-07-6935-2 doi:10.3850/ 978-981-07-6935-2_68
RECOMBINE pairs of parents; network represent a set of random variable nodes that take
discrete values. Two nodes should be connected directly
MUTATE the resulting offspring; because if one affects or causes changes to other, the arc
EVALUATE new candidates; indicates the direction of the effect. Also the values should be
both mutually exclusive and exhaustive,
SELECT individuals for the next generation;
A Bayesian Network has the following components
OD
a set of nodes, one per variable
END
a directed, acyclic graph (link = "directly influences")
A. Evolutionary Algorithm a conditional distribution for each node given its
parents:
Evolutionary Algorithms are a kind of stochastic search
and optimization heuristics. Today these are successfully used Given by: P (Xi | Parents (Xi))
for solving numeric problems, such as optimization, automatic Applications of Bayesian network include decision
programming and so on. Evolutionary Algorithm have a making maximizing expected utility, adaptive testing. It may
conceptual base of simulating the evolution of individual also be used to update beliefs about states of certain variables
structure by well known processes such as selection, mutation when some other variables were observed, i.e., computing
and reproduction. Their importance is coming from their conditional probability distributions.
ability in optimizing complex function.
Conclusion
B. Swarm Intelligence
In this research paper an overview of the constituents
Swarm intelligence is the collective of soft computing is studied. The soft computing plays a very
behaviour of decentralized, self-organized systems, natural or significant role in machine learning. Thus for the process of
artificial. The concept is employed in work on artificial making the machines intelligent and inducing in them the
intelligence. The expression was introduced by Gerardo human like thinking characteristics, the soft computing could
Beni and Jing Wang in 1989, in the context of cellular robotic be very helpful.
systems. Swarm Intelligence (SI) is the property of a system
whereby the collective behaviours of (unsophisticated) agents Acknowledgment
interacting locally with their environment cause coherent
functional global patterns to emerge. SI provides a basis with The author would like to thank the professors of
which it is possible to explore collective (or distributed) Institute of Engineering and Technology, Indore for their
problem solving without centralized control or the provision of sincere guidance and helpful advice which provided a platform
a global model. It exploits the emergent collective intelligence to produce this paper.
of groups of simple agents.
This inspiration has comes from nature, especially References
biological systems like ant colonies, bee hives and so on The
Ants form and maintain a line to their food source by laying a [1] Zadeh, Lotfi A., "Fuzzy Logic, Neural Networks, and Soft
trail of pheromone, i.e. a chemical to which other members of Computing," Communication of the ACM, March 1994, Vol. 37 No. 3,
the same species are very sensitive. They deposit a certain pages 77-84.
amount of pheromone while walking, and each ant prefers to [2] McCulloch, Warren; Walter Pitts (1943). "A Logical Calculus of
follow a direction rich in pheromone. This enables the ant Ideas Immanent in Nervous Activity". Bulletin of Mathematical
colony to quickly find the shortest route. The first ants to Biophysics 5 (4): 115–133.
return should normally be those on the shortest route, so this [3] J. J. HOPFIELD Neural networks and physical systems with emergent
collective computational abilities. Proc. NatL Acad. Sci. USA Vol. 79,
will be the first to be doubly marked by pheromone (once in pp. 2554-2558, April 1982 Biophysics.
each direction). Thus other ants will be more attracted to this
[4] “Artificial Intelligence: A Modern Approach” 2nd Edition By Rusell and
route than to longer ones not yet doubly marked, which means Norvig Pg 719.
it will become even more strongly marked with pheromone. [5] Rumelhart, D.E; James McClelland (1986). Parallel Distributed
The main advantages of employing the swarm intelligence Processing: Explorations in the Microstructure of Cognition.
Cambridge: MIT Press.
includes performance optimization and robustness self-
[6] Novák, V., Perfilieva, I. and Močkoř, J. (1999) Mathematical principles
organized control and cooperation (decentralized) division of of fuzzy logic Dodrecht: Kluwer Academic.
labour and distributed task allocation indirect interactions. [7] Zadeh, L. A. et al. 1996 Fuzzy Sets, Fuzzy Logic, Fuzzy Systems, World
Scientific Press.
VI. Bayesian Network [8] R. Chiong, Th. Weise, Z. Michalewicz (Editors), Variants of
Evolutionary Algorithms for Real-World Applications, Springer, 2012.
The term "Bayesian networks" was coined by Judea [9] E. Eiben and M. Schoenauer, Evolutionary computing, Information
Pearl in 1985. Most commonly, BNs are considered to be Processing Letters, 82(1).
representations of joint probability distributions. A Bayesian [10] E. Goldberg. Genetic algorithms in search, optimization and machine
network is a graphical structure that allows us to represent and learning. Addison Wesley, 1989.
reason about an uncertain domain. The nodes in a Bayesian
334
Proc. of the Second Intl. Conf. on Advances in Electronics, Electrical and Computer Engineering -- EEC 2013
Copyright © Institute of Research Engineers and Doctors. All rights reserved.
ISBN: 978-981-07-6935-2 doi:10.3850/ 978-981-07-6935-2_68
335