Thesis Details

Koevoluční algoritmy a klasifikace

Master's Thesis Student: Hurta Martin Academic Year: 2020/2021 Supervisor: Drahošová Michaela, Ing., Ph.D.
English title
Coevolutionary Algorithms and Classification
Language
Czech
Abstract

The aim of this work is to automatically design a program that is able to detect dyskinetic movement features in the measured patient's movement data. The program will be developed using Cartesian genetic programming equipped with coevolution of fitness predictors. This type of coevolution allows to speed up a design performed by Cartesian genetic programming by evaluating a quality of candidate solutions using only a part of training data. Evolved classifier achieves a performance (in terms of AUC) that is comparable with the existing solution while achieving threefold acceleration of the learning process compared to the variant without the fitness predictors, in average. Experiments with crossover methods for fitness predictors haven't shown a significant difference between investigated methods. However, interesting results were obtained while investigating integer data types that are more suitable for implementation in hardware. Using an unsigned eight-bit data type (uint8_t) we've achieved not only comparable classification performance (for significant dyskinesia AUC = 0.93 the same as for the existing solutions), with improved AUC for walking patient's data (AUC = 0.80, while existing solutions AUC = 0.73), but also nine times speedup of the design process compared to the approach without fitness predictors employing the float data type, in average.

Keywords

machine learning, classification, evolutionary algorithm, genetic algorithm, genetic programming, cartesian genetic programming, coevolutionary algorithm, adaptive fitness predictor, dyskinesia

Department
Degree Programme
Information Technology and Artificial Intelligence, Specialization Intelligent Systems
Files
Status
defended, grade A
Date
22 June 2021
Reviewer
Committee
Zbořil František V., doc. Ing., CSc. (DITS FIT BUT), předseda
Hradiš Michal, Ing., Ph.D. (DCGM FIT BUT), člen
Janoušek Vladimír, doc. Ing., Ph.D. (DITS FIT BUT), člen
Peringer Petr, Dr. Ing. (DITS FIT BUT), člen
Rozman Jaroslav, Ing., Ph.D. (DITS FIT BUT), člen
Smrčka Aleš, Ing., Ph.D. (DITS FIT BUT), člen
Citation
HURTA, Martin. Koevoluční algoritmy a klasifikace. Brno, 2021. Master's Thesis. Brno University of Technology, Faculty of Information Technology. 2021-06-22. Supervised by Drahošová Michaela. Available from: https://www.fit.vut.cz/study/thesis/23726/
BibTeX
@mastersthesis{FITMT23726,
    author = "Martin Hurta",
    type = "Master's thesis",
    title = "Koevolu\v{c}n\'{i} algoritmy a klasifikace",
    school = "Brno University of Technology, Faculty of Information Technology",
    year = 2021,
    location = "Brno, CZ",
    language = "czech",
    url = "https://www.fit.vut.cz/study/thesis/23726/"
}
Back to top