Neural and Evolutionary Computation

  1. Mesh Learning for Classifying Cognitive Processes.

    Authors: Mete Ozay, Ilke Öztekin, Uygar Öztekin, Fatos T. Yarman Vural
    Subjects: Neural and Evolutionary Computation
    Abstract

    The major goal of this study is to model the encoding and retrieval
    operations of the brain during memory processing, using statistical learning
    tools. The suggested method assumes that the memory encoding and retrieval
    processes can be represented by a supervised learning system, which is trained
    by the brain data collected from the functional Magnetic Resonance (fMRI)
    measurements, during the encoding stage. Then, the system outputs the same
    class labels as that of the fMRI data collected during the retrieval stage.

  2. Handwritten digit Recognition using Support Vector Machine.

    Authors: Anshuman Sharma
    Subjects: Neural and Evolutionary Computation
    Abstract

    Handwritten Numeral recognition plays a vital role in postal automation
    services especially in countries like India where multiple languages and
    scripts are used Discrete Hidden Markov Model (HMM) and hybrid of Neural
    Network (NN) and HMM are popular methods in handwritten word recognition
    system. The hybrid system gives better recognition result due to better
    discrimination capability of the NN. A major problem in handwriting recognition
    is the huge variability and distortions of patterns.

  3. A Study on the Behavior of a Neural Network for Grouping the Data.

    Authors: Suneetha Chittineni, Raveendra Babu Bhogapathi
    Subjects: Neural and Evolutionary Computation
    Abstract

    One of the frequently stated advantages of neural networks is that they can
    work effectively with non-normally distributed data. But optimal results are
    possible with normalized data.In this paper, how normality of the input affects
    the behaviour of a K-means fast learning artificial neural network(KFLANN) for
    grouping the data is presented.

  4. Self-Organisation of Evolving Agent Populations in Digital Ecosystems.

    Authors: Gerard Briscoe, Philippe De Wilde
    Subjects: Neural and Evolutionary Computation
    Abstract

    We investigate the self-organising behaviour of Digital Ecosystems, because a
    primary motivation for our research is to exploit the self-organising
    properties of biological ecosystems. We extended a definition for the
    complexity, grounded in the biological sciences, providing a measure of the
    information in an organism's genome. Next, we extended a definition for the
    stability, originating from the computer sciences, based upon convergence to an
    equilibrium distribution.

  5. Distance-Based Bias in Model-Directed Optimization of Additively Decomposable Problems.

    Authors: Martin Pelikan, Mark W. Hauschild
    Subjects: Neural and Evolutionary Computation
    Abstract

    For many optimization problems it is possible to define a distance metric
    between problem variables that correlates with the likelihood and strength of
    interactions between the variables. For example, one may define a metric so
    that the dependencies between variables that are closer to each other with
    respect to the metric are expected to be stronger than the dependencies between
    variables that are further apart.

  6. Passive and Driven Trends in the Evolution of Complexity.

    Authors: Larry Yaeger, Virgil Griffith, Olaf Sporns
    Subjects: Neural and Evolutionary Computation
    Abstract

    The nature and source of evolutionary trends in complexity is difficult to
    assess from the fossil record, and the driven vs. passive nature of such trends
    has been debated for decades. There are also questions about how effectively
    artificial life software can evolve increasing levels of complexity. We extend
    our previous work demonstrating an evolutionary increase in an information
    theoretic measure of neural complexity in an artificial life system
    (Polyworld), and introduce a new technique for distinguishing driven from
    passive trends in complexity.

  7. Pure Strategy or Mixed Strategy?.

    Authors: Jun He, Feidun He, Hongbin Dong
    Subjects: Neural and Evolutionary Computation
    Abstract

    Mixed strategy EAs aim to integrate several mutation operators into a single
    algorithm. However few theoretical analysis has been made to answer the
    question whether and when the performance of mixed strategy EAs is better than
    that of pure strategy EAs. In theory, the performance of EAs can be measured by
    asymptotic convergence rate and asymptotic hitting time.

  8. Period-halving Bifurcation of a Neuronal Recurrence Equation.

    Authors: René Ndoundam
    Subjects: Neural and Evolutionary Computation
    Abstract

    We study the sequences generated by neuronal recurrence equations of the form
    $x(n) = {\bf 1}[\sum_{j=1}^{h} a_{j} x(n-j)- \theta]$. From a neuronal
    recurrence equation of memory size $h$ which describes a cycle of length
    $\rho(m) \times lcm(p_0, p_1,..., p_{-1+\rho(m)})$, we construct a set of
    $\rho(m)$ neuronal recurrence equations whose dynamics describe respectively
    the transient of length $O(\rho(m) \times lcm(p_0, ..., p_{d}))$ and the cycle
    of length $O(\rho(m) \times lcm(p_{d+1}, ..., p_{-1+\rho(m)}))$ if $0 \leq d
    \leq -2+\rho(m)$ and 1 if $d=\rho(m)-1$.

  9. An efficient implementation of the simulated annealing heuristic for the quadratic assignment problem.

    Authors: Gerald Paul
    Subjects: Neural and Evolutionary Computation
    Abstract

    The quadratic assignment problem (QAP) is one of the most difficult
    combinatorial optimization problems. One of the most powerful and commonly used
    heuristics to obtain approximations to the optimal solution of the QAP is
    simulated annealing (SA). We present an efficient implementation of the SA
    heuristic which performs more than 100 times faster then existing
    implementations for large problem sizes and a large number of SA iterations.

  10. Distributed Evolutionary Graph Partitioning.

    Authors: Peter Sanders, Christian Schulz
    Subjects: Neural and Evolutionary Computation
    Abstract

    We present a novel distributed evolutionary algorithm, KaFFPaE, to solve the
    Graph Partitioning Problem, which makes use of KaFFPa (Karlsruhe Fast Flow
    Partitioner). The use of our multilevel graph partitioner KaFFPa provides new
    effective crossover and mutation operators. By combining these with a scalable
    communication protocol we obtain a system that is able to improve the best
    known partitioning results for many inputs in a very short amount of time.

  11. CIXL2: A Crossover Operator for Evolutionary Algorithms Based on Population Features.

    Authors: N. García-Pedrajas, C. Hervás-Martínez, D. Ortiz-Boyer
    Subjects: Neural and Evolutionary Computation
    Abstract

    In this paper we propose a crossover operator for evolutionary algorithms
    with real values that is based on the statistical theory of population
    distributions. The operator is based on the theoretical distribution of the
    values of the genes of the best individuals in the population. The proposed
    operator takes into account the localization and dispersion features of the
    best individuals of the population with the objective that these features would
    be inherited by the offspring. Our aim is the optimization of the balance
    between exploration and exploitation in the search process.

  12. Evolutionary Biclustering of Clickstream Data.

    Authors: R.Rathipriya, Dr. K.Thangavel, J.Bagyamani
    Subjects: Neural and Evolutionary Computation
    Abstract

    Biclustering is a two way clustering approach involving simultaneous
    clustering along two dimensions of the data matrix. Finding biclusters of web
    objects (i.e. web users and web pages) is an emerging topic in the context of
    web usage mining. It overcomes the problem associated with traditional
    clustering methods by allowing automatic discovery of browsing pattern based on
    a subset of attributes. A coherent bicluster of clickstream data is a local
    browsing pattern such that users in bicluster exhibit correlated browsing
    pattern through a subset of pages of a web site.

  13. Constructing Runge-Kutta Methods with the Use of Artificial Neural Networks.

    Authors: Angelos A. Anastassi
    Subjects: Neural and Evolutionary Computation
    Abstract

    A methodology that can generate the optimal coefficients of a numerical
    method with the use of an artificial neural network is presented in this work.
    The network can be designed to produce a finite difference algorithm that
    solves a specific system of ordinary differential equations numerically. The
    case we are examining here concerns an explicit two-stage Runge-Kutta method
    for the numerical solution of the two-body problem. Following the
    implementation of the network, the latter is trained to obtain the optimal
    values for the coefficients of the Runge-Kutta method.

  14. The Exact Schema Theorem.

    Authors: Alden H. Wright
    Subjects: Neural and Evolutionary Computation
    Abstract

    A schema is a naturally defined subset of the space of fixed-length binary
    strings. The Holland Schema Theorem gives a lower bound on the expected
    fraction of a population in a schema after one generation of a simple genetic
    algorithm. This paper gives formulas for the exact expected fraction of a
    population in a schema after one generation of the simple genetic algorithm.
    Holland's schema theorem has three parts, one for selection, one for crossover,
    and one for mutation. The selection part is exact, whereas the crossover and
    mutation parts are approximations.

  15. Ant Colony Optimization and Hypergraph Covering Problems.

    Authors: Ashish Ranjan Hota, Ankit Pat
    Subjects: Neural and Evolutionary Computation
    Abstract

    Ant Colony Optimization (ACO) is a very popular metaheuristic for solving
    computationally hard combinatorial optimization problems. Runtime analysis of
    ACO with respect to various pseudo-boolean functions and different graph based
    combinatorial optimization problems has been taken up in recent years. In this
    paper, we investigate the runtime behavior of an MMAS*(Max-Min Ant System) ACO
    algorithm on some well known hypergraph covering problems that are NP-Hard.

  16. Convergence Analysis of Differential Evolution Variants on Unconstrained Global Optimization Functions.

    Authors: G.Jeyakumar C.Shanmugavelayutham
    Subjects: Neural and Evolutionary Computation
    Abstract

    In this paper, we present an empirical study on convergence nature of
    Differential Evolution (DE) variants to solve unconstrained global optimization
    problems. The aim is to identify the competitive nature of DE variants in
    solving the problem at their hand and compare. We have chosen fourteen
    benchmark functions grouped by feature: unimodal and separable, unimodal and
    nonseparable, multimodal and separable, and multimodal and nonseparable.
    Fourteen variants of DE were implemented and tested on fourteen benchmark
    problems for dimensions of 30.

  17. Evolving a New Feature for a Working Program.

    Authors: Mike Stimpson
    Subjects: Neural and Evolutionary Computation
    Abstract

    A genetic programming system is created. A first fitness function f1 is used
    to evolve a program that implements a first feature. Then the fitness function
    is switched to a second function f2, which is used to evolve a program that
    implements a second feature while still maintaining the first feature. The
    median number of generations G1 and G2 needed to evolve programs that work as
    defined by f1 and f2 are measured. The behavior of G1 and G2 are observed as
    the difficulty of the problem is increased.

  18. Computational Complexity Results for Genetic Programming and the Sorting Problem.

    Authors: Markus Wagner, Frank Neumann
    Subjects: Neural and Evolutionary Computation
    Abstract

    Genetic Programming (GP) has found various applications. Understanding this
    type of algorithm from a theoretical point of view is a challenging task. The
    first results on the computational complexity of GP have been obtained for
    problems with isolated program semantics. With this paper, we push forward the
    computational complexity analysis of GP on a problem with dependent program
    semantics. We study the well-known sorting problem in this context and analyze
    rigorously how GP can deal with different measures of sortedness.

  19. Memory Storage in a Variable Threshold Neural Network.

    Authors: Praveen Kuruvada
    Subjects: Neural and Evolutionary Computation
    Abstract

    The article presents an algorithm for learning neuron thresholds to improve
    memory storage. This approach is further applied to the B-matrix approach of
    memory retrieval. It is shown that learning variable thresholds increases the
    capacity of the network in both cases.

  20. A hybrid model for bankruptcy prediction using genetic algorithm, fuzzy c-means and mars.

    Authors: A.Martin, V.Gayathri, G.Saranya, P.Gayathri, Prasanna Venkatesan
    Subjects: Neural and Evolutionary Computation
    Abstract

    Bankruptcy prediction is very important for all the organization since it
    affects the economy and rise many social problems with high costs. There are
    large number of techniques have been developed to predict the bankruptcy, which
    helps the decision makers such as investors and financial analysts. One of the
    bankruptcy prediction models is the hybrid model using Fuzzy C-means clustering
    and MARS, which uses static ratios taken from the bank financial statements for
    prediction, which has its own theoretical advantages.

  21. Toward Measuring the Scaling of Genetic Programming.

    Authors: Mike Stimpson
    Subjects: Neural and Evolutionary Computation
    Abstract

    Several genetic programming systems are created, each solving a different
    problem. In these systems, the median number of generations G needed to evolve
    a working program is measured. The behavior of G is observed as the difficulty
    of the problem is increased. In these systems, the density D of working
    programs in the universe of all possible programs is measured.

  22. DXNN Platform: The Shedding of Biological Inefficiencies.

    Authors: Gene I. Sher
    Subjects: Neural and Evolutionary Computation
    Abstract

    In this paper I present a novel type of Topology and Weight Evolving
    Artificial Neural Network (TWEANN) system called Monolithic Discover & eXplore
    Neural Network (DXNN), a monolithic variant of the standard DXNN which utilized
    explicit modularity.

  23. Analysis of attractor distances in Random Boolean Networks.

    Authors: Andrea Roli, Stefano Benedettini, Roberto Serra, Marco Villani
    Subjects: Neural and Evolutionary Computation
    Abstract

    We study the properties of the distance between attractors in Random Boolean
    Networks, a prominent model of genetic regulatory networks. We define three
    distance measures, upon which attractor distance matrices are constructed and
    their main statistic parameters are computed. The experimental analysis shows
    that ordered networks have a very clustered set of attractors, while chaotic
    networks' attractors are scattered; critical networks show, instead, a pattern
    with characteristics of both ordered and chaotic networks.

  24. Soil Classification Using GATree.

    Authors: P.Bhargavi, S. Jyothi
    Subjects: Neural and Evolutionary Computation
    Abstract

    This paper details the application of a genetic programming framework for
    classification of decision tree of Soil data to classify soil texture. The
    database contains measurements of soil profile data. We have applied GATree for
    generating classification decision tree. GATree is a decision tree builder that
    is based on Genetic Algorithms (GAs). The idea behind it is rather simple but
    powerful. Instead of using statistic metrics that are biased towards specific
    trees we use a more flexible, global metric of tree quality that try to
    optimize accuracy and size.

  25. A Genetic Algorithm for the Multi-Pickup and Delivery Problem with time windows.

    Authors: Imen Harbaoui Dridi, Ryan Kammarti, Mekki Ksouri, Pierre Borne
    Subjects: Neural and Evolutionary Computation
    Abstract

    In This paper we present a genetic algorithm for the multi-pickup and
    delivery problem with time windows (m-PDPTW). The m-PDPTW is an optimization
    vehicles routing problem which must meet requests for transport between
    suppliers and customers satisfying precedence, capacity and time constraints.
    This paper purposes a brief literature review of the PDPTW, present our
    approach based on genetic algorithms to minimizing the total travel distance
    and thereafter the total travel cost, by showing that an encoding represents
    the parameters of each individual.

  26. Web Page Categorization Using Artificial Neural Networks.

    Authors: S. M. Kamruzzaman
    Subjects: Neural and Evolutionary Computation
    Abstract

    Web page categorization is one of the challenging tasks in the world of ever
    increasing web technologies. There are many ways of categorization of web pages
    based on different approach and features. This paper proposes a new dimension
    in the way of categorization of web pages using artificial neural network (ANN)
    through extracting the features automatically. Here eight major categories of
    web pages have been selected for categorization; these are business & economy,
    education, government, entertainment, sports, news & media, job search, and
    science.

  27. REx: An Efficient Rule Generator.

    Authors: S. M. Kamruzzaman
    Subjects: Neural and Evolutionary Computation
    Abstract

    This paper describes an efficient algorithm REx for generating symbolic rules
    from artificial neural network (ANN). Classification rules are sought in many
    areas from automatic knowledge acquisition to data mining and ANN rule
    extraction. This is because classification rules possess some attractive
    features. They are explicit, understandable and verifiable by domain experts,
    and can be modified, extended and passed on as modular knowledge.

  28. Pattern Classification using Simplified Neural Networks.

    Authors: S. M. Kamruzzaman, Ahmed Ryadh Hasan
    Subjects: Neural and Evolutionary Computation
    Abstract

    In recent years, many neural network models have been proposed for pattern
    classification, function approximation and regression problems. This paper
    presents an approach for classifying patterns from simplified NNs. Although the
    predictive accuracy of ANNs is often higher than that of other methods or human
    experts, it is often said that ANNs are practically "black boxes", due to the
    complexity of the networks. In this paper, we have an attempted to open up
    these black boxes by reducing the complexity of the network. The factor makes
    this possible is the pruning algorithm.

  29. Rule Extraction using Artificial Neural Networks.

    Authors: S. M. Kamruzzaman, Ahmed Ryadh Hasan
    Subjects: Neural and Evolutionary Computation
    Abstract

    Artificial neural networks have been successfully applied to a variety of
    business application problems involving classification and regression. Although
    backpropagation neural networks generally predict better than decision trees do
    for pattern classification problems, they are often regarded as black boxes,
    i.e., their predictions are not as interpretable as those of decision trees.

  30. Extracting Symbolic Rules for Medical Diagnosis Problem.

    Authors: S. M. Kamruzzaman
    Subjects: Neural and Evolutionary Computation
    Abstract

    Neural networks (NNs) have been successfully applied to solve a variety of
    application problems involving classification and function approximation.
    Although backpropagation NNs generally predict better than decision trees do
    for pattern classification problems, they are often regarded as black boxes,
    i.e., their predictions cannot be explained as those of decision trees. In many
    applications, it is desirable to extract knowledge from trained NNs for the
    users to gain a better understanding of how the networks solve the problems.

  31. RGANN: An Efficient Algorithm to Extract Rules from ANNs.

    Authors: S. M. Kamruzzaman
    Subjects: Neural and Evolutionary Computation
    Abstract

    This paper describes an efficient rule generation algorithm, called rule
    generation from artificial neural networks (RGANN) to generate symbolic rules
    from ANNs. Classification rules are sought in many areas from automatic
    knowledge acquisition to data mining and ANN rule extraction. This is because
    classification rules possess some attractive features. They are explicit,
    understandable and verifiable by domain experts, and can be modified, extended
    and passed on as modular knowledge. A standard three-layer feedforward ANN is
    the basis of the algorithm.

  32. A hybrid learning algorithm for text classification.

    Authors: S. M. Kamruzzaman, Farhana Haider
    Subjects: Neural and Evolutionary Computation
    Abstract

    Text classification is the process of classifying documents into predefined
    categories based on their content. Existing supervised learning algorithms to
    automatically classify text need sufficient documents to learn accurately. This
    paper presents a new algorithm for text classification that requires fewer
    documents for training. Instead of using words, word relation i.e association
    rules from these words is used to derive feature set from preclassified text
    documents.

  33. Medical diagnosis using neural network.

    Authors: S. M. Kamruzzaman, Abu Bakar Siddiquee, Md. Ehsanul Hoque Mazumder, Ahmed Ryadh Hasan
    Subjects: Neural and Evolutionary Computation
    Abstract

    This research is to search for alternatives to the resolution of complex
    medical diagnosis where human knowledge should be apprehended in a general
    fashion. Successful application examples show that human diagnostic
    capabilities are significantly worse than the neural diagnostic system. This
    paper describes a modified feedforward neural network constructive algorithm
    (MFNNCA), a new algorithm for medical diagnosis. The new constructive algorithm
    with backpropagation; offer an approach for the incremental construction of
    near-minimal neural network architectures for pattern classification.

  34. Extraction of Symbolic Rules from Artificial Neural Networks.

    Authors: S. M. Kamruzzaman, Md. Monirul Islam
    Subjects: Neural and Evolutionary Computation
    Abstract

    Although backpropagation ANNs generally predict better than decision trees do
    for pattern classification problems, they are often regarded as black boxes,
    i.e., their predictions cannot be explained as those of decision trees. In many
    applications, it is desirable to extract knowledge from trained ANNs for the
    users to gain a better understanding of how the networks solve the problems. A
    new rule extraction algorithm, called rule extraction from artificial neural
    networks (REANN) is proposed and implemented to extract symbolic rules from
    ANNs.

  35. An Algorithm to Extract Rules from Artificial Neural Networks for Medical Diagnosis Problems.

    Authors: S. M. Kamruzzaman, Md. Monirul Islam
    Subjects: Neural and Evolutionary Computation
    Abstract

    Artificial neural networks (ANNs) have been successfully applied to solve a
    variety of classification and function approximation problems. Although ANNs
    can generally predict better than decision trees for pattern classification
    problems, ANNs are often regarded as black boxes since their predictions cannot
    be explained clearly like those of decision trees. This paper presents a new
    algorithm, called rule extraction from ANNs (REANN), to extract rules from
    trained ANNs for medical diagnosis problems.

  36. A Constructive Algorithm for Feedforward Neural Networks for Medical Diagnostic Reasoning.

    Authors: S. M. Kamruzzaman, Abu Bakar Siddiquee, Md. Ehsanul Hoque Mazumder
    Subjects: Neural and Evolutionary Computation
    Abstract

    This research is to search for alternatives to the resolution of complex
    medical diagnosis where human knowledge should be apprehended in a general
    fashion. Successful application examples show that human diagnostic
    capabilities are significantly worse than the neural diagnostic system. Our
    research describes a constructive neural network algorithm with
    backpropagation; offer an approach for the incremental construction of
    nearminimal neural network architectures for pattern classification.

  37. Unary Coding for Neural Network Learning.

    Authors: Subhash Kak
    Subjects: Neural and Evolutionary Computation
    Abstract

    This paper presents some properties of unary coding of significance for
    biological learning and instantaneously trained neural networks.

  38. Performance Analysis of Estimation of Distribution Algorithm and Genetic Algorithm in Zone Routing Protocol.

    Authors: Md. Iqbal Hossain Suvo, Mst. Farhana Rahman, S. M. Masud Karim, Kazi Shah Nawaz Ripon
    Subjects: Neural and Evolutionary Computation
    Abstract

    In this paper, Estimation of Distribution Algorithm (EDA) is used for Zone
    Routing Protocol (ZRP) in Mobile Ad-hoc Network (MANET) instead of Genetic
    Algorithm (GA). It is an evolutionary approach, and used when the network size
    grows and the search space increases. When the destination is outside the zone,
    EDA is applied to find the route with minimum cost and time. The implementation
    of proposed method is compared with Genetic ZRP, i.e., GZRP and the result
    demonstrates better performance for the proposed method.

  39. Nonlinear Quality of Life Index.

    Authors: A. Zinovyev, A.N. Gorban
    Subjects: Neural and Evolutionary Computation
    Abstract

    This paper includes supplementary material for the paper [A.N. Gorban, A.
    Zinovyev, Principal manifolds and graphs in practice: from molecular biology to
    dynamical systems, International Journal of Neural Systems 20 (3) (2010),
    219-232. E-print: arXiv:1001.1122 [cs.NE]]. We present details of the analysis
    of the nonlinear quality of life index for 162 countries. This index is based
    on four indicators: GDP per capita, Life expectancy at birth, Infant mortality
    rate, and Tuberculosis incidence.

  40. Discover & eXplore Neural Network (DXNN) Platform, a Modular TWEANN.

    Authors: Gene I. Sher
    Subjects: Neural and Evolutionary Computation
    Abstract

    In this paper I present a novel type of Topology and Weight Evolving
    Artificial Neural Network (TWEANN) system called Discover & eXplore Neural
    Network (DXNN) Platform.

  41. Evolutionary Approach to Test Generation for Functional BIST.

    Authors: Y.A.Skobtsov, D.E.Ivanov, V.Y.Skobtsov, R.Ubar, J.Raik
    Subjects: Neural and Evolutionary Computation
    Abstract

    In the paper, an evolutionary approach to test generation for functional BIST
    is considered. The aim of the proposed scheme is to minimize the test data
    volume by allowing the device's microprogram to test its logic, providing an
    observation structure to the system, and generating appropriate test data for
    the given architecture. Two methods of deriving a deterministic test set at
    functional level are suggested.

  42. Building Blocks Propagation in Quantum-Inspired Genetic Algorithm.

    Authors: Robert Nowotniak, Jacek Kucharski
    Subjects: Neural and Evolutionary Computation
    Abstract

    This paper presents an analysis of building blocks propagation in
    Quantum-Inspired Genetic Algorithm, which belongs to a new class of
    metaheuristics drawing their inspiration from both biological evolution and
    unitary evolution of quantum systems. The expected number of quantum
    chromosomes matching a schema has been analyzed and a random variable
    corresponding to this issue has been introduced. The results have been compared
    with Simple Genetic Algorithm. Also, it has been presented how selected binary
    quantum chromosomes cover a domain of one-dimensional fitness function.

  43. Active Sites model for the B-Matrix Approach.

    Authors: Krishna Chaithanya Lingashetty
    Subjects: Neural and Evolutionary Computation
    Abstract

    This paper continues on the work of the B-Matrix approach in hebbian learning
    proposed by Dr. Kak. It reports the results on methods of improving the memory
    retrieval capacity of the hebbian neural network which implements the B-Matrix
    approach. Previously, the approach to retrieving the memories from the network
    was to clamp all the individual neurons separately and verify the integrity of
    these memories.

  44. SPOT: An R Package For Automatic and Interactive Tuning of Optimization Algorithms by Sequential Parameter Optimization.

    Authors: Thomas Bartz-Beielstein
    Subjects: Neural and Evolutionary Computation
    Abstract

    The sequential parameter optimization (SPOT) package for R is a toolbox for
    tuning and understanding simulation and optimization algorithms. Model-based
    investigations are common approaches in simulation and optimization. Sequential
    parameter optimization has been developed, because there is a strong need for
    sound statistical analysis of simulation and optimization algorithms.

  45. Computing by Means of Physics-Based Optical Neural Networks.

    Authors: A. Steven Younger, Emmett Redd
    Subjects: Neural and Evolutionary Computation
    Abstract

    We report recent research on computing with biology-based neural network
    models by means of physics-based opto-electronic hardware. New technology
    provides opportunities for very-high-speed computation and uncovers problems
    obstructing the wide-spread use of this new capability. The Computation
    Modeling community may be able to offer solutions to these cross-boundary
    research problems.

  46. Emergence of Complex-Like Cells in a Temporal Product Network with Local Receptive Fields.

    Authors: Karo Gregor, Yann LeCun
    Subjects: Neural and Evolutionary Computation
    Abstract

    We introduce a new neural architecture and an unsupervised algorithm for
    learning invariant representations from temporal sequence of images. The system
    uses two groups of complex cells whose outputs are combined multiplicatively:
    one that represents the content of the image, constrained to be constant over
    several consecutive frames, and one that represents the precise location of
    features, which is allowed to vary over time but constrained to be sparse. The
    architecture uses an encoder to extract features, and a decoder to reconstruct
    the input from the features.

  47. Improving GPS/INS Integration through Neural Networks.

    Authors: M.Nguyen-H, C. Zhou
    Subjects: Neural and Evolutionary Computation
    Abstract

    The Global Positioning Systems (GPS) and Inertial Navigation System (INS)
    technology have attracted a considerable importance recently because of its
    large number of solutions serving both military as well as civilian
    applications. This paper aims to develop a more efficient and especially a
    faster method for processing the GPS signal in case of INS signal loss without
    losing the accuracy of the data. The conventional or usual method consists of
    processing data through a neural network and obtaining accurate positioning
    output data.

  48. Genetic algorithms and the art of Zen.

    Authors: Martyn Amos, Jack Coldridge
    Subjects: Neural and Evolutionary Computation
    Abstract

    In this paper we present a novel genetic algorithm (GA) solution to a simple
    yet challenging commercial puzzle game known as the Zen Puzzle Garden (ZPG). We
    describe the game in detail, before presenting a suitable encoding scheme and
    fitness function for candidate solutions. We then compare the performance of
    the genetic algorithm with that of the A* algorithm.

  49. Artificial Neural Network based Diagnostic Model For Causes of Success and Failures.

    Authors: Himanshu Aggarwal, Bikrampal Kaur
    Subjects: Neural and Evolutionary Computation
    Abstract

    In this paper an attempt has been made to identify most important human
    resource factors and propose a diagnostic model based on the back-propagation
    and connectionist model approaches of artificial neural network (ANN). The
    focus of the study is on the mobile -communication industry of India. The ANN
    based approach is particularly important because conventional approaches (such
    as algorithmic) to the problem solving have their inherent disadvantages. The
    algorithmic approach is well-suited to the problems that are well-understood
    and known solution(s).

  50. ECG Feature Extraction Techniques - A Survey Approach.

    Authors: S. Karpagachelvi, M.Arthanari, M. Sivakumar
    Subjects: Neural and Evolutionary Computation
    Abstract

    ECG Feature Extraction plays a significant role in diagnosing most of the
    cardiac diseases. One cardiac cycle in an ECG signal consists of the P-QRS-T
    waves. This feature extraction scheme determines the amplitudes and intervals
    in the ECG signal for subsequent analysis. The amplitudes and intervals value
    of P-QRS-T segment determines the functioning of heart of every human.
    Recently, numerous research and techniques have been developed for analyzing
    the ECG signal.

  51. On Application of the Local Search and the Genetic Algorithms Techniques to Some Combinatorial Optimization Problems.

    Authors: Anton Bondarenko
    Subjects: Neural and Evolutionary Computation
    Abstract

    In this paper the approach to solving several combinatorial optimization
    problems using the local search and the genetic algorithm techniques is
    proposed. Initially this approach was developed in purpose to overcome some
    difficulties inhibiting the application of above mentioned techniques to the
    problems of the Questionnaire Theory. But when the algorithms were developed it
    became clear that them could be successfully applied also to the Minimum Set
    Cover, the 0-1-Knapsack and probably to other combinatorial optimization
    problems.

  52. Mobility Prediction in Wireless Ad Hoc Networks using Neural Networks.

    Authors: Heni Kaaniche, Farouk Kamoun
    Subjects: Neural and Evolutionary Computation
    Abstract

    Mobility prediction allows estimating the stability of paths in a mobile
    wireless Ad Hoc networks. Identifying stable paths helps to improve routing by
    reducing the overhead and the number of connection interruptions. In this
    paper, we introduce a neural network based method for mobility prediction in Ad
    Hoc networks. This method consists of a multi-layer and recurrent neural
    network using back propagation through time algorithm for training.

  53. A Gibbs distribution that learns from GA dynamics.

    Authors: Manabu Kitagata, Jun-ichi Inoue
    Subjects: Neural and Evolutionary Computation
    Abstract

    A general procedure of average-case performance evaluation for population
    dynamics such as genetic algorithms (GAs) is proposed and its validity is
    numerically examined. We introduce a learning algorithm of Gibbs distributions
    from training sets which are gene configurations (strings) generated by GA in
    order to figure out the statistical properties of GA from the view point of
    thermodynamics. The learning algorithm is constructed by means of minimization
    of the Kullback-Leibler information between a parametric Gibbs distribution and
    the empirical distribution of gene configurations.

  54. Computing Networks: A General Framework to Contrast Neural and Swarm Cognitions.

    Authors: Carlos Gershenson
    Subjects: Neural and Evolutionary Computation
    Abstract

    Swarm cognition aims at bringing together the studies of the
    self-organization of swarms and the cognitive processes of the brain. In this
    paper, the Computing Networks (CNs) framework is presented. CNs are used to
    generalize neural and swarm architectures. Artificial neural networks, ant
    colony optimization, particle swarm optimization, and realistic biological
    models are used as examples of instantiations of CNs. The description of these
    architectures as CNs allows their comparison.

  55. XOR at a Single Vertex -- Artificial Dendrites.

    Authors: John Robert Burger
    Subjects: Neural and Evolutionary Computation
    Abstract

    The exclusive OR is generally computed using distributed processing in a
    neural network. However, the XOR may be deterministically computed for
    simultaneously arriving pulses at a single point where active dendrites merge.
    In this special case, circuitry for artificial dendrites permits a simulation
    of dynamic dendritic processing.

  56. Group Leaders Optimization Algorithm.

    Authors: Anmer Daskin, Sabre Kais
    Subjects: Neural and Evolutionary Computation
    Abstract

    Complexity of global optimization algorithms makes implementation of the
    algorithms difficult and leads the algorithms to require more computer
    resources for the optimization process. The ability to explore the whole
    solution space without increasing the complexity of algorithms has a great
    importance to not only get reliable results but so also make the implementation
    of these algorithms more convenient for higher dimensional and complex-real
    world problems in science and engineering.

  57. An optimized recursive learning algorithm for three-layer feedforward neural networks for mimo nonlinear system identifications.

    Authors: Daohang Sha, Vladimir B. Bajic
    Subjects: Neural and Evolutionary Computation
    Abstract

    Back-propagation with gradient method is the most popular learning algorithm
    for feed-forward neural networks. However, it is critical to determine a proper
    fixed learning rate for the algorithm. In this paper, an optimized recursive
    algorithm is presented for online learning based on matrix operation and
    optimization methods analytically, which can avoid the trouble to select a
    proper learning rate for the gradient method. The proof of weak convergence of
    the proposed algorithm also is given.

  58. Superior Exploration-Exploitation Balance with Quantum-Inspired Hadamard Walks.

    Authors: Sisir Koppaka, Ashish Ranjan Hota
    Subjects: Neural and Evolutionary Computation
    Abstract

    This paper extends the analogies employed in the development of
    quantum-inspired evolutionary algorithms by proposing quantum-inspired Hadamard
    walks, called QHW. A novel quantum-inspired evolutionary algorithm, called
    HQEA, for solving combinatorial optimization problems, is also proposed. The
    novelty of HQEA lies in it's incorporation of QHW Remote Search and QHW Local
    Search - the quantum equivalents of classical mutation and local search, that
    this paper defines. The intuitive reasoning behind this approach, and the
    exploration-exploitation balance thus occurring is explained.

  59. Fuzzy-based Navigation and Control of a Non-Holonomic Mobile Robot.

    Authors: I. Elamvazuthi, Razif Rashid, Mumtaj Begam, M. Arrofiq
    Subjects: Neural and Evolutionary Computation
    Abstract

    In recent years, the use of non-analytical methods of computing such as fuzzy
    logic, evolutionary computation, and neural networks has demonstrated the
    utility and potential of these paradigms for intelligent control of mobile
    robot navigation. In this paper, a theoretical model of a fuzzy based
    controller for an autonomous mobile robot is developed. The paper begins with
    the mathematical model of the robot that involves the kinematic model. Then,
    the fuzzy logic controller is developed and discussed in detail.

  60. Integrating Real-Time Analysis With The Dendritic Cell Algorithm Through Segmentation.

    Authors: Uwe Aickelin, Feng Gu, Julie Greensmith
    Subjects: Neural and Evolutionary Computation
    Abstract

    As an immune inspired algorithm, the Dendritic Cell Algorithm (DCA) has been
    applied to a range of problems, particularly in the area of intrusion
    detection. Ideally, the intrusion detection should be performed in real-time,
    to continuously detect misuses as soon as they occur. Consequently, the
    analysis process performed by an intrusion detection system must operate in
    real-time or near-to real-time. The analysis process of the DCA is currently
    performed offline, therefore to improve the algorithm's performance we suggest
    the development of a real-time analysis component.

  61. The Comparison of Methods Artificial Neural Network with Linear Regression Using Specific Variables for Prediction Stock Price in Tehran Stock Exchange.

    Authors: Reza Gharoie Ahangar, Mahmood Yahyazadehfar, Hassan Pournaghshband
    Subjects: Neural and Evolutionary Computation
    Abstract

    In this paper, researchers estimated the stock price of activated companies
    in Tehran (Iran) stock exchange. It is used Linear Regression and Artificial
    Neural Network methods and compared these two methods. In Artificial Neural
    Network, of General Regression Neural Network method (GRNN) for architecture is
    used. In this paper, first, researchers considered 10 macro economic variables
    and 30 financial variables and then they obtained seven final variables
    including 3 macro economic variables and 4 financial variables to estimate the
    stock price using Independent components Analysis (ICA).

  62. Particle Swarm Optimization Based Diophantine Equation Solver.

    Authors: Sugata Sanyal, Siby Abraham, Mukund Sanglikar
    Subjects: Neural and Evolutionary Computation
    Abstract

    The paper introduces particle swarm optimization as a viable strategy to find
    numerical solution of Diophantine equation, for which there exists no general
    method of finding solutions. The proposed methodology uses a population of
    integer particles. The candidate solutions in the feasible space are optimized
    to have better positions through particle best and global best positions. The
    methodology, which follows fully connected neighborhood topology, can offer
    many solutions of such equations.

  63. Deep Big Simple Neural Nets Excel on Handwritten Digit Recognition.

    Authors: Dan Claudiu Ciresan, Ueli Meier, Luca Maria Gambardella, Juergen Schmidhuber
    Subjects: Neural and Evolutionary Computation
    Abstract

    Good old on-line back-propagation for plain multi-layer perceptrons yields a
    very low 0.35% error rate on the famous MNIST handwritten digits benchmark. All
    we need to achieve this best result so far are many hidden layers, many neurons
    per layer, numerous deformed training images, and graphics cards to greatly
    speed up learning.

  64. On Analysis and Evaluation of Multi-Sensory Cognitive Learning of a Mathematical Topic Using Artificial Neural Networks.

    Authors: F.A. Al-Zahrani, H.M. Mustafa, A. Al-Hamadi
    Subjects: Neural and Evolutionary Computation
    Abstract

    This piece of research belongs to the field of educational assessment issue
    based upon the cognitive multimedia theory. Considering that theory; visual and
    auditory material should be presented simultaneously to reinforce the retention
    of a mathematical learned topic, a carefully computer-assisted learning (CAL)
    module is designed for development of a multimedia tutorial for our suggested
    mathematical topic. The designed CAL module is a multimedia tutorial computer
    package with visual and/or auditory material.

  65. Neural daylight control system.

    Authors: Horatiu Stefan Grif
    Subjects: Neural and Evolutionary Computation
    Abstract

    The paper describes the design, the implementation of a neural controller
    used in an automatic daylight control system. The automatic lighting control
    system (ALCS) attempt to maintain constant the illuminance at the desired level
    on working plane even if the daylight contribution is variable. Therefore, the
    daylight will represent the perturbation signal for the ALCS. The mathematical
    model of process is unknown. The applied structure of control need the inverse
    model of process.

  66. Nature inspired artificial intelligence based adaptive traffic flow distribution in computer network.

    Authors: Manoj Kumar Singh
    Subjects: Neural and Evolutionary Computation
    Abstract

    Because of the stochastic nature of traffic requirement matrix, it is very
    difficult to get the optimal traffic distribution to minimize the delay even
    with adaptive routing protocol in a fixed connection network where capacity
    already defined for each link. Hence there is a requirement to define such a
    method, which could generate the optimal solution very quickly and efficiently.
    This paper presenting a new concept to provide the adaptive optimal traffic
    distribution for dynamic condition of traffic matrix using nature based
    intelligence methods.

  67. Implementing Genetic Algorithms on Arduino Micro-Controllers.

    Authors: Nuno Alves
    Subjects: Neural and Evolutionary Computation
    Abstract

    Since their conception in 1975, Genetic Algorithms have been an extremely
    popular approach to find exact or approximate solutions to optimization and
    search problems. Over the last years there has been an enhanced interest in the
    field with related techniques, such as grammatical evolution, being developed.
    Unfortunately, work on developing genetic optimizations for low-end embedded
    architectures hasn't embraced the same enthusiasm.

  68. Multi Product Inventory Optimization using Uniform Crossover Genetic Algorithm.

    Authors: S. Narmadha, Dr. V. Selladurai, G. Sathish
    Subjects: Neural and Evolutionary Computation
    Abstract

    Inventory management is considered to be an important field in Supply Chain
    Management because the cost of inventories in a supply chain accounts for about
    30 percent of the value of the product. The service provided to the customer
    eventually gets enhanced once the efficient and effective management of
    inventory is carried out all through the supply chain. The precise estimation
    of optimal inventory is essential since shortage of inventory yields to lost
    sales, while excess of inventory may result in pointless storage costs.

  69. Efficient Inventory Optimization of Multi Product, Multiple Suppliers with Lead Time using PSO.

    Authors: S. Narmadha, Dr. V. Selladurai, G. Sathish
    Subjects: Neural and Evolutionary Computation
    Abstract

    With information revolution, increased globalization and competition, supply
    chain has become longer and more complicated than ever before. These
    developments bring supply chain management to the forefront of the managements
    attention. Inventories are very important in a supply chain. The total
    investment in inventories is enormous, and the management of inventory is
    crucial to avoid shortages or delivery delays for the customers and serious
    drain on a companys financial resources.

  70. Integral Biomathics: A Post-Newtonian View into the Logos of Bios (On the New Meaning, Relations and Principles of Life in Science).

    Authors: Plamen L. Simeonov
    Subjects: Neural and Evolutionary Computation
    Abstract

    This work is an attempt for a state-of-the-art survey of natural and life
    sciences with the goal to define the scope and address the central questions of
    an original research program. It is focused on the phenomena of emergence,
    adaptive dynamics and evolution of self-assembling, self-organizing,
    self-maintaining and self-replicating biosynthetic systems viewed from a
    newly-arranged perspective and understanding of computation and communication
    in the living nature.

  71. Existence and Global Logarithmic Stability of Impulsive Neural Networks with Time Delay.

    Authors: A. K. Ojha, C. Mallick, Dushmanta Mallick
    Subjects: Neural and Evolutionary Computation
    Abstract

    The stability and convergence of the neural networks are the fundamental
    characteristics in the Hopfield type networks. Since time delay is ubiquitous
    in most physical and biological systems, more attention is being made for the
    delayed neural networks. The inclusion of time delay into a neural model is
    natural due to the finite transmission time of the interactions. The stability
    analysis of the neural networks depends on the Lyapunov function and hence it
    must be constructed for the given system.

  72. Phase-Only Planar Antenna Array Synthesis with Fuzzy Genetic Algorithms.

    Authors: Boufeldja Kadri, Miloud Boussahla, Fethi Tarik Bendimerad
    Subjects: Neural and Evolutionary Computation
    Abstract

    This paper describes a new method for the synthesis of planar antenna arrays
    using fuzzy genetic algorithms (FGAs) by optimizing phase excitation
    coefficients to best meet a desired radiation pattern. We present the
    application of a rigorous optimization technique based on fuzzy genetic
    algorithms (FGAs), the optimizing algorithm is obtained by adjusting control
    parameters of a standard version of genetic algorithm (SGAs) using a fuzzy
    controller (FLC) depending on the best individual fitness and the population
    diversity measurements (PDM).

  73. Implementation of an Innovative Bio Inspired GA and PSO Algorithm for Controller design considering Steam GT Dynamics.

    Authors: R. Shivakumar, R. Lakshmipathi
    Subjects: Neural and Evolutionary Computation
    Abstract

    The Application of Bio Inspired Algorithms to complicated Power System
    Stability Problems has recently attracted the researchers in the field of
    Artificial Intelligence. Low frequency oscillations after a disturbance in a
    Power system, if not sufficiently damped, can drive the system unstable. This
    paper provides a systematic procedure to damp the low frequency oscillations
    based on Bio Inspired Genetic (GA) and Particle Swarm Optimization (PSO)
    algorithms.

  74. Using CODEQ to Train Feed-forward Neural Networks.

    Authors: Mahamed G. H. Omran, Faisal al-Adwani
    Subjects: Neural and Evolutionary Computation
    Abstract

    CODEQ is a new, population-based meta-heuristic algorithm that is a hybrid of
    concepts from chaotic search, opposition-based learning, differential evolution
    and quantum mechanics. CODEQ has successfully been used to solve different
    types of problems (e.g. constrained, integer-programming, engineering) with
    excellent results. In this paper, CODEQ is used to train feed-forward neural
    networks. The proposed method is compared with particle swarm optimization and
    differential evolution algorithms on three data sets with encouraging results.

  75. A note on evolutionary stochastic portfolio optimization and probabilistic constraints.

    Authors: Ronald Hochreiter
    Subjects: Neural and Evolutionary Computation
    Abstract

    In this note, we extend an evolutionary stochastic portfolio optimization
    framework to include probabilistic constraints. Both the stochastic
    programming-based modeling environment as well as the evolutionary optimization
    environment are ideally suited for an integration of various types of
    probabilistic constraints. We show an approach on how to integrate these
    constraints. Numerical results using recent financial data substantiate the
    applicability of the presented approach.

  76. Performance Comparisons of PSO based Clustering.

    Authors: Suresh Chandra Satapathy, Gunanidhi Pradhan, Sabyasachi Pattnaik, J.V.R. Murthy, P.V.G.D. Prasad Reddy
    Subjects: Neural and Evolutionary Computation
    Abstract

    In this paper we have investigated the performance of PSO Particle Swarm
    Optimization based clustering on few real world data sets and one artificial
    data set. The performances are measured by two metric namely quantization error
    and inter-cluster distance. The K means clustering algorithm is first
    implemented for all data sets, the results of which form the basis of
    comparison of PSO based approaches. We have explored different variants of PSO
    such as gbest, lbest ring, lbest vonneumann and Hybrid PSO for comparison
    purposes.

  77. Ant Colony Algorithm for the Weighted Item Layout Optimization Problem.

    Authors: Yong Liu, Martyn Amos, Yi-Chun Xu, Fang-Min Dong, Ren-Bin Xiao
    Subjects: Neural and Evolutionary Computation
    Abstract

    This paper discusses the problem of placing weighted items in a circular
    container in two-dimensional space. This problem is of great practical
    significance in various mechanical engineering domains, such as the design of
    communication satellites. Two constructive heuristics are proposed, one for
    packing circular items and the other for packing rectangular items. These work
    by first optimizing object placement order, and then optimizing object
    positioning.

  78. Probabilistic Approach to Neural Networks Computation Based on Quantum Probability Model Probabilistic Principal Subspace Analysis Example.

    Authors: Marko V. Jankovic
    Subjects: Neural and Evolutionary Computation
    Abstract

    In this paper, we introduce elements of probabilistic model that is suitable
    for modeling of learning algorithms in biologically plausible artificial neural
    networks framework. Model is based on two of the main concepts in quantum
    physics - a density matrix and the Born rule. As an example, we will show that
    proposed probabilistic interpretation is suitable for modeling of on-line
    learning algorithms for PSA, which are preferably realized by a parallel
    hardware based on very simple computational units.

  79. Comparison of Genetic Algorithm and Simulated Annealing Technique for Optimal Path Selection In Network Routing.

    Authors: Kavitha Sooda, T.R. Gopalakrishnan Nair
    Subjects: Neural and Evolutionary Computation
    Abstract

    This paper addresses the path selection problem from a known sender to the
    receiver. The proposed work shows path selection using genetic algorithm(GA)and
    simulated annealing (SA) approaches. In genetic algorithm approach, the multi
    point crossover and mutation helps in determining the optimal path and also
    alternate path if required. The input to both the algorithms is a learnt module
    which is a part of the cognitive router that takes care of four QoS
    parameters.The aim of the approach is to maximize the bandwidth along the
    forward channels and minimize the route length.

  80. Application of Artificial Neural Networks in Aircraft Maintenance, Repair and Overhaul Solutions.

    Authors: T.R. Gopalakrishnan Nair, Soumitra Paul, Kunal Kapoor, Devashish Jasani, Rachit Dudhwewala, Vijay Bore Gowda
    Subjects: Neural and Evolutionary Computation
    Abstract

    This paper reviews application of Artificial Neural Networks in Aircraft
    Maintenance, Repair and Overhaul (MRO). MRO solutions are designed to
    facilitate the authoring and delivery of maintenance and repair information to
    the line maintenance technicians who need to improve aircraft repair turn
    around time, optimize the efficiency and consistency of fleet maintenance and
    ensure regulatory compliance. The technical complexity of aircraft systems,
    especially in avionics, has increased to the point at which it poses a
    significant troubleshotting and repair challenge for MRO personnel.

  81. Particle Swarm Optimization Based Reactive Power Optimization.

    Authors: P.R.Sujin, T.Ruban Deva Prakash, M.Mary Linda
    Subjects: Neural and Evolutionary Computation
    Abstract

    Reactive power plays an important role in supporting the real power transfer
    by maintaining voltage stability and system reliability. It is a critical
    element for a transmission operator to ensure the reliability of an electric
    system while minimizing the cost associated with it. The traditional objectives
    of reactive power dispatch are focused on the technical side of reactive
    support such as minimization of transmission losses.

  82. Salience-Affected Neural Networks.

    Authors: Leendert A. Remmelzwaal, Jonathan Tapson, George F. R. Ellis
    Subjects: Neural and Evolutionary Computation
    Abstract

    We present a simple neural network model which combines a locally-connected
    feedforward structure, as is traditionally used to model inter-neuron
    connectivity, with a layer of undifferentiated connections which model the
    diffuse projections from the human limbic system to the cortex. This new layer
    makes it possible to model global effects such as salience, at the same time as
    the local network processes task-specific or local information.

  83. Predictability of PV power grid performance on insular sites without weather stations: use of artificial neural networks.

    Authors: Cyril Voyant, Marc Muselli, Christophe Paoli, Marie Laure Nivet, Philippe Poggi, P. Haurant
    Subjects: Neural and Evolutionary Computation
    Abstract

    The official meteorological network is poor on the island of Corsica: only
    three sites being about 50 km apart are equipped with pyranometers which enable
    measurements by hourly and daily step. These sites are Ajaccio (41\degree 55'N
    and 8\degree 48'E, seaside), Bastia (42\degree 33'N, 9\degree 29'E, seaside)
    and Corte (42\degree 30'N, 9\degree 15'E average altitude of 486 meters). This
    lack of weather station makes difficult the predictability of PV power grid
    performance.

  84. Principal manifolds and graphs in practice: from molecular biology to dynamical systems.

    Authors: A. N. Gorban, A. Zinovyev
    Subjects: Neural and Evolutionary Computation
    Abstract

    We present several applications of non-linear data modeling, using principal
    manifolds and principal graphs constructed using the metaphor of elasticity
    (elastic principal graph approach). These approaches are generalizations of the
    Kohonen's self-organizing maps, a class of artificial neural networks. On
    several examples we show advantages of using non-linear objects for data
    approximation in comparison to the linear ones. We propose four numerical
    criteria for comparing linear and non-linear mappings of datasets into the
    spaces of lower dimension.

  85. Pseudorandomness in Central Force Optimization.

    Authors: Richard A. Formato
    Subjects: Neural and Evolutionary Computation
    Abstract

    Central Force Optimization is a deterministic metaheuristic for an
    evolutionary algorithm that searches a decision space by flying probes whose
    trajectories are computed using a gravitational metaphor. CFO benefits
    substantially from the inclusion of a pseudorandom component (a numerical
    sequence that is precisely known by specification or calculation but otherwise
    arbitrary). The essential requirement is that the sequence is uncorrelated with
    the decision space topology, so that its effect is to pseudorandomly distribute
    probes throughout the landscape.

  86. Optimal Design of Fuzzy Based Power System Stabilizer Self Tuned by Robust Search Algorithm.

    Authors: M. Mary Linda, N. Kesavan Nair
    Subjects: Neural and Evolutionary Computation
    Abstract

    In the interconnected power system network, instability problems are caused
    mainly by the low frequency oscillations of 0.2 to 2.5 Hz .The supplementary
    control signal in addition with AVR and high gain excitation systems are
    provided by means of Power System Stabilizer (PSS). Conventional power system
    stabilizers provide effective damping only on a particular operating point. But
    fuzzy based PSS provides good damping for a wide range of operating points.

  87. Intrusion Detection In Mobile Ad Hoc Networks Using GA Based Feature Selection.

    Authors: R.Nallusamy, K.Jayarajan, K.Duraiswamy
    Subjects: Neural and Evolutionary Computation
    Abstract

    Mobile ad hoc networking (MANET) has become an exciting and important
    technology in recent years because of the rapid proliferation of wireless
    devices. MANETs are highly vulnerable to attacks due to the open medium,
    dynamically changing network topology and lack of centralized monitoring point.
    It is important to search new architecture and mechanisms to protect the
    wireless networks and mobile computing application. IDS analyze the network
    activities by means of audit data and use patterns of well-known attacks or
    normal profile to detect potential attacks.

  88. Survival of the flexible: explaining the dominance of meta-heuristics within a rapidly evolving world.

    Authors: James M Whitacre
    Subjects: Neural and Evolutionary Computation
    Abstract

    Although researchers often discuss the rising popularity of nature-inspired
    meta-heuristics (NIM), there has been a paucity of data to directly support the
    notion that NIM are growing in prominence compared to other optimization
    techniques.

  89. Adapting Heuristic Mastermind Strategies to Evolutionary Algorithms.

    Authors: Tomas Philip Runarsson, Juan J. Merelo-Guervos
    Subjects: Neural and Evolutionary Computation
    Abstract

    The art of solving the Mastermind puzzle was initiated by Donald Knuth and is
    already more than 30 years old; despite that, it still receives much attention
    in operational research and computer games journals, not to mention the
    nature-inspired stochastic algorithm literature.

  90. NeuralNetwork Based 3D Surface Reconstruction.

    Authors: Shalini Bhatia, Vincy Joseph
    Subjects: Neural and Evolutionary Computation
    Abstract

    This paper proposes a novel neural-network-based adaptive hybrid-reflectance
    three-dimensional (3-D) surface reconstruction model. The neural network
    combines the diffuse and specular components into a hybrid model. The proposed
    model considers the characteristics of each point and the variant albedo to
    prevent the reconstructed surface from being distorted.

  91. Evolutionary multi-stage financial scenario tree generation.

    Authors: Ronald Hochreiter
    Subjects: Neural and Evolutionary Computation
    Abstract

    Multi-stage financial decision optimization under uncertainty depends on a
    careful numerical approximation of the underlying stochastic process, which
    describes the future returns of the selected assets or asset categories.
    Various approaches towards an optimal generation of discrete-time,
    discrete-state approximations (represented as scenario trees) have been
    suggested in the literature. In this paper, a new evolutionary algorithm to
    create scenario trees for multi-stage financial optimization models will be
    presented. Numerical results and implementation details conclude the paper.

  92. Short Term Load Forecasting Using Multi Parameter Regression.

    Authors: Mrs. J. P. Rothe, Dr. A. K. Wadhwani, Dr. Mrs. S. Wadhwani
    Subjects: Neural and Evolutionary Computation
    Abstract

    Short Term Load forecasting in this paper uses input data dependent on
    parameters such as load for current hour and previous two hours, temperature
    for current hour and previous two hours, wind for current hour and previous two
    hours, cloud for current hour and previous two hours. Forecasting will be of
    load demand for coming hour based on input parameters at that hour. In this
    paper we are using multiparameter regression method for forecasting which has
    error within tolerable range.

  93. Behavior and performance of the deep belief networks on image classification.

    Authors: Karol Gregor, Gregory Griffin
    Subjects: Neural and Evolutionary Computation
    Abstract

    We apply deep belief networks of restricted Boltzmann machines to bags of
    words of sift features obtained from databases of 13 Scenes, 15 Scenes and
    Caltech 256 and study experimentally their behavior and performance. We find
    that the final performance in the supervised phase is reached much faster if
    the system is pre-trained.

  94. Evolutionary estimation of a Coupled Markov Chain credit risk model.

    Authors: Ronald Hochreiter, David Wozabal
    Subjects: Neural and Evolutionary Computation
    Abstract

    There exists a range of different models for estimating and simulating credit
    risk transitions to optimally manage credit risk portfolios and products. In
    this chapter we present a Coupled Markov Chain approach to model rating
    transitions and thereby default probabilities of companies. As the likelihood
    of the model turns out to be a non-convex function of the parameters to be
    estimated, we apply heuristics to find the ML estimators.

  95. Artificial Neural Network-based error compensation procedure for low-cost encoders.

    Authors: V.K.Dhar, A.K.Tickoo, S.K.Kaul, R.Koul, B.P.Dubey
    Subjects: Neural and Evolutionary Computation
    Abstract

    An Artificial Neural Network-based error compensation method is proposed for
    improving the accuracy of resolver-based 16-bit encoders by compensating for
    their respective systematic error profiles. The error compensation procedure,
    for a particular encoder, involves obtaining its error profile by calibrating
    it on a precision rotary table, training the neural network by using a part of
    this data and then determining the corrected encoder angle by subtracting the
    ANN-predicted error from the measured value of the encoder angle.

  96. Understanding the Principles of Recursive Neural networks: A Generative Approach to Tackle Model Complexity.

    Authors: Alejandro Chinea
    Subjects: Neural and Evolutionary Computation
    Abstract

    Recursive Neural Networks are non-linear adaptive models that are able to
    learn deep structured information. However, these models have not yet been
    broadly accepted. This fact is mainly due to its inherent complexity. In
    particular, not only for being extremely complex information processing models,
    but also because of a computational expensive learning phase.

  97. Neural Networks for Dynamic Shortest Path Routing Problems - A Survey.

    Authors: R. Nallusamy, K. Duraiswamy
    Subjects: Neural and Evolutionary Computation
    Abstract

    This paper reviews the overview of the dynamic shortest path routing problem
    and the various neural networks to solve it. Different shortest path
    optimization problems can be solved by using various neural networks
    algorithms. The routing in packet switched multi-hop networks can be described
    as a classical combinatorial optimization problem i.e. a shortest path routing
    problem in graphs.

  98. Deterministic Autopoietic Automata.

    Authors: Martin Fürer
    Subjects: Neural and Evolutionary Computation
    Abstract

    This paper studies two issues related to the paper on Computing by
    Self-reproduction: Autopoietic Automata by Jiri Wiedermann. It is shown that
    all results presented there extend to deterministic computations. In
    particular, nondeterminism is not needed for a lineage to generate all
    autopoietic automata.

  99. How Creative Should Creators Be To Optimize the Evolution of Ideas? A Computational Model.

    Authors: Stefan Leijnen, Liane Gabora
    Subjects: Neural and Evolutionary Computation
    Abstract

    There are both benefits and drawbacks to creativity. In a social group it is
    not necessary for all members to be creative to benefit from creativity; some
    merely imitate or enjoy the fruits of others' creative efforts. What proportion
    should be creative? This paper contains a very preliminary investigation of
    this question carried out using a computer model of cultural evolution referred
    to as EVOC (for EVOlution of Culture).

  100. Forced Evolution in Silico by Artificial Transposons and their Genetic Operators: The John Muir Ant Problem.

    Authors: Alexander V. Spirov, Alexander B. Kazansky, Leonid Zamdborg, Juan J. Merelo, Vladimir F. Levchenko
    Subjects: Neural and Evolutionary Computation
    Abstract

    Modern evolutionary computation utilizes heuristic optimizations based upon
    concepts borrowed from the Darwinian theory of natural selection. We believe
    that a vital direction in this field must be algorithms that model the activity
    of genomic parasites, such as transposons, in biological evolution. This
    publication is our first step in the direction of developing a minimal
    assortment of algorithms that simulate the role of genomic parasites.
    Specifically, we started in the domain of genetic algorithms (GA) and selected
    the Artificial Ant Problem as a test case.

  101. Swarm Intelligence.

    Authors: Sabu M. Thampi
    Subjects: Neural and Evolutionary Computation
    Abstract

    Biologically inspired computing is an area of computer science which uses the
    advantageous properties of biological systems. It is the amalgamation of
    computational intelligence and collective intelligence. Biologically inspired
    mechanisms have already proved successful in achieving major advances in a wide
    range of problems in computing and communication systems. The consortium of
    bio-inspired computing are artificial neural networks, evolutionary algorithms,
    swarm intelligence, artificial immune systems, fractal geometry, DNA computing
    and quantum computing, etc.

  102. Digital Business Ecosystems: Natural Science Paradigms.

    Authors: Gerard Briscoe, Suzanne Sadedin
    Subjects: Neural and Evolutionary Computation
    Abstract

    A primary motivation for research in Digital Ecosystems is the desire to
    exploit the self-organising properties of natural ecosystems. Ecosystems arc
    thought to be robust, scalable architectures that can automatically solve
    complex, dynamic problems. However, the biological processes that contribute to
    these properties have not been made explicit in Digital Ecosystem research.
    Here, we introduce how biological properties contribute to the self-organising
    features of natural ecosystems.

  103. Digital Ecosystems: Optimisation by a Distributed Intelligence.

    Authors: G. Briscoe, P. De Wilde
    Subjects: Neural and Evolutionary Computation
    Abstract

    Can intelligence optimise Digital Ecosystems? How could a distributed
    intelligence interact with the ecosystem dynamics? Can the software components
    that are part of genetic selection be intelligent in themselves, as in an
    adaptive technology? We consider the effect of a distributed intelligence
    mechanism on the evolutionary and ecological dynamics of our Digital Ecosystem,
    which is the digital counterpart of a biological ecosystem for evolving
    software services in a distributed network.

  104. Comparing Single and Multiobjective Evolutionary Approaches to the Inventory and Transportation Problem.

    Authors: Anna I Esparcia-Alcázar, J.J. Merelo, Anaís Martínez-García, Pablo García-Sánchez, Eva Alfaro-Cid, Ken Sharman
    Subjects: Neural and Evolutionary Computation
    Abstract

    EVITA, standing for Evolutionary Inventory and Transportation Algorithm, is a
    two-level methodology designed to address the Inventory and Transportation
    Problem (ITP) in retail chains. The top level uses an evolutionary algorithm to
    obtain delivery patterns for each shop on a weekly basis so as to minimise the
    inventory costs, while the bottom level solves the Vehicle Routing Problem
    (VRP) for every day in order to obtain the minimum transport costs associated
    to a particular set of patterns.

Syndicate content