National Repository of Grey Literature 625 records found  1 - 10nextend  jump to record: Search took 0.02 seconds. 
Automated creation of deep neural network models for image classification
DOHNAL, Patrik
The aim of the thesis is to design and implement a system that can automatically create deep neural networks (DNN) models for image classification. Additionally, the aim is to review the current state-of-the-art and to validate the system's functionality on two different datasets. A genetic algorithm is used to find the best approximate DNN model. Additionally, several approaches to encode the genetic information of DNN models are explored. Furthermore, several experiments with the VGG-16 architecture were conducted to find the best possible system base. The thesis also includes a discussion on the practice of model training and how problems that can arise during the automatic training of DNN models are avoided. The implementation is written in Python with Tensorflow library.
Artificial Intelligence Poetry
Jurečka, Otakar ; Zmrzlá, Petra (referee) ; Kotásek, Miroslav (advisor)
Tato bakalářská práce podává přehled o programech, které jsou určeny k psaní básnických textů. Obsahuje informace o tom, jak se s jednotlivými představenými aplikacemi pracuje, a jejich schopnosti jsou demonstrovány jejich zkušebním použitím. Tyto vygenerované texty jsou analyzovány. Je také vysvětleno fungování těchto počítačových programů. Dále je také zmíněna historie umělé inteligence, její prvotní myšlenka i její novější technologický vývoj.
Vehicle Make and Model Recognition
Gregor, Adam ; Špaňhel, Jakub (referee) ; Juránek, Roman (advisor)
V praktické části diplomové práce byla realizována úloha ozpoznání výrobce a modelu vozidla (VMMR). V první části byla pro účely strojového učení sestavena datová sada vozidel sestávající se z obrázků z Internetu. Takto bylo získáno přes 6 milionů obrázků aut, autobusů, motorek a dodávek, použitelných pro úlohu VMMR. Dále byla v rámci ex- perimentů na část datové sady použita standardní klasifikace, kdy na enkodér navazuje klasifikační vrstva realizovaná použitím neuronové sítě, a přístup, kdy za pomocí metody supervised contrastive learning byly embeddingy z enkodérů shlukovány za účelem snazší klasifikace. Jelikož první uvedený přístup vracel přesnější výsledky, byl použit v dalších experimentech. V nich se použilo větší množství obrázků z naší datové sady k natrénování klasifikátoru pro VMMR. Další klasifikátory byly natrénovány na datových sadách Stan- ford Cars a Comprehensive cars. Posléze bylo při porovnávání funkčnosti klasifikátorů na různých datových sadách shledáno, že klasifikátor trénovaný na naší datové sadě si vedl nejlépe.
Identification of specified segments in the audio signal using machine learning
Pařízek, Radim ; Galáž, Zoltán (referee) ; Zvončák, Vojtěch (advisor)
The bachelor thesis deals with the design of a system for the identification of natural environmental sounds in audio recordings. The datasets and models used for this type of tasks are surveyed and their structure is described. A system for the identification of sounds in one layer and in two layers has been proposed for seven selected labels. The classifier used for this system was created by fine-tuning a transformer model from the Hugging Face platform. The results of two training approaches and one identification system were evaluated.
Approximation of functions determining colony activity using neural networks
Nevláčil, Jakub ; Ligocki, Adam (referee) ; Honec, Peter (advisor)
Bees as a primary pollinator are an indispensable contribution to global agriculture and food production. However, their numbers have been constantly declining in recent times, primarily due to climate change, parasites or the effect of pesticide use. Understanding their behavior and reliably determine their activity and health could significantly prevent or slow down their decline. That is why this work deals with the development of a device for the acquisition of useful data from beehives, which could be used to determine the activity and health of the bees. Furthermore, this work deals with analysis of the accumulated data using machine learning methods with an emphasis on determining the activity and health of the bees.
Essays on Data-driven, Non-parametric Modelling of Time-series
Hanus, Luboš ; Vácha, Lukáš (advisor) ; Witzany, Jiří (referee) ; Ellington, Michael (referee) ; Trimborn, Simon (referee)
This thesis consists of four contributions to the literature on data-driven and non-parametric modelling of time series. In the first paper, we study the synchronisation of business cycles and propose a multivariate co-movement measure based on time-frequency cohesion. We suggest that economic inte- gration may lead to increased co-movement of business cycles, which may reflect the benefits of convergence and coordination of economic policies. The second paper presents a new methodology for identifying persistence in macroeconomic variables. Using time-varying frequency response func- tions, we identify heterogeneous persistence effects in US macroeconomic variables. The third and fourth papers propose data-driven techniques for probabilistic forecasting of time series using deep learning. We introduce a multi-output neural network that selects the most appropriate distribution for the data. The distributional neural network is valuable for modelling data with non-linear, non-Gaussian and asymmetric structures. The third paper demonstrates the usefulness of the method by estimating information-rich macroeconomic fan charts and distributional forecasts of asset returns. In the last paper, we present the distributional neural network to obtain the proba- bility distribution of electricity price...
Intracranial hemorrhage localization in axial slices of head CT images
Kopečný, Kryštof ; Chmelík, Jiří (referee) ; Nemček, Jakub (advisor)
This thesis is focused on detection of intracranial hemorrhage in CT images using both one-stage and two-stage object detectors based on convolutional neural networks. The fundamentals of intracranial hemorrhage pathology and CT imaging as well as essential insight into computer vision and object detection are listed in this work. The knowledge of these fields of studies is a starting point for the implemenation of hemorrhage detector. The use of open-source CT image datasets is also discussed. The final part of this thesis is a model evaluation on a test dataset and results examination.
Utilization of artificial intelligence in vibrodiagnostics
Dočekalová, Petra ; Huzlík, Rostislav (referee) ; Zuth, Daniel (advisor)
The diploma thesis deals with machine learning, expert systems, fuzzy logic, genetic algorithms, neural networks and chaos theory, which fall into the category of artificial intelligence. The aim of this work is to describe and implement three different classification methods, according to which the data set will be processed. The GNU Octave software environment was chosen for the data application for licensing reasons. Further evaluate the success of data classification, including visualization. Three different classification methods are used for comparison, so that we can compare the processed data with each other.
open source artificial intelligence options
Ostrý, Lubomír ; Kumpán, Pavel (referee) ; Appel, Martin (advisor)
This thesis focuses on open source tools and resources in the field of artificial intelligence, particularly in machine learning. The aim is to analyze current state, possibilities and limitations of work with a set of open source artificial intelligence programs. The first part describes and explains basic terms regarding machine learning, mainly neural networks, their training and use. Following section describes a set of machine learning tools, specifically their main characteristics, compatibility and use. Available sources of open source datasets for neural network training is a topic of another chapter. Lastly an application was created using a selection of described tools displaying their possibilities and use.
Playing Games Using Neural Networks
Buchal, Petr ; Kolář, Martin (referee) ; Hradiš, Michal (advisor)
The aim of this bachelor thesis is to teach a neural network solving classic control theory problems and playing the turn-based game 2048 and several Atari games. It is about the process of the reinforcement learning. I used the Deep Q-learning reinforcement learning algorithm which uses a neural networks. In order to improve a learning efficiency, I enriched the algorithm with several improvements. The enhancements include the addition of a target network, DDQN, dueling neural network architecture and priority experience replay memory. The experiments with classic control theory problems found out that the learning efficiency is most increased by adding a target network. In the game environments, the Deep Q-learning has achieved several times better results than a random player. The results and their analysis can be used for an insight to reinforcement learning algorithms using neural networks and to improve the used techniques.

National Repository of Grey Literature : 625 records found   1 - 10nextend  jump to record:
Interested in being notified about new results for this query?
Subscribe to the RSS feed.