Result: Distributed Framework for Testing Machine Learning Methods

Title:
Distributed Framework for Testing Machine Learning Methods
Authors:
Publisher Information:
Vysoké učení technické v Brně, Fakulta elektrotechniky a komunikačních technologií
Publication Year:
2018
Collection:
Brno University of Technology (VUT): Digital Library / Vysoké učení technické v Brně: Digitální knihovně
Document Type:
Conference conference object
File Description:
text; 421-425; application/pdf
Language:
English
Relation:
Proceedings of the 22nd Conference STUDENT EEICT 2016; http://www.feec.vutbr.cz/EEICT/; http://hdl.handle.net/11012/83968
Rights:
© Vysoké učení technické v Brně, Fakulta elektrotechniky a komunikačních technologií ; openAccess
Accession Number:
edsbas.D55FE0E9
Database:
BASE

Further Information

When designing new Machine learning (ML) methods, solid testing is very important part of process. This article describes a framework that was created for automated testing and comparison of different ML methods. This framework allows to automate most of tedious and recurrent tasks related to comparison and testing of new methods. It consists of two parts. First part is intended for work with results of ML methods. It allows to compare results of different methods with different settings. It allows to create tables and graph from these results and it also perform statistical tests on these results. It is often necessary to perform considerable number of test runs on different datasets and with different settings for purpose of comparison and statistical test. For these reasons it is advisable to automate these tasks as much as possible. Automation of these tasks is purpose of second part of this framework. It allows to divide, plan and execute tasks on remote machines. Whole framework is written using Python and Django framework allowing to easily extend customize it for particular task.