7 resultados para regular systems
em QUB Research Portal - Research Directory and Institutional Repository for Queen's University Belfast
Resumo:
The identification of nonlinear dynamic systems using radial basis function (RBF) neural models is studied in this paper. Given a model selection criterion, the main objective is to effectively and efficiently build a parsimonious compact neural model that generalizes well over unseen data. This is achieved by simultaneous model structure selection and optimization of the parameters over the continuous parameter space. It is a mixed-integer hard problem, and a unified analytic framework is proposed to enable an effective and efficient two-stage mixed discrete-continuous; identification procedure. This novel framework combines the advantages of an iterative discrete two-stage subset selection technique for model structure determination and the calculus-based continuous optimization of the model parameters. Computational complexity analysis and simulation studies confirm the efficacy of the proposed algorithm.
Resumo:
We present the first quantitative verification of an amplitude description for systems with (nearly) spontaneously broken isotropy, in particular for the recently discovered abnormal-roll states. We also obtain a conclusive picture of the three-dimensional director configuration in a spatial period doubling phenomenon involving disclination loops. The first observation of two Lifshitz frequencies in electroconvection is reported.
Resumo:
Neuropeptides, biogenic amines and acetylcholine are expressed abundantly within the nervous systems of parasitic flatworms, and are particularly evident in the innervation of the musculature. Such associations have implicated the nervous system in locomotion, host attachment and reproductive co-ordination. Information on the muscle systems of parasitic flatworms is generally sparse, in particular those muscles associated with the reproductive system, intestinal tract and attachment apparatus. Also, the use of sectioned material has left description of the 3-dimensional organization of the musculature largely unrecorded. Using fluorescein isothiocyanate (FITC)-labelled phalloidin as a site-specific probe for filamentous actin, applied to whole-mount preparations of adult Fasciola hepatica and examined by confocal scanning laser microscopy, the present work reports on the organization of the major muscle systems in this trematode parasite. A highly regular array of outer circular, intermediate longitudinal and inner diagonal fibres distinguishes the body wall musculature, which is also involved in the development of both ventral and oral suckers. Circular fibres dominate the duct walls of the male and female reproductive systems, whereas the muscles of the intestinal tract have a somewhat diffuse arrangement of fibres. An understanding of the structural complexity of the muscle systems of parasitic flatworms is considered as fundamental to the interpretation of results from physiological experiments.
Resumo:
This work presents a novel algorithm for decomposing NFA automata into one-state-active modules for parallel execution on Multiprocessor Systems on Chip (MP-SoC). Furthermore, performance related studies based on a 16-PE system for Snort, Bro and Linux-L7 regular expressions are presented. ©2009 IEEE.
Resumo:
This paper describes an end-user model for a domestic pervasive computing platform formed by regular home objects. The platform does not rely on pre-planned infrastructure; instead, it exploits objects that are already available in the home and exposes their joint sensing, actuating and computing capabilities to home automation applications. We advocate an incremental process of the platform formation and introduce tangible, object-like artifacts for representing important platform functions. One of those artifacts, the application pill, is a tiny object with a minimal user interface, used to carry the application, as well as to start and stop its execution and provide hints about its operational status. We also emphasize streamlining the user's interaction with the platform. The user engages any UI-capable object of his choice to configure applications, while applications issue notifications and alerts exploiting whichever available objects can be used for that purpose. Finally, the paper briefly describes an actual implementation of the presented end-user model. © (2010) by International Academy, Research, and Industry Association (IARIA).
Resumo:
Learning or writing regular expressions to identify instances of a specific
concept within text documents with a high precision and recall is challenging.
It is relatively easy to improve the precision of an initial regular expression
by identifying false positives covered and tweaking the expression to avoid the
false positives. However, modifying the expression to improve recall is difficult
since false negatives can only be identified by manually analyzing all documents,
in the absence of any tools to identify the missing instances. We focus on partially
automating the discovery of missing instances by soliciting minimal user
feedback. We present a technique to identify good generalizations of a regular
expression that have improved recall while retaining high precision. We empirically
demonstrate the effectiveness of the proposed technique as compared to
existing methods and show results for a variety of tasks such as identification of
dates, phone numbers, product names, and course numbers on real world datasets