20 resultados para System analysis - Data processing
Resumo:
Este texto incide sobre o papel da supervisão pedagógica no contexto da avaliação de desempenho docente (ADD), procurando aprofundar a forma como a dimensão formativa da avaliação foi equacionada e desenvolvida nas escolas. Para tal, foram realizados dois estudos num agrupamento de escolas da periferia de Lisboa, abrangendo professores avaliadores e avaliados do 1º e do 2º/3º ciclos. Os estudos tinham como objetivos gerais: i) conhecer asconceções de avaliadores e avaliados sobre os fundamentos e as práticas de avaliação de desempenho desenvolvidas nos seus contextos profissionais; ii) e definir o papel que avaliadores e avaliados atribuem à supervisão neste processo. Para a recolha de dados usou-se a entrevista semi-diretiva, recorrendo-se à análise de conteúdo para tratamento dos dados. O confronto dos resultados das entrevistas permite concluir que as conceções sobre a avaliação de desempenho dos docentes dos diferentes ciclos são semelhantes, mas o processo de avaliação e de supervisão foi vivido de forma distinta. O papel da supervisão na ADD depende, em larga escala, da competência dos avaliadores como supervisores e como professores e é facilitado pela existência prévia de uma cultura de colaboração entre docentes.
Resumo:
Mestrado em Intervenção Sócio-Organizacional na Saúde - Área de especialização: Políticas de Administração e Gestão de Serviços de Saúde
Resumo:
Data analytic applications are characterized by large data sets that are subject to a series of processing phases. Some of these phases are executed sequentially but others can be executed concurrently or in parallel on clusters, grids or clouds. The MapReduce programming model has been applied to process large data sets in cluster and cloud environments. For developing an application using MapReduce there is a need to install/configure/access specific frameworks such as Apache Hadoop or Elastic MapReduce in Amazon Cloud. It would be desirable to provide more flexibility in adjusting such configurations according to the application characteristics. Furthermore the composition of the multiple phases of a data analytic application requires the specification of all the phases and their orchestration. The original MapReduce model and environment lacks flexible support for such configuration and composition. Recognizing that scientific workflows have been successfully applied to modeling complex applications, this paper describes our experiments on implementing MapReduce as subworkflows in the AWARD framework (Autonomic Workflow Activities Reconfigurable and Dynamic). A text mining data analytic application is modeled as a complex workflow with multiple phases, where individual workflow nodes support MapReduce computations. As in typical MapReduce environments, the end user only needs to define the application algorithms for input data processing and for the map and reduce functions. In the paper we present experimental results when using the AWARD framework to execute MapReduce workflows deployed over multiple Amazon EC2 (Elastic Compute Cloud) instances.
Resumo:
Trabalho Final de Mestrado para obtenção do grau de Mestre em Engenharia Mecânica
Resumo:
Hyperspectral imaging has become one of the main topics in remote sensing applications, which comprise hundreds of spectral bands at different (almost contiguous) wavelength channels over the same area generating large data volumes comprising several GBs per flight. This high spectral resolution can be used for object detection and for discriminate between different objects based on their spectral characteristics. One of the main problems involved in hyperspectral analysis is the presence of mixed pixels, which arise when the spacial resolution of the sensor is not able to separate spectrally distinct materials. Spectral unmixing is one of the most important task for hyperspectral data exploitation. However, the unmixing algorithms can be computationally very expensive, and even high power consuming, which compromises the use in applications under on-board constraints. In recent years, graphics processing units (GPUs) have evolved into highly parallel and programmable systems. Specifically, several hyperspectral imaging algorithms have shown to be able to benefit from this hardware taking advantage of the extremely high floating-point processing performance, compact size, huge memory bandwidth, and relatively low cost of these units, which make them appealing for onboard data processing. In this paper, we propose a parallel implementation of an augmented Lagragian based method for unsupervised hyperspectral linear unmixing on GPUs using CUDA. The method called simplex identification via split augmented Lagrangian (SISAL) aims to identify the endmembers of a scene, i.e., is able to unmix hyperspectral data sets in which the pure pixel assumption is violated. The efficient implementation of SISAL method presented in this work exploits the GPU architecture at low level, using shared memory and coalesced accesses to memory.