National Repository of Grey Literature 27,376 records found  beginprevious27369 - 27376  jump to record: Search took 0.85 seconds. 

Migration of the population of South Bohemia
DRAGOUNOVÁ, Kristina
The bachelor thesis deals with the internal, external and in part also with international migration of the South Bohemian region in years 2005 ? 2009. The region is characterized by its physico ? geographic, demographic and socio ? economic aspects. The thesis concisely analyzes the migration developement of the Czech Republic and also the region of South Bohemia. The main chapter evaluates the balance of migration, migration flows, and sex and age structure of migrants. Each part of this thesis and its analyzed issues are supplemented by cartographic, table and graphic Annex.

Analysis of the highest rated posts in discussions on Czech internet news websites
Šponer, Jakub ; Jirků, Jan (advisor) ; Podzimek, Jan (referee)
The aim of this thesis is to discover how a top rated post in discussions of the three Czech online news sites - idnes.cz, novinky.cz and aktualne.cz looks like. Top rated comment was analyzed in terms of five criteria - whether related to the theme of the article, whether it contains vulgarisms, whether it occurs irony or humor, whether the comment expresses disagreement with the article and whether the user in his commentary expresses his own simplified conclusions, or his own solution to the problem. For the analysis and evaluation were used elements of quantitative and qualitative research and findings have been converted into graphic form. According to the results from all three servers, the ideal comment is the one that is related to the topic, does not contain vulgarisms and humor, agrees with the article and provides simplified conclusions or easy solutions. The results say a lot about the preferences of contributors to online discussions and may assist in the further study of their behavior, they can also inspire for more detailed research of phenomena throughout the discussion thread. In the context of the growing impact of the Internet and online media, analysis of the user preferences of online media can be not only beneficial for further research, but also for the media itself.

Application of technical analysis in trading on stock markets
KLAUSOVÁ, Kateřina
The aim was to create trading strategies in the stock inden NASDAQ Composite and comparing these trading strategies to yield market. The introductory chapters are discussed theories price behavior of the stock markets and methods to estimate future price developments. The main part of the theoretical part is focused on technical analysis and its tools. Technical analysis tools understand graphical analysis and analysis based on technical indicators, which are then used to create busi-ness strategy. In the practical part is first mentioned methodology for creating and evaluating business strategies. For creating business strategies have been selected tech-nical indicators, exponential moving average, Relative Strength Index, Com-modity Index Channel and Parabolic SAR. The last part is dedicated to a review of the trade policies compared to the overall market. For this investigation implies that none of these strategies has not been in business del-SIM period (2008-2012) able to overcome yield market. In all calculated based invest-ment strategies loss. Overcoming yield market has been only in the short term, in 2008, the most successful strategy was published strategy based on exponential moving ave-rage. This result helped the financial crisis in 2008, which caused the market to become a loss in the amount of $ 1,978.44 (ie 39.6%) while the loss in busi-ness strategies were lower. Another positive year was 2012, when managed business strategies established by the oscillator Commodity Channel Index (CCI) and trend indicator Parabolic SAR outperform the market. In both business strategist-ICH achieve higher profits than the market return. The results in the long term and are consistent with market efficiency, which states that no created business strategy will deliver higher returns than the market itself.

Multifunctional house in Velké Opatovice
Dostál, Jan ; Semrád, Antonín (referee) ; Štěpánek, Ladislav (advisor)
This master's thesis addresses the processing of project documentation for construction of three storey, multifunctional house in Velké Opatovice. The building is designed on flat terrain, it is terrace graded to the east and south and has a warm flat roof. On the first floor there is a pharmacy, travel agency, textile shop and technical facilities of the building. On the second floor there is an office space for advertising and graphics company. The third floor is designed as a large-area apartment for a family of four.

Accelerated Neural Networks on GPU
Tomko, Martin ; Zachariášová, Marcela (referee) ; Krčma, Martin (advisor)
This thesis deals with the implementation of an application for artificial neural networks simulation and acceleration using a graphics processing unit. The computation and training of feedforward neural networks using the Backpropagation algorithm are the main focus of this thesis, but the application also supports other network types, and it makes it possible to extend the application with different training algorithms. Next, the application allows us to create neural networks with structural anomalies, and thus, to test the neural network's fault tolerance. The application is implemented in the C++ language, using OpenCL to manage GPU computation. The Backpropagation acceleration results were compared with the free open source library FANN.

Solver of Mathematical Equations for Android
Janičko, Adam ; Herout, Adam (referee) ; Zachariáš, Michal (advisor)
This thesis aims at creating equation solver application for Android platform. The thesis includes graphical user interface (GUI), save and edit options for equations, the actual equation solving and widget for quickly evaluating already stored equations. When creating equations, user is able to use selected mathematical functions, constants and custom variables that user can define right before evaluation. The equation in the standard infix notation inappropriate for further processing is transferred to the prefix notation using modified Shunting Yard algorithm. Final expression is put together once. That means the evaluation is faster, when the values of user-defined variables changes.

Framework for designing transfer function editors
Baron, Miroslav ; Krajíček, Václav (advisor) ; Horáček, Jan (referee)
There are many ways to define a transfer function for direct volume rendering (DVR). This thesis presents an universal system of transfer function editors which works also as framework for creating new types of these editors. Unified interface with proposed transfer function data structure gives us independency on used graphic engine and the possibility to work with more different editors at the same time. We can implement new technique for designing transfer function without the need of dealing with the graphic engine and we can add our new editor to this existing system in few well defined steps. We have also designed some interesting ways to define transfer function and we discuss their usefulness here.

Normality tests
Kotlorz, Lukáš ; Anděl, Jiří (advisor) ; Sabolová, Radka (referee)
The aim of this thesis focused on testing normality is to describe both statistical tests and graphical methods. The first part is devoted to graphical methods used to testing normality (particularly Histogram, Boxplot and Q-Q Plot). The tests used for testing the conformity of random sample distribution with normal distribution, e.g., Shapiro-Wilk, Kolmogorov-Smirnov, Lilliefors, Anderson-Darling, Chi-squared, are described in the second part. The test statistics, the critical region and alternatively the link for tabulated critical values are listed for each test. The simulations, whether the random sample comes from normal distribution, are described in the third part. The samples from di erent distributions were generated by Program R.