126 resultados para Home rule
Resumo:
Augmented Reality systems overlay computer generated information onto a user's natural senses. Where this additional information is visual, the information is overlaid on the user's natural visual field of view through a head mounted (or “head-up”) display device. Integrated Home Systems provides a network that links every electrical device in the home which provides to a user both control and data transparency across the network.
Resumo:
Much of the literature in international business analysing the multinational enterprise uses the country as the relevant environmental parameter. This paper presents both theoretical and empirical evidence to demonstrate that country-level analysis now needs to be augmented by analysis at the ‘regional’ level of the broad triad markets of Europe, North America and the Asia Pacific. The great majority of the world's 500 largest firms concentrate their activities within their home region of the triad. This study uses variance component analysis and finds that this home region effect outperforms the country effect. Together, the regional and industry effects explain most of the geographic expansion of multinational enterprises (MNEs), whereas country, firm and year effects are very minor. The new data and variance component analysis on the activities of large MNEs reported here suggest that new thinking is required about the importance of large regions of the triad as the relevant unit of analysis for business strategy to supplement the conventional focus on the country.
Resumo:
Rensch’s rule, which states that the magnitude of sexual size dimorphism tends to increase with increasing body size, has evolved independently in three lineages of large herbivorous mammals: bovids (antelopes), cervids (deer), and macropodids (kangaroos). This pattern can be explained by a model that combines allometry,life-history theory, and energetics. The key features are thatfemale group size increases with increasing body size and that males have evolved under sexual selection to grow large enough to control these groups of females. The model predicts relationships among body size and female group size, male and female age at first breeding,death and growth rates, and energy allocation of males to produce body mass and weapons. Model predictions are well supported by data for these megaherbivores. The model suggests hypotheses for why some other sexually dimorphic taxa, such as primates and pinnipeds(seals and sea lions), do or do not conform to Rensh’s rule.
Resumo:
Providing homeowners with real-time feedback on their electricity consumption through a dedicated display device has been shown to reduce consumption by approximately 6-10%. However, recent advances in smart grid technology have enabled larger sample sizes and more representative sample selection and recruitment methods for display trials. By analyzing these factors using data from current studies, this paper argues that a realistic, large-scale conservation effect from feedback is in the range of 3-5%. Subsequent analysis shows that providing real-time feedback may not be a cost effective strategy for reducing carbon emissions in Australia, but that it may enable additional benefits such as customer retention and peak-load shift.
Resumo:
This paper constructs a housing market model to analyse conditions for different generations of households in the UK. Previous policy work has suggested that baby-boomers have benefitted at the expense of younger generations. The model relies on a form of financial accelerator in which existing homeowners reinvest a proportion of the capital gains on moving home. The model is extended to look at homeownership probabilities. It also explains why an increasing share of mortgages has gone to existing owners, despite market liberalisation and securitisation. In addition, the model contributes to the explanation of volatility.
Resumo:
This article examines the ways that technological objects inside the home are viewed and productively used by a group of older people to extend their access to environments beyond the home. Beginning with a discussion of types of domestic object, we highlight appliances and gadgets, and focus our attentions on the latter. The changes in life brought on by ageing, in particular a reduction in mobility, provide the context for our study, in which access to the outside world becomes increasingly difficult. Recognising their changing circumstances led our participants to actively and selectively engage with these objects, mitigating the shrinking of their accessible environment by using them as a gateway to the many virtual worlds now available. We coin the term ‘portal objects’ to describe the potential that this type of technological object provides, and suggest that the investigation of interiors can be enriched by recognising and including the worlds outside that become integral to occupation inside.
Resumo:
This paper examines the relationship between embodied individuals and the home that they inhabit. Although there has been some work on both the embodied practices in the home and on the material nature of the home itself, this has not been integrated with the majority of research on home which has focused on meaning. It is argued that there is a lack of a unifying framework that can incorporate both use and meaning elements of home. A way of incorporating these elements through adoption of the concept of affordances is put forward. However, the affordance approach needs to be developed to achieve this. The paper does this first by incorporating the concept of intentionality of actions and then through the use of the concept of well‐being. Debates about housing for people with a physical disability and the practical help provided to this group of people are used to illustrate how the approach could work.
Resumo:
Using NCANDS data of US child maltreatment reports for 2009, logistic regression, probit analysis, discriminant analysis and an artificial neural network are used to determine the factors which explain the decision to place a child in out-of-home care. As well as developing a new model for 2009, a previous study using 2005 data is replicated. While there are many small differences, the four estimation techniques give broadly the same results, demonstrating the robustness of the results. Similarly, apart from age and sexual abuse, the 2005 and 2009 results are roughly similar. For 2009, child characteristics (particularly child emotional problems) are more important than the nature of the abuse and the situation of the household; while caregiver characteristics are the least important. All these models have low explanatory power.
Resumo:
In a world where massive amounts of data are recorded on a large scale we need data mining technologies to gain knowledge from the data in a reasonable time. The Top Down Induction of Decision Trees (TDIDT) algorithm is a very widely used technology to predict the classification of newly recorded data. However alternative technologies have been derived that often produce better rules but do not scale well on large datasets. Such an alternative to TDIDT is the PrismTCS algorithm. PrismTCS performs particularly well on noisy data but does not scale well on large datasets. In this paper we introduce Prism and investigate its scaling behaviour. We describe how we improved the scalability of the serial version of Prism and investigate its limitations. We then describe our work to overcome these limitations by developing a framework to parallelise algorithms of the Prism family and similar algorithms. We also present the scale up results of a first prototype implementation.
Resumo:
In a world where data is captured on a large scale the major challenge for data mining algorithms is to be able to scale up to large datasets. There are two main approaches to inducing classification rules, one is the divide and conquer approach, also known as the top down induction of decision trees; the other approach is called the separate and conquer approach. A considerable amount of work has been done on scaling up the divide and conquer approach. However, very little work has been conducted on scaling up the separate and conquer approach.In this work we describe a parallel framework that allows the parallelisation of a certain family of separate and conquer algorithms, the Prism family. Parallelisation helps the Prism family of algorithms to harvest additional computer resources in a network of computers in order to make the induction of classification rules scale better on large datasets. Our framework also incorporates a pre-pruning facility for parallel Prism algorithms.
Resumo:
Top Down Induction of Decision Trees (TDIDT) is the most commonly used method of constructing a model from a dataset in the form of classification rules to classify previously unseen data. Alternative algorithms have been developed such as the Prism algorithm. Prism constructs modular rules which produce qualitatively better rules than rules induced by TDIDT. However, along with the increasing size of databases, many existing rule learning algorithms have proved to be computational expensive on large datasets. To tackle the problem of scalability, parallel classification rule induction algorithms have been introduced. As TDIDT is the most popular classifier, even though there are strongly competitive alternative algorithms, most parallel approaches to inducing classification rules are based on TDIDT. In this paper we describe work on a distributed classifier that induces classification rules in a parallel manner based on Prism.
Resumo:
Induction of classification rules is one of the most important technologies in data mining. Most of the work in this field has concentrated on the Top Down Induction of Decision Trees (TDIDT) approach. However, alternative approaches have been developed such as the Prism algorithm for inducing modular rules. Prism often produces qualitatively better rules than TDIDT but suffers from higher computational requirements. We investigate approaches that have been developed to minimize the computational requirements of TDIDT, in order to find analogous approaches that could reduce the computational requirements of Prism.
Resumo:
The fast increase in the size and number of databases demands data mining approaches that are scalable to large amounts of data. This has led to the exploration of parallel computing technologies in order to perform data mining tasks concurrently using several processors. Parallelization seems to be a natural and cost-effective way to scale up data mining technologies. One of the most important of these data mining technologies is the classification of newly recorded data. This paper surveys advances in parallelization in the field of classification rule induction.