Author: Terje Kristensen

Computational Intelligence, Evolutionary Computing and Evolutionary Clustering Algorithms

eBook: US $29 Special Offer (PDF + Printed Copy): US $88
Printed Copy: US $74
Library License: US $116
ISBN: 978-1-68108-300-1 (Print)
ISBN: 978-1-68108-299-8 (Online)
Year of Publication: 2016
DOI: 10.2174/97816810829981160101

Introduction

This brief text presents a general guideline for writing advanced algorithms for solving engineering and data visualization problems. The book starts with an introduction to the concept of evolutionary algorithms followed by details on clustering and evolutionary programming. Subsequent chapters present information on aspects of computer system design, implementation and data visualization. The book concludes with notes on the possible applications of evolutionary algorithms in the near future.

This book is intended as a supplementary guide for students and technical apprentices learning machine language, or participating in advanced software programming, design and engineering courses.

Preface

This book is about how to use new algorithm models to solve complex problems. The book presents one branch of a field in computer science that we today call computational intelligence. Big Data play already a great role in society and evolutionary algorithm may be one approach to do data mining of high-dimensional data. High-dimensional data are produced in scientific laboratories all over the world and are often difficult to interpret. Clustering is one possible technique that may help us to interpret these data.

Clustering is a well-known technique that is used in many areas of science. This book is about how to use such algorithms to solve clustering of huge sets of data. This subject may be introduced in the last year at the bachelor level in computer science or mathematics or at the graduate level. The intention of the book is to show how to use such computation models on classical clustering problems. Visualization is an important part of the clustering process. We therefore also want to visualize the result of the cluster analysis.

The most known clustering algorithm is the K-means algorithm that is dependent on the parameter value K and the initial position of K cluster centroids. An incorrect value will result in an inaccurate clustering structure. The configuration of cluster centroids determines if the algorithm converges to a local minimum or not. These limitations may be solved by using evolutionary algorithms.

Genetic algorithms and differential evolution algorithms are two paradigms in the book that are used to optimize the value of K and the initial configuration of cluster centroids. The correctness and quality of the solution are compared using both artificial and real-life data sets. Experiments have shown that the algorithms are able to classify the correct number of well-defined clusters, but fail to do so for overlapping data clusters. This is mainly because the Davies-Bouldin Index as a fitness measure has certain kind of limitations. The experiments carried out in the book also show that both Genetic and Differential evolution algorithms provide suboptimal positions of initial configuration of cluster centroids, reflected in higher values of the Davies-Bouldin Index.

Acknowledgements

I will thank Bergen University College for making it possible to write this book. I also thank Bentham Science Publishers for all help and specifically Manager for Publications, Salma Safaraz, for all the support during the publishing process. At last I will thank my prior master student Eirik Steine Frivåg who has contributed a lot in this book.

Conflict of Interest

The author confirms that there is no conflict of interest to declare for this publication.

Terje Kristensen
Bergen University College
Bergen
Norway
E-mail: tkr@hib.no

Dedication

In memory of my mother, Anna, for
teaching me never to give up.


RELATED BOOKS

.Multi-Objective Optimization In Theory and Practice II: Metaheuristic Algorithms.
.Arduino and SCILAB based Projects.
.Arduino meets MATLAB: Interfacing, Programs and Simulink.
.Budget Optimization and Allocation: An Evolutionary Computing Based Model.