Results for ' runtime'

46 found
Order:
  1.  33
    Runtime Verification for High-Level Security Properties: Case Study on the TPM Software Stack.Yani Ziani, Nikolai Kosmatov, Frédéric Loulergue & Daniel Gracia Pérez - 2025 - In Marieke Huisman & Falk Howar, Tests and Proofs: 18th International Conference, TAP 2024, Milan, Italy, September 9–10, 2024, Proceedings. Cham: Springer Nature Switzerland. pp. 87-106.
    The Trusted Platform Module (TPM) is a cryptoprocessor designed to provide hardware-based secure storage and protect integrity of modern computers. Communications with the TPM go through the TPM Software Stack (TSS), a popular implementation of which is the open-source library tpm2-tss. It is thus crucial to ensure that no leak of sensitive data may occur in the TSS during communications between the host platform and the TPM. Recent work on deductive verification of functional and safety properties for this library faced (...)
    No categories
    Direct download  
     
    Export citation  
     
    Bookmark  
  2.  33
    Mathematical runtime analysis for the non-dominated sorting genetic algorithm II (NSGA-II).Weijie Zheng & Benjamin Doerr - 2023 - Artificial Intelligence 325 (C):104016.
    Direct download (2 more)  
     
    Export citation  
     
    Bookmark   3 citations  
  3.  62
    Algorithm runtime prediction: Methods & evaluation.Frank Hutter, Lin Xu, Holger H. Hoos & Kevin Leyton-Brown - 2014 - Artificial Intelligence 206 (C):79-111.
  4.  9
    Mathematical runtime analysis of a multi-Valued estimation of distribution algorithm.Sumit Adak & Carsten Witt - 2026 - Artificial Intelligence 353 (C):104501.
    Direct download (2 more)  
     
    Export citation  
     
    Bookmark  
  5.  57
    Runtime verification using the temporal description logic ALC -LTL revisited.Franz Baader & Marcel Lippmann - 2014 - Journal of Applied Logic 12 (4):584-613.
    Direct download (3 more)  
     
    Export citation  
     
    Bookmark  
  6.  37
    Efficient Temporal Logic Runtime Monitoring for Tiny Systems.Rüdiger Ehlers - 2025 - In Marieke Huisman & Falk Howar, Tests and Proofs: 18th International Conference, TAP 2024, Milan, Italy, September 9–10, 2024, Proceedings. Cham: Springer Nature Switzerland. pp. 3-21.
    While the theory and practice of runtime monitoring are overall well developed, in embedded systems, runtime monitoring is not as common as one would expect. Especially small-scale embedded systems, which are found in many household devices, are often somewhat safety-critical and could benefit from the possibility to detect software or hardware defects that cannot be uncovered with verification alone. While monitoring frameworks such as RTLola and Copilot are available to address this problem, employing them leads to a gap (...)
    No categories
    Direct download  
     
    Export citation  
     
    Bookmark  
  7. Tripping through runtime.Valentina Vuksic - 2012 - AI and Society 27 (2):325-327.
    “ Tripping through ” is an invitation to plunge into the invisible relationships of hard and soft computer matter through sensuous mediation. The projects outlined are designed to provoke and capture the specific behavior of individual computer components through the use of appropriate software fragments. If one approaches a digital apparatus with a transducer that transforms electromagnetic fields into acoustic waves, the analytical sphere is changed into concrete acoustical phenomena and enters the world of sensation (electromagnetic emissions can be picked (...)
    Direct download (4 more)  
     
    Export citation  
     
    Bookmark  
  8. Ontological foundations for software requirements with a focus on requirements at runtime.Bruno Borlini Duarte, Andre Luiz de Castro Leal, Ricardo de Almeida Falbo, Giancarlo Guizzardi, Renata S. S. Guizzardi & Vítor E. Silva Souza - 2018 - Applied ontology 13 (2):73-105.
    The use of Requirements at Runtime (RRT) is an emerging research area. Many methods and frameworks that make use of requirements models during software execution can be found in the literature. How...
    No categories
    Direct download (4 more)  
     
    Export citation  
     
    Bookmark   4 citations  
  9. Constitutive vs. Corrective: A Causal Taxonomy of Human Runtime Involvement in AI Systems.Kevin Baum & Johann Laux - manuscript
    As AI systems increasingly permeate high-stakes decisionmaking, the terminology regarding human involvement - Human-in-the-Loop (HITL), Human-on-the-Loop (HOTL), and Human Oversighthas become vexingly ambiguous. This ambiguity complicates interdisciplinary collaboration between computer science, law, philosophy, psychology, and sociology and can lead to regulatory uncertainty. We propose a clarification grounded in causal structure, focused on human involvement during the runtime of AI systems. The distinction between HITL and HOTL, we argue, is not primarily spatial but causal: HITL is constitutive (a human contribution (...)
    Direct download  
     
    Export citation  
     
    Bookmark  
  10.  39
    A comparative runtime analysis of heuristic algorithms for satisfiability problems.Yuren Zhou, Jun He & Qing Nie - 2009 - Artificial Intelligence 173 (2):240-257.
    Direct download (2 more)  
     
    Export citation  
     
    Bookmark  
  11.  98
    Energy-Efficient Work-Stealing Language Runtimes.Haris Ribic & Yu David Liu - unknown - Hermes 33:38.
    No categories
    Direct download  
     
    Export citation  
     
    Bookmark  
  12. Measuring Intelligence and Growth Rate: Variations on Hibbard's Intelligence Measure.Samuel Alexander & Bill Hibbard - 2021 - Journal of Artificial General Intelligence 12 (1):1-25.
    In 2011, Hibbard suggested an intelligence measure for agents who compete in an adversarial sequence prediction game. We argue that Hibbard’s idea should actually be considered as two separate ideas: first, that the intelligence of such agents can be measured based on the growth rates of the runtimes of the competitors that they defeat; and second, one specific (somewhat arbitrary) method for measuring said growth rates. Whereas Hibbard’s intelligence measure is based on the latter growth-rate-measuring method, we survey other methods (...)
    Direct download  
     
    Export citation  
     
    Bookmark   4 citations  
  13. Computer Says I Don’t Know: An Empirical Approach to Capture Moral Uncertainty in Artificial Intelligence.Andreia Martinho, Maarten Kroesen & Caspar Chorus - 2021 - Minds and Machines 31 (2):215-237.
    As AI Systems become increasingly autonomous, they are expected to engage in decision-making processes that have moral implications. In this research we integrate theoretical and empirical lines of thought to address the matters of moral reasoning and moral uncertainty in AI Systems. We reconceptualize the metanormative framework for decision-making under moral uncertainty and we operationalize it through a latent class choice model. The core idea being that moral heterogeneity in society can be codified in terms of a small number of (...)
    Direct download (3 more)  
     
    Export citation  
     
    Bookmark   4 citations  
  14. Fast Exact Multiplication Using Fibonacci Multiples.A. Eslami - forthcoming - TBA.
    We present a practical, hybrid algorithm for exact multiplication of large integers combining multiple advanced techniques to achieve practically faster performance than standard implementations while maintaining deterministic correctness. This method integrates: -/- - Fibonacci multiples with recursive doubling - Zeckendorf decomposition and block aggregation to reduce the effective number of blocks r_effective - FFT convolution on smaller, cache-friendly arrays - Hierarchical B-Tree merging with Strassen-style divide-and-conquer for multi-digit addition - SHA verification for deterministic exactness -/- The algorithm achieves asymptotic complexity (...)
    Direct download  
     
    Export citation  
     
    Bookmark  
  15.  39
    Ethical crisis communication and distributed accountability in algorithmically managed transport systems: a normative governance framework.Hemachandran K., Raul Villamarin Rodriguez & Manjeet Rege - forthcoming - Journal of Information, Communication and Ethics in Society:1-28.
    Purpose This study aims to develop a normative ethical framework for crisis communication and accountability in algorithmically managed transportation systems. It examines how transparency, responsibility, justice and care should be ethically operationalized when crises arise from complex socio-technical coordination rather than from isolated human error. Design/methodology/approach This study uses a structured narrative synthesis (2020–2025) across crisis communication ethics, information ethics, algorithmic governance and transport regulation to construct a multi-layered normative framework, which is subsequently used to interpret a public aviation disruption (...)
    No categories
    Direct download (2 more)  
     
    Export citation  
     
    Bookmark  
  16.  18
    Biological Presentism and Consciousness.Joseph Goldberger - unknown
    Contemporary physics remains fractured by a profound explanatory gap regarding the ontological status of the present moment. While the Block Universe of General Relativity dismisses the passage of time as a persistent illusion, human phenomenological experience, quantum non-locality, and modern quantum gravity foundations strongly imply the existence of an absolute, privileged present moment. This paper proposes The Biological Presentist Model. I reframe spacetime not as a static, four-dimensional geometric manifold, but as an active, five- dimensional manifold comprising a two-dimensional spatial (...)
    Direct download  
     
    Export citation  
     
    Bookmark  
  17.  17
    On Controllability in Agentic AI: A Survey.My H. Nguyen, Duc-Hai Nguyen, Barry O’Sullivan & Hoang D. Nguyen - 2026 - Minds and Machines 36 (2):29.
    As artificial intelligence systems acquire increasing autonomy, the question of how humans can maintain meaningful control over their behavior becomes urgent. This question is especially pressing for agentic AI: systems built on foundation models that coordinate networks of autonomous agents to pursue complex goals with minimal human oversight. While the engineering literature has developed several mechanisms for constraining such systems, it has largely treated controllability as a purely causal property, the ability to physically intervene in a system’s operation, without engaging (...)
    Direct download (3 more)  
     
    Export citation  
     
    Bookmark  
  18. One hundred prisoners and a lightbulb — logic and computation.Hans van Ditmarsch & Jan van Eijck - unknown
    This is a case-study in knowledge representation. We analyze the ‘one hundred prisoners and a lightbulb’ puzzle. In this puzzle it is relevant what the agents (prisoners) know, how their knowledge changes due to observations, and how they affect the state of the world by changing facts, i.e., by their actions. These actions depend on the history of previous actions and observations. Part of its interest is that all actions are local, i.e. not publicly observable, and part of the problem (...)
     
    Export citation  
     
    Bookmark   7 citations  
  19. An experimental analysis on the similarity of argumentation semantics.Federico Cerutti, Matthias Thimm & Mauro Vallati - 2020 - Argument and Computation 11 (3):269-304.
    In this paper we ask whether approximation for abstract argumentation is useful in practice, and in particular whether reasoning with grounded semantics – which has polynomial runtime – is already an approximation approach sufficient for several practical purposes. While it is clear from theoretical results that reasoning with grounded semantics is different from, for example, skeptical reasoning with preferred semantics, we investigate how significant this difference is in actual argumentation frameworks. As it turns out, in many graphs models, reasoning (...)
    Direct download (4 more)  
     
    Export citation  
     
    Bookmark   2 citations  
  20.  20
    Piecewise Testable and Strictly Piecewise Functions for Long-distance Phonological Processes.Phillip Burness & Kevin McMullin - forthcoming - Journal of Logic, Language and Information:1-30.
    Strictly Local (SL) languages have proven useful for the modeling of local phonotactic dependencies and functional analogues that can describe local phonological processes were recently defined by exploiting a convenient property: namely that a word’s suffix (up to a particular finite length) determines its grammatical continuations. Strictly Piecewise (SP) languages are much like the SL languages and have been used to model non-local phonotactic dependencies, the difference between SL and SP languages being the choice of strict or general precedence. A (...)
    Direct download (3 more)  
     
    Export citation  
     
    Bookmark  
  21.  67
    Parameterized complexity of abstract argumentation with collective attacks.Wolfgang Dvořák, Matthias König & Stefan Woltran - 2025 - Argument and Computation 16 (1):36-93.
    argumentation has proven to be a versatile tool to model and analyze various problems in an argumentative setting. The addition of collective attacks syntactically extends Dung’s original argumentation frameworks (AFs), while retaining the most desirable properties—the resulting class of frameworks is called SETAFs. While most reasoning tasks in the realm of abstract argumentation have been shown to be intractable, real-world instances oftentimes are not entirely random but admit a certain structure that allows for efficient computational shortcuts. In certain cases, we (...)
    Direct download (2 more)  
     
    Export citation  
     
    Bookmark  
  22.  35
    Finitely bounded homogeneity turned inside-out.Jakub Rydval - forthcoming - Journal of Mathematical Logic.
    Deciding the amalgamation property for a given class of finite structures is an important subroutine in classifying countable finitely homogeneous structures. We study the computational complexity of the amalgamation decision problem for finitely bounded classes, i.e. classes specified by a finite set of forbidden finite substructures, or equivalently by a finite set of universal axioms. We link the amalgamation decision problem to the problem of testing the containment between the reducts of two given finitely bounded amalgamation classes to a given (...)
    Direct download (3 more)  
     
    Export citation  
     
    Bookmark  
  23.  55
    Tractable algorithms for strong admissibility.Martin Caminada & Sri Harikrishnan - 2025 - Argument and Computation 16 (2):212-236.
    Much like admissibility is the key concept underlying preferred semantics, strong admissibility is the key concept underlying grounded semantics, as membership of a strongly admissible set is sufficient to show membership of the grounded extension. As such, strongly admissible sets and labellings can be used as an explanation of membership of the grounded extension, as is for instance done in some of the proof procedures for grounded semantics. In the current paper, we present two polynomial algorithms for constructing relatively small (...)
    Direct download (3 more)  
     
    Export citation  
     
    Bookmark  
  24.  95
    Roles, players and adaptable organizations.Alan Colman & Jun Han - 2007 - Applied ontology 2 (2):105-126.
    Role is a commonly used concept in software development, but a concept with divergent definitions. This paper discusses the characteristics of roles in software organizations, and contrasts such organization roles with other player-centric conceptions. Roles in organizations have their own identity and do not depend on role players for their existence. In software terms, such roles are first-class runtime entities rather than just design concepts. We define characteristic properties of both roles and players in organizational contexts, and show how (...)
    Direct download (2 more)  
     
    Export citation  
     
    Bookmark   3 citations  
  25.  86
    A tool for merging extensions of abstract argumentation frameworks.Jérôme Delobelle & Jean-Guy Mailly - 2022 - Argument and Computation 13 (3):361-368.
    We describe a tool that allows the merging of extensions of argumentation frameworks, following the approach defined by 33–42). The tool is implemented in Java, and is highly modular thanks to Object Oriented Programming principles. We describe a short experimental study that assesses the scalability of the approach, as well as the impact on runtime of using an integrity constraint.
    Direct download (4 more)  
     
    Export citation  
     
    Bookmark  
  26. Rethinking autonomy.Richard Alterman - 2000 - Minds and Machines 10 (1):15-30.
    This paper explores the assumption of autonomy. Several arguments are presented against the assumption of runtime autonomy as a principle of design for artificial intelligence systems. The arguments vary from being theoretical, to practical, and to analytic. The latter parts of the paper focus on one strategy for building non-autonomous systems (the practice view). One critical theme is that intelligence is not located in the system alone, it emerges from a history of interactions among user, builder, and designer over (...)
    Direct download (6 more)  
     
    Export citation  
     
    Bookmark   3 citations  
  27. Variety in Ancient Greek aspect interpretation.Corien Bary & Markus Egg - 2012 - Linguistics and Philosophy 35 (2):111-134.
    The wide range of interpretations of aoristic and imperfective aspect in Ancient Greek cannot be attributed to unambiguous aspectual operators but suggest an analysis in terms of coercion in the spirit of de Swart (Nat Lang Linguist Theory 16:347–385, 1998). But since such an analysis cannot explain the Ancient Greek data, we combine Klein’s (Time in language, 1994) theory of tense and aspect with Egg’s (Flexible semantics for reinterpretation phenomena, 2005) aspectual coercion approach. Following Klein. (grammatical) aspect relates the (...) of an eventuality and the current time of reference (topic time). We claim that these relations can trigger aspectual selection restrictions (and subsequent aspectual coercions) just like e.g. aspectually relevant temporal adverbials, and are furthermore susceptible to the Duration Principle of Egg (Flexible semantics for reinterpretation phenomena, 2005): Properties of eventualities must be compatible with respect to the duration they specify for an eventuality. The Duration Principle guides the selection between different feasible coercion operators in cases of aspectual coercion but can also trigger coercions of its own. We analyse the interpretations of aorist and imperfective as cases of coercion that avoid impending violations of aspectual selection restrictions or of the Duration Principle, which covers cases that are problematic for de Swart’s (Nat Lang Linguist Theory 16:347–385, 1998) analysis. (shrink)
    Direct download (7 more)  
     
    Export citation  
     
    Bookmark   1 citation  
  28.  73
    Using Adaptive Object Model to Basketball Tracking Algorithm and Simulation.Tongjin Qian, Peng Yao, Mei Guo, Dong Wang & Yuan Yao - 2020 - Complexity 2020:1-11.
    The adaptive object model method is an effective way to develop dynamic and configurable adaptive software. It has the characteristics of metamodel, description drive, and runtime reflection. First, the core idea of the adaptive object model is explained; then, the five modes of establishing the metamodel in the adaptive object model architecture, the model engine, and supporting tools are analyzed; and the basketball tracking algorithm of the adaptive object model is discussed. Secondly, a two-dimensional joint information strategy is proposed (...)
    No categories
    Direct download (2 more)  
     
    Export citation  
     
    Bookmark  
  29.  63
    An Improved Integrated Scheduling Algorithm with Process Sequence Time-Selective Strategy.Zhen Wang, Xiaohuan Zhang & Gang Peng - 2021 - Complexity 2021:1-10.
    The integrated scheduling algorithm of process sequence time-selective strategy is an advanced algorithm in the field of integrated scheduling. The proposed algorithm points out the shortcomings of the process sequence time-selective strategy. Generally, there are too many “trial scheduling” times. The authors propose that there is no need to make “trial scheduling” at every “quasi-scheduling time point.” In fact, the process scheduling scheme can be obtained by trial scheduling on some “quasi-scheduling time points.” The scheduling result is the same as (...)
    Direct download (2 more)  
     
    Export citation  
     
    Bookmark  
  30.  69
    Towards real-time DNA biometrics using GPU-accelerated processing.Mario Reja, Ciprian Pungila & Viorel Negru - forthcoming - Logic Journal of the IGPL.
    Decoding the human genome in the past decades has brought into focus a computationally intensive operation through DNA profiling. The typical search space for these kinds of problems is extremely large and requires specialized hardware and algorithms to perform the necessary sequence analysis. In this paper, we propose an innovative and scalable approach to exact multi-pattern matching of nucleotide sequences by harnessing the massively parallel computing power found in commodity graphical processing units. Our approach places careful consideration on preprocessing of (...)
    Direct download (2 more)  
     
    Export citation  
     
    Bookmark  
  31.  62
    (1 other version)Seperating the intrinsic complexity and the derivational complexity of the word problem for finitely presented groups.Daniel E. Cohen, Klaus Madlener & Friedrich Otto - 1993 - Mathematical Logic Quarterly 39 (1):143-157.
    A pseudo-natural algorithm for the word problem of a finitely presented group is an algorithm which not only tells us whether or not a word w equals 1 in the group but also gives a derivation of 1 from w when w equals 1. In [13], [14] Madlener and Otto show that, if we measure complexity of a primitive recursive algorithm by its level in the Grzegorczyk hierarchy, there are groups in which a pseudo-natural algorithm is arbitrarily more complicated than (...)
    Direct download  
     
    Export citation  
     
    Bookmark  
  32.  61
    生成と検査の論理プログラムの統合による極小限定・定理証明器の構築.若木 利子 & 富田 一夫 - 2007 - Transactions of the Japanese Society for Artificial Intelligence 22 (5):472-481.
    Recently we proposed a method of compiling prioritized circumscription into answer set programming. However, its encoding has the guess and check structure, where the candidates are generated by the guess program and the check is expressed by the inconsistency of the check program. In this paper, we present another method which compiles prioritized circumscription into a single general disjunctive program by means of integration of the guess and check programs. The answer sets of the transformed GDP yield models of a (...)
    No categories
    Direct download (2 more)  
     
    Export citation  
     
    Bookmark  
  33.  46
    セルラ・オートマトン・シミュレータ用インタプリタの開発.赤嶺 有平, 遠藤 聡志 & 山田 孝治 - 2002 - Transactions of the Japanese Society for Artificial Intelligence 17 (4):380-389.
    Cellular Automata, which is a method for analyzing phenomena of complex systems, allows us to construct many kinds of simulators such as road traffic simulators. When we design a CA model, we need a CA simulator for verification of its result. However, at the present, we need to develop a software simulator since CA dedicated computers have not been generalized yet. We need to use a trial and error method with the simulator for design of local rules, which is the (...)
    No categories
    Direct download (2 more)  
     
    Export citation  
     
    Bookmark  
  34.  49
    Efficient Algorithms for Mining Frequent Patterns from Sparse and Dense Databases.Gita Alaghband & Lan Vu - 2015 - Journal of Intelligent Systems 24 (2):181-197.
    In this article, we present a new approach for frequent pattern mining that runs fast for both sparse and dense databases. Two algorithms, FEM and DFEM, based on our approach are also introduced. FEM applies a fixed threshold as the condition for switching between the two mining strategies; meanwhile, DFEM adopts this threshold dynamically at runtime to best fit the characteristics of the database during the mining process, especially when minimum support threshold is low. Additionally, we present optimization techniques (...)
    No categories
    Direct download  
     
    Export citation  
     
    Bookmark  
  35.  66
    Representation, Interaction, and Intersubjectivity.Richard Alterman - 2007 - Cognitive Science 31 (5):815-841.
    What the participants share, their common “sense” of the world, creates a foundation, a framing, an orientation that enables human actors to see and act in coordination with one another. For recurrent activities, the methods the participants use to understand each other as they act change, making the intersubjective space in which actors operate richer and easier to produce. This article works through some of the issues that emerge from a close examination of intersubjectivity as it is managed through representation (...)
    Direct download (2 more)  
     
    Export citation  
     
    Bookmark   2 citations  
  36.  24
    Barrier elision for production parallel programs.M. Chabbi, W. Lavrijsen, W. De Jong, K. Sen, J. Mellor-Crummey & C. Iancu - unknown
    Copyright 2015 ACM.Large scientific code bases are often composed of several layers of runtime libraries, implemented in multiple programming languages. In such situation, programmers often choose conservative synchronization patterns leading to suboptimal performance. In this paper, we present context-sensitive dynamic optimizations that elide barriers redundant during the program execution. In our technique, we perform data race detection alongside the program to identify redundant barriers in their calling contexts; after an initial learning, we start eliding all future instances of barriers (...)
    No categories
    Direct download  
     
    Export citation  
     
    Bookmark  
  37.  78
    Programming norm change.Mehdi Dastani, John-Jules Meyer & Nick Tinnemeier - 2012 - Journal of Applied Non-Classical Logics 22 (1-2):151-180.
    To adequately deal with unpredictable and dynamic environments, normative frameworks typically deployed in mechanisms for modifying the norms at runtime are crucial. We present the syntax and operational semantics of programming constructs to facilitate runtime norm modification, allowing a programmer to specify when and how the norms may be changed by external agents or by the normative mechanism. The norms take on the form of conditional obligations and prohibitions, instantiating obligations and prohibitions. We present rule-based constructs for (...) modification of the norms and their instances, and a mechanism for automatically updating the instances when their underlying norms change. Moreover, we investigate a mechanism for avoiding norm conflicts. (shrink)
    Direct download (4 more)  
     
    Export citation  
     
    Bookmark  
  38.  79
    Computation with run time skolemisation (N-Prolog part 3).D. M. Gabbay & U. Reyle - 1993 - Journal of Applied Non-Classical Logics 3 (1):93-128.
    ABSTRACT Two computation procedures are described for intuitionistic and classical logic. The first introduces Skolem functions at runtime. The second restricts unification by time stamping. For universal Horn clauses the computation is the same as Prolog.
    Direct download (3 more)  
     
    Export citation  
     
    Bookmark   2 citations  
  39.  52
    Long-term mutual training for the cybathlon bci race with a tetraplegic pilot: A case study on inter-session transfer and intra-session adaptation.Lea Hehenberger, Reinmar J. Kobler, Catarina Lopes-Dias, Nitikorn Srisrisawang, Peter Tumfart, John B. Uroko, Paul R. Torke & Gernot R. Müller-Putz - 2021 - Frontiers in Human Neuroscience 15.
    CYBATHLON is an international championship where people with severe physical disabilities compete with the aid of state-of-the-art assistive technology. In one of the disciplines, the BCI Race, tetraplegic pilots compete in a computer game race by controlling an avatar with a brain-computer interface. This competition offers a perfect opportunity for BCI researchers to study long-term training effects in potential end-users, and to evaluate BCI performance in a realistic environment. In this work, we describe the BCI system designed by the team (...)
    No categories
    Direct download (2 more)  
     
    Export citation  
     
    Bookmark  
  40.  58
    Editorial: Semantic Approaches to Binding.Edward L. Keenan - unknown
    Binding relations are fimdamentally semantic in nature. They arise as relations that are established with an interpretation. This is most apparent with dynamic binding, of the kind found in Dynamic Predicate Logic. Here it is the runtime of the evaluation that may permit a binding relation, in..
    Direct download  
     
    Export citation  
     
    Bookmark  
  41.  41
    Venture financing risk assessment and risk control algorithm for small and medium-sized enterprises in the era of big data.Jiehui Li - 2022 - Journal of Intelligent Systems 31 (1):611-622.
    The existing risk assessment and control methods of enterprise risk financing have a large error in mobile data, which leads to inaccurate risk assessment results and low-risk optimization control efficiency. In order to improve the accuracy of risk financing risk assessment for small and medium-sized enterprises and risk control optimization efficiency, this article proposes risk assessment and risk control algorithms for SMEs in the era of big data. Through verifying the information of the loan application and supplementing the data during (...)
    No categories
    Direct download  
     
    Export citation  
     
    Bookmark  
  42.  86
    Instance Based Classification for Decision Making in Network Data.Amarjit Singh, Parag Kulkarni & Shankar Lal - 2012 - Journal of Intelligent Systems 21 (2):167-193.
    . Network data analysis helps in capturing node usage behavior. Existing algorithms use reduced feature set to manage high runtime complexity. Ignoring features may increase classification errors. This paper presents a model, allowing classification of network traffic, while considering all the relevant features. Learning phase partitions training sample on values of the respective features. This creates equivalence classes related to m features. During classification, each feature value of the test instance results in picking one set from equivalence class generated (...)
    No categories
    Direct download  
     
    Export citation  
     
    Bookmark  
  43.  63
    The UniversAAL Platform for AAL.Carsten Stocklöw, Konstantinos M. Giannoutakis, Rubaiyat Sadat, Roni Ram, Andrej Grguric, Joe Gorman, Christopher Mayer, Dario Salvi, Michele Girolami & Erina Ferro - 2015 - Journal of Intelligent Systems 24 (3):301-319.
    This article describes the UniversAAL platform, an open platform intended to facilitate the development, distribution, and deployment of technological solutions for Ambient assisted living. The platform is intended to benefit end users, authorities with responsibility for AAL, and organizations involved in the development and deployment of AAL services. It consists of an extensive set of resources aimed at these different groups. The resources are classified into three main groups: runtime support, development support, and community support. The article presents the (...)
    Direct download  
     
    Export citation  
     
    Bookmark  
  44.  59
    Optimizing Ontology Alignment through Linkage Learning on Entity Correspondences.Xingsi Xue, Chaofan Yang, Chao Jiang, Pei-Wei Tsai, Guojun Mao & Hai Zhu - 2021 - Complexity 2021:1-12.
    Data heterogeneity is the obstacle for the resource sharing on Semantic Web, and ontology is regarded as a solution to this problem. However, since different ontologies are constructed and maintained independently, there also exists the heterogeneity problem between ontologies. Ontology matching is able to identify the semantic correspondences of entities in different ontologies, which is an effective method to address the ontology heterogeneity problem. Due to huge memory consumption and long runtime, the performance of the existing ontology matching techniques (...)
    Direct download (2 more)  
     
    Export citation  
     
    Bookmark  
  45. The next step in systems biology: simulating the temporospatial dynamics of molecular network.Hao Zhu, Sui Huang & Pawan Dhar - 2004 - Bioessays 26 (1):68-72.
    As a result of the time‐ and context‐dependency of gene expression, gene regulatory and signaling pathways undergo dynamic changes during development. Creating a model of the dynamics of molecular interaction networks offers enormous potential for understanding how a genome orchestrates the developmental processes of an organism. The dynamic nature of pathway topology calls for new modeling strategies that can capture transient molecular links at the runtime. The aim of this paper is to present a brief and informative, but not (...)
    Direct download (2 more)  
     
    Export citation  
     
    Bookmark   2 citations  
  46.  75
    ?DreamTeam?: A platform for synchronous collaborative applications. [REVIEW]J.�rg Roth - 2000 - AI and Society 14 (1):98-119.
    This paper presents a platform for developing, testing and executing synchronous collaborative applications in a distributed, heterogeneous environment. Even though several environments exist nowadays, specific problems are not treated satisfactorily. Especially in ‘real’ network environments, problems like unstable network connections and low bandwidths have to be considered.The DreamTeam platform addresses the special needs of environments with non-optimal characteristics which can, be found in distance learning scenarios. DreamTeam comprises a development environment, a simulation environment and a runtime environment; it is (...)
    Direct download (3 more)  
     
    Export citation  
     
    Bookmark