A Genetic Programming Approach to Classification Problems
Author | : Hakan Uysal |
Publisher | : GRIN Verlag |
Total Pages | : 16 |
Release | : 2016-07-26 |
ISBN-10 | : 9783656984368 |
ISBN-13 | : 3656984360 |
Rating | : 4/5 (360 Downloads) |
Download or read book A Genetic Programming Approach to Classification Problems written by Hakan Uysal and published by GRIN Verlag. This book was released on 2016-07-26 with total page 16 pages. Available in PDF, EPUB and Kindle. Book excerpt: Essay from the year 2013 in the subject Computer Science - Programming, grade: A+, University College Dublin, course: Natural Computing, language: English, abstract: Genetic Programming is a biological evolution inspired technique for computer programs to solve problems automatically by evolving iteratively using a fitness function. The advantage of this type programming is that it only defines the basics. As a result of this, it is a flexible solution for broad range of domains. Classification has been one of the most compelling problems in machine learning. In this paper, there is a comparison between genetic programming classifier and conventional classification algorithms like Naive Bayes, C4.5 decision tree, Random Forest, Support Vector Machines and k-Nearest Neighbour. The experiment is done on several data sets with different sizes, feature sets and attribute properties. There is also an experiment on the time complexity of each classifier method.