67 research outputs found
Conhecimento dos serviços da FCCN junto da comunidade cientÃfica e tecnológica nacional: um inquérito por questionário
O relatório aqui apresentado resulta de uma prestação de serviços, por parte de uma equipa do ISCTE-IUL,
à FCCN (Fundação para a Computação CientÃfica Nacional). Esta visou apoiar o lançamento de um inquérito
por questionário aos membros da comunidade cientÃfica e tecnológica nacional, com o fim de aferir a
perceção acerca dos serviços da FCCN, designadamente em termos de Conectividade, Computação,
Colaboração, Conhecimento e Segurança.info:eu-repo/semantics/publishedVersio
Planning process for an operational management platform for a public transport
This work addresses the planning process of a public passenger transport operator, including the generation of schedules and services for vehicles and drivers, in the framework of a previously agreed service. This problem will be studied in the context of all stages of the planning process: parameterization, preparation, production of performance indicators and the generation of results for different operational scenarios.info:eu-repo/semantics/publishedVersio
Forum participation plugin for Moodle: development and discussion
At present, a large amount of software has been created to analyze social networks, such as libraries to access online social networking APIs, software to draw graphs and tools to use and analyze networks. In fact, and because of the use of Moodle as standard Learning Management System at the University of Las Palmas de Gran Canaria, in 2009 was born the idea of creating a plugin for Moodle capable of analyzing forums in which students participate and of identifying the major players within the student network. This work is about the present state of such plugin, which provides useful information to teachers so that, through the use of social network analysis, allows them to make decisions to improve and promote participatory education. Here, we show the application of the plugin to three case studies, in two different universities, which allowed to evaluate its usefulness and to compare the information according to the variables that influenced each case study
Evolutionary Multi-objective Scheduling for Anti-Spam Filtering Throughput Optimization
This paper presents an evolutionary multi-objective optimization problem formulation for the anti-spam filtering problem, addressing both the classification quality criteria (False Positive and False Negative error rates) and email messages classification time (minimization). This approach is compared to single objective problem formulations found in the literature, and its advantages for decision support and flexible/adaptive anti-spam filtering configuration is demonstrated. A study is performed using the Wirebrush4SPAM framework anti-spam filtering and the SpamAssassin email dataset. The NSGA-II evolutionary multi-objective optimization algorithm was applied for the purpose of validating and demonstrating the adoption of this novel approach to the anti-spam filtering optimization problem, formulated from the multi-objective optimization perspective. The results obtained from the experiments demonstrated that this optimization strategy allows the decision maker (anti-spam filtering system administrator) to select among a set of optimal and flexible filter configuration alternatives with respect to classification quality and classification efficiency
Planning process for an operational management platform for a public transport
This work addresses the planning process of a public passenger transport operator, including the generation of schedules and services for vehicles and drivers, in the framework of a previously agreed service. This problem will be studied in the context of all stages of the planning process: parameterization, preparation, production of performance indicators and the generation of results for different operational scenarios.info:eu-repo/semantics/publishedVersio
Quadcriteria Optimization of Binary Classifiers: Error Rates, Coverage, and Complexity
This paper presents a 4-objective evolutionary multiobjective optimization study for optimizing the error rates (false positives, false negatives), reliability, and complexity of binary classifiers. The example taken is the email anti-spam filtering problem.
The two major goals of the optimization is to minimize the error rates that is the false negative rate and the false positive rate. Our approach discusses three-way classification, that is the binary classifier can also not classify an instance in cases where there is not enough evidence to assign the instance to one of the two classes. In this case the instance is marked as suspicious but still presented to the user. The number of unclassified (suspicious) instances should be minimized, as long as this does not lead to errors. This will be termed the coverage objective. The set (ensemble) of rules needed for the anti-spam filter to operate in optimal conditions is addressed as a fourth objective. All objectives stated above are in general conflicting with each other and that is why we address the problem as a 4-objective (quadcriteria) optimization problem. We assess the performance of a set of state-of-the-art evolutionary multiobjective optimization algorithms. These are NSGA-II, SPEA2, and the hypervolume indicator-based SMS-EMOA. Focusing on the anti-spam filter optimization, statistical comparisons on algorithm performance are provided on several benchmarks and a range of performance indicators. Moreover, the resulting 4-D Pareto hyper-surface is discussed in the context of binary classifier optimization
Task scheduling characterisation in enterprise application integration
Cloud computing allows enterprises to incorporate applications and computational resources as services, and thus, enterprises can concentrate on their business processes, without concerning the development, configuration and maintenance of these applications and resources. Integration platforms are one of these services that allow enterprises to integrate applications in order to reduce the maintenance costs and operations of the integration of on-premises platforms. However, high performance on resources offered by the cloud, demands improvement in task scheduling of integration platforms. Our literature review has identified a lack of studies in the field of enterprise application integration, focusing on specificities and vulnerabilities of the task scheduling of integration processes. This is a pioneer work regarding the characterisation of the scheduling of tasks of integration processes. We propose a ranking according to their conceptual models and apply this ranking to five integration processes. Then, we have statistically analysed the influence of each component of their conceptual models on the performance of the execution of these integration processes. We characterise the task scheduling of integration processes and presented a mathematical equation for the makespan as a function of the components of this characterisation. This study can guide software engineers in the optimal task scheduling for integration processes, which can improve the performance runtime systems regarding using the computational resources and result in minimisation of costs of companies.info:eu-repo/semantics/acceptedVersio
Integration process simulator: A tool for performance evaluation of task scheduling of integration processes
Due to large volumes of data from Cloud Computing and from the Internet of Things, the companies’ software ecosystem requires an efficient integration of applications and services. Performance improvement from integration platforms’ runtime systems is directly related to task scheduling strategies from integration processes. It is still a challenge to find the proper heuristic for a given integration process subject to high inbound data rates. This article proposes a simulation tool for the field of Enterprise Application Integration, which implements different scheduling heuristics and allows the extraction of performance metrics. Three task scheduling heuristics were simulated during the integration process, and the results were evaluated through statistical tests.info:eu-repo/semantics/acceptedVersio
An ontology knowledge inspection methodology for quality assessment and continuous improvement
Ontology-learning methods were introduced in the knowledge engineering area to automatically build ontologies from natural language texts related to a domain. Despite the initial appeal of these methods, automatically generated ontologies may have errors, inconsistencies, and a poor design quality, all of which must be manually fixed, in order to maintain the validity and usefulness of automated output. In this work, we propose a methodology to assess ontologies quality (quantitatively and graphically) and to fix ontology inconsistencies minimising design defects. The proposed methodology is based on the Deming cycle and is grounded on quality standards that proved effective in the software engineering domain and present high potential to be extended to knowledge engineering quality management. This paper demonstrates that software engineering quality assessment approaches and techniques can be successfully extended and applied to the ontology-fixing and quality improvement problem. The proposed methodology was validated in a testing ontology, by ontology design quality comparison between a manually created and automatically generated ontology.info:eu-repo/semantics/publishedVersio
Queue-priority optimized algorithm: a novel task scheduling for runtime systems of application integration platforms
The need for integration of applications and services in business processes from enterprises has increased with the advancement of cloud and mobile applications. Enterprises started dealing with high volumes of data from the cloud and from mobile applications, besides their own. This is the reason why integration tools must adapt themselves to handle with high volumes of data, and to exploit the scalability of cloud computational resources without increasing enterprise operations costs. Integration platforms are tools that integrate enterprises’ applications through integration processes, which are nothing but workflows composed of a set of atomic tasks connected through communication channels. Many integration platforms schedule tasks to be executed by computational resources through the First-in-first-out heuristic. This article proposes a Queue-priority algorithm that uses a novel heuristic and tackles high volumes of data in the task scheduling of integration processes. This heuristic is optimized by the Particle Swarm Optimization computational method. The results of our experiments were confirmed by statistical tests, and validated the proposal as a feasible alternative to improve integration platforms in the execution of integration processes under a high volume of data.info:eu-repo/semantics/acceptedVersio
- …