Network


Latest external collaboration on country level. Dive into details by clicking on the dots.

Hotspot


Dive into the research topics where Jan Platos is active.

Publication


Featured researches published by Jan Platos.


systems, man and cybernetics | 2011

Fuzzy classification by evolutionary algorithms

Pavel Krömer; Jan Platos; Václav Snášel; Ajith Abraham

Fuzzy sets and fuzzy logic can be used for efficient data classification by fuzzy rules and fuzzy classifiers. This paper presents an application of genetic programming to the evolution of fuzzy classifiers based on extended Boolean queries. Extended Boolean queries are well known concept in the area of fuzzy information retrieval. An extended Boolean query represents a complex soft search expression that defines a fuzzy set on the collection of searched documents. We interpret the data mining task as a fuzzy information retrieval problem and we apply a proven method for query induction from data to find useful fuzzy classifiers. The ability of the genetic programming to evolve useful fuzzy classifiers is demonstrated on two use cases in which we detect faulty products in a product processing plant and discover intrusions in a computer network.


genetic and evolutionary computation conference | 2011

Many-threaded implementation of differential evolution for the CUDA platform

Pavel Krömer; Václav Snášel; Jan Platos; Ajith Abraham

Differential evolution is an efficient populational meta -- heuristic optimization algorithm successful in solving difficult real world problems. Due to the simplicity of its operations and data structures, it is suitable for a parallel implementation on multicore systems and on the GPU. In this paper, we design a simple yet highly parallel implementation of the differential evolution using the CUDA architecture. We demonstrate the speedup obtained by the proposed parallelization of the differential evolution on an NP hard combinatorial optimization problem and on a benchmark function of many variables.


Logic Journal of The Igpl \/ Bulletin of The Igpl | 2012

Social and swarm aspects of co-authorship network

Miloš Kudělka; Zdeněk Horák; Václav Snášel; Pavel Krömer; Jan Platos; Ajith Abraham

The analysis of social networks is concentrated mainly on uncovering hidden relations and properties of network nodes (vertices). Most of the current approaches are focused on different network types and different network coefficients. This article introduces a social network analysis based on the so-called Forgetting Curve and Swarm Intelligence inspired by the Ant Colony Optimization. We analyse a co-authorship network and identify two types of ties among its nodes. The Forgetting Curve and Swarm Intelligence are used to model the dynamics of such a network.


simulated evolution and learning | 2010

The evolution of fuzzy classifier for data mining with applications

Václav Snášel; Pavel Krömer; Jan Platos; Ajith Abraham

Fuzzy classifiers and fuzzy rules can be informally defined as tools that use fuzzy sets or fuzzy logic for their operations. In this paper, we use genetic programming to evolve a fuzzy classifier in the form of a fuzzy search expression to predict product quality. We interpret the data mining task as a fuzzy information retrieval problem and we apply a successful information retrieval method for search query optimization to the fuzzy classifier evolution. We demonstrate the ability of the genetic programming to evolve useful fuzzy classifiers on two use cases in which we detect faulty products of a product processing plant and discover intrusions in a computer network.


International Journal of Parallel Programming | 2014

Nature-Inspired Meta-Heuristics on Modern GPUs: State of the Art and Brief Survey of Selected Algorithms

Pavel Krömer; Jan Platos; Václav Snášel

Graphic processing units (GPUs) emerged recently as an exciting new hardware environment for a truly parallel implementation and execution of Nature and Bio-inspired Algorithms with excellent price-to-power ratio. In contrast to common multicore CPUs that contain up to tens of independent cores, the GPUs represent a massively parallel single-instruction multiple-data devices that can nowadays reach peak performance of hundreds and thousands of giga floating-point operations per second. Nature and Bio-inspired Algorithms implement parallel optimization strategies in which a single candidate solution, a group of candidate solutions (population), or multiple populations seek for optimal solution or set of solutions of given problem. Genetic algorithms (GA) constitute a family of traditional and very well-known nature-inspired populational meta-heuristic algorithms that have proved its usefulness on a plethora of tasks through the years. Differential evolution (DE) is another efficient populational meta-heuristic algorithm for real-parameter optimization. Particle swarm optimization (PSO) can be seen as nature-inspired multiagent method in which the interaction of simple independent agents yields intelligent collective behavior. Simulated annealing (SA) is global optimization algorithm which combines statistical mechanics and combinatorial optimization with inspiration in metallurgy. This survey provides a brief overview of the latest state-of-the-art research on the design, implementation, and applications of parallel GA, DE, PSO, and SA-based methods on the GPUs.


Advanced Engineering Informatics | 2008

Compression of small text files

Jan Platos; Václav Snášel; Eyas El-Qawasmeh

This paper suggests a novel compression scheme for small text files. The proposed scheme depends on Boolean minimization of binary data accompanied with the adoption of Burrows-Wheeler transformation (BWT) algorithm. Compression of small text files must fulfil special requirements since they have small context. The use of Boolean minimization and Burrows-Wheeler transformation generate better context information for compression with standard algorithms. We tested the suggested scheme on collections of small and medium-sized files. The testing results showed that proposed scheme improve the compression ratio over other existing methods.


Innovations in Bio-inspired Computing and Applications. Advances in Intelligent Systems and Computing(Springer) | 2014

Multi-class SVM Based Classification Approach for Tomato Ripeness

Esraa Elhariri; Nashwa El-Bendary; Mohamed Mostafa M. Fouad; Jan Platos; Aboul Ella Hassanien; Ahmed M. M. Hussein

This article presents a content-based image classification system to monitor the ripeness process of tomato via investigating and classifying the different maturity/ripeness stages. The proposed approach consists of three phases; namely pre-processing, feature extraction, and classification phases. Since tomato surface color is the most important characteristic to observe ripeness, this system uses colored histogram for classifying ripeness stage. It implements Principal Components Analysis (PCA) along with Support Vector Machine (SVM) algorithms for feature extraction and classification of ripeness stages, respectively. The datasets used for experiments were constructed based on real sample images for tomato at different stages, which were collected from a farm at Minia city. Datasets of 175 images and 55 images were used as training and testing datasets, respectively. Training dataset is divided into 5 classes representing the different stages of tomato ripeness. Experimental results showed that the proposed classification approach has obtained ripeness classification accuracy of 92.72%, using SVM linear kernel function with 35 images per class for training.


intelligent networking and collaborative systems | 2011

Genetically Evolved Fuzzy Predictor for Photovoltaic Power Output Estimation

Pavel Krömer; V´clav Snasel; Jan Platos; Ajith Abraham; Lukas Prokop; Stanislav Misak

Fuzzy sets and fuzzy logic can be used for efficient data mining, classification, and value prediction. We propose a genetically evolved fuzzy predictor to estimate the output of a Photovoltaic Power Plant. Photovoltaic Power Plants (PVPPs) are classified as power energy sources with unstable supply of electrical energy. It is necessary to back up power energy from PVPPs for stable electric network operation. An optimal value of back up power can be set with reliable prediction models and significantly contribute to the robustness of the electric network and therefore help in the building of intelligent power grids.


congress on evolutionary computation | 2011

Differential evolution for the linear ordering problem implemented on CUDA

Pavel Krömer; Jan Platos; Václav Snášel

Linear Ordering Problem (LOP) is a well know NP-hard problem combinatorial optimization problem attractive for its complexity, rich library of test data and variety of real world applications. In this paper, we use differential evolution accelerated by the GPU using the nVidia CUDA platform to find good LOP solutions. The well known LOLIB library was used to evaluate the efficiency and precision of the approach in solving LOP instances.


systems, man and cybernetics | 2012

A PSO-based document classification algorithm accelerated by the CUDA Platform

Jan Platos; Václav Snášel; Tomas Jezowicz; Pavel Krömer; Ajith Abraham

Document classification is a well-known problem that is focused on assigning predefined labels or categories to the documents found in the searched collection. Many classical algorithms were developed for solving of this problem. They usually have large time complexity and with increasing number of documents it is necessary to find algorithm which are able to find solution in reasonable time. Such algorithms are usually inspired by biological processes. Even such meta-heuristics algorithms become too slow when the number of documents is really large and it is necessary to optimize them for faster processing. This paper describes a document classification algorithm based on Particle Swarm Optimization with implementation of one and two GPUs.

Collaboration


Dive into the Jan Platos's collaboration.

Top Co-Authors

Avatar

Václav Snášel

Technical University of Ostrava

View shared research outputs
Top Co-Authors

Avatar
Top Co-Authors

Avatar

Ajith Abraham

Technical University of Ostrava

View shared research outputs
Top Co-Authors

Avatar
Top Co-Authors

Avatar

Michal Prilepok

Technical University of Ostrava

View shared research outputs
Top Co-Authors

Avatar

Stanislav Misak

Technical University of Ostrava

View shared research outputs
Top Co-Authors

Avatar

Hussein Soori

Technical University of Ostrava

View shared research outputs
Top Co-Authors

Avatar

Lukas Prokop

Technical University of Ostrava

View shared research outputs
Top Co-Authors

Avatar

Milos Kudelka

Technical University of Ostrava

View shared research outputs
Top Co-Authors

Avatar

Petr Gajdoš

Technical University of Ostrava

View shared research outputs
Researchain Logo
Decentralizing Knowledge