3 resultados para Space and time

em Nottingham eTheses


Relevância:

100.00% 100.00%

Publicador:

Resumo:

Time is crucial to the implementation, operation and effectiveness of social policies, yet the subject has often treated the meaning of time as theoretically unproblematic. It focuses more upon what policies do and less upon the contexts within which the practices and assumptions of social actors are embedded. The article offers a more sophisticated theoretical account of time upon which is based an exploration of the main temporal features of welfare capitalism. It then goes on to examine three recent and prominent research projects in order to show how and why they fail to incorporate a convincing social theory of time.

Relevância:

100.00% 100.00%

Publicador:

Resumo:

As an immune-inspired algorithm, the Dendritic Cell Algorithm (DCA), produces promising performance in the field of anomaly detection. This paper presents the application of the DCA to a standard data set, the KDD 99 data set. The results of different implementation versions of the DCA, including antigen multiplier and moving time windows, are reported. The real-valued Negative Selection Algorithm (NSA) using constant-sized detectors and the C4.5 decision tree algorithm are used, to conduct a baseline comparison. The results suggest that the DCA is applicable to KDD 99 data set, and the antigen multiplier and moving time windows have the same effect on the DCA for this particular data set. The real-valued NSA with contant-sized detectors is not applicable to the data set. And the C4.5 decision tree algorithm provides a benchmark of the classification performance for this data set.

Relevância:

100.00% 100.00%

Publicador:

Resumo:

Starting with an evaluator for a language, an abstract machine for the same language can be mechanically derived using successive program transformations. This has relevance to studying both the space and time properties of programs because these can be estimated by counting transitions of the abstract machine and measuring the size of the additional data structures needed, such as environments and stacks. In this article we use this process to derive a function that accurately counts the number of steps required to evaluate expressions in a simple language.