943 resultados para PDA (Personal Data Assistent)


Relevância:

20.00% 20.00%

Publicador:

Resumo:

The final-year project for Mechanical & Space Engineering students at UQ often involves the design and flight testing of an experiment. This report describes the design and use of a simple data logger that should be suitable for collecting data from the students' flight experiments. The exercise here was taken as far as the construction of a prototype device that is suitable for ground-based testing, say, the static firing of a hybrid rocket motor.

Relevância:

20.00% 20.00%

Publicador:

Resumo:

Background and Purpose: What drives some athletes to achieve at the highest level whilst other athletes fail to achieve their physical potential? Why does the ‘fire’ burn so brightly for some elite athletes and not for others? A good understanding of an athlete’s motivation is critical to a coach designing an appropriate motivational climate to realize an athlete’s physical talent. This paper examines the motivational processes of elite athletes within the framework of three major social-cognitive theories of motivation. Method: Participants were five male and five female elite track and field athletes from Australia who had finished in the top ten at either the Olympic Games and/or the World Championships in the last six years. Qualitative data were collected using semi-structured interviews. Results and Discussion: Inductive analyses revealed several major themes associated with the motivational processes of elite athletes: (a) they were highly driven by personal goals and achievement, (b) they had strong self-belief, and (c) track and field was central to their lives. The findings are discussed in light of recent social-cognitive theories of motivation, namely, self-determination theory, the hierarchical model of motivation, and achievement goal theory. Self-determined forms of motivation characterised the elite athletes in this study and, consistent with social-cognitive theories of motivation, it is suggested that goal accomplishment enhances perceptions of competence and consequently promotes self-determined forms of motivation.

Relevância:

20.00% 20.00%

Publicador:

Resumo:

This report describes recent updates to the custom-built data-acquisition hardware operated by the Center for Hypersonics. In 2006, an ISA-to-USB bridging card was developed as part of Luke Hillyard's final-year thesis. This card allows the hardware to be connected to any recent personal computers via a (USB or RS232) serial port and it provides a number of simple text-based commands for control of the hardware. A graphical user interface program was also updated to help the experimenter manage the data acquisition functions. Sampled data is stored in text files that have been compressed with the gzip for mat. To simplify the later archiving or transport of the data, all files specific to a shot are stored in a single directory. This includes a text file for the run description, the signal configuration file and the individual sampled-data files, one for each signal that was recorded.

Relevância:

20.00% 20.00%

Publicador:

Resumo:

A combination of deductive reasoning, clustering, and inductive learning is given as an example of a hybrid system for exploratory data analysis. Visualization is replaced by a dialogue with the data.

Relevância:

20.00% 20.00%

Publicador:

Resumo:

This paper reports a comparative study of Australian and New Zealand leadership attributes, based on the GLOBE (Global Leadership and Organizational Behavior Effectiveness) program. Responses from 344 Australian managers and 184 New Zealand managers in three industries were analyzed using exploratory and confirmatory factor analysis. Results supported some of the etic leadership dimensions identified in the GLOBE study, but also found some emic dimensions of leadership for each country. An interesting finding of the study was that the New Zealand data fitted the Australian model, but not vice versa, suggesting asymmetric perceptions of leadership in the two countries.

Relevância:

20.00% 20.00%

Publicador:

Resumo:

In the context of cancer diagnosis and treatment, we consider the problem of constructing an accurate prediction rule on the basis of a relatively small number of tumor tissue samples of known type containing the expression data on very many (possibly thousands) genes. Recently, results have been presented in the literature suggesting that it is possible to construct a prediction rule from only a few genes such that it has a negligible prediction error rate. However, in these results the test error or the leave-one-out cross-validated error is calculated without allowance for the selection bias. There is no allowance because the rule is either tested on tissue samples that were used in the first instance to select the genes being used in the rule or because the cross-validation of the rule is not external to the selection process; that is, gene selection is not performed in training the rule at each stage of the cross-validation process. We describe how in practice the selection bias can be assessed and corrected for by either performing a cross-validation or applying the bootstrap external to the selection process. We recommend using 10-fold rather than leave-one-out cross-validation, and concerning the bootstrap, we suggest using the so-called. 632+ bootstrap error estimate designed to handle overfitted prediction rules. Using two published data sets, we demonstrate that when correction is made for the selection bias, the cross-validated error is no longer zero for a subset of only a few genes.

Relevância:

20.00% 20.00%

Publicador:

Resumo:

This was an early pre-Catalyst collaboration about developing reflexivity in student engineers. It was funded by (then) CUTSD.

Relevância:

20.00% 20.00%

Publicador:

Resumo:

Background: The University of Queensland has through an Australian Government initiative, established a Rural Clinical Division (RCD) at four regional sites in the southern and central Queensland. Over the fi rst four years of the existence of the RCD, an integrated package of innovative medical education has been developed. Method: The integrated aspects of the RCD program include: The Rural Medical Rotation: Every medical student undertakes an eight week rural rotation in Year 3. Year 3 and 4 MBBS - 100 students are currently spending one to two years in the rural school and demand is increasing. Interprofessional Education - Medical and Allied Health students attend lectures, seminars and workshops together and often share the same rural clinical placement. Rural health projects - allow students to undertake a project of benefi t to the rural community. Information Technology (IT) - the Clinical Discussion Board (CDB) and Personal Digital Assistants (PDA) demonstrate the importance of IT to medical students in the 21st century. Changing the Model of Medical Education - The Leichhardt Community Attachment Placement (LCAP), is a pilot study that resulted in the addition of three interns to the rural workforce. All aspects of the RCD are evaluated with surveys using both qualitative and quantitative free response questions, completed by all students regularly throughout the academic year. Results: Measures of impact include: Student satisfaction and quality of teaching surveys – 86-91% of students improved their clinical skills and understanding across all rotations. Academic results and progress – RCD students out-perform their urban colleagues. Intent to work in rural areas – 90% of students reported a greater interest in rural medicine. Intern numbers – rural / regional intern placements are increasing. Conclusions: The RCD proves to be a site for innovations all designed to help reach our primary goal of fostering increased recruitment of a rural medical workforce.

Relevância:

20.00% 20.00%

Publicador:

Resumo:

Data mining is the process to identify valid, implicit, previously unknown, potentially useful and understandable information from large databases. It is an important step in the process of knowledge discovery in databases, (Olaru & Wehenkel, 1999). In a data mining process, input data can be structured, seme-structured, or unstructured. Data can be in text, categorical or numerical values. One of the important characteristics of data mining is its ability to deal data with large volume, distributed, time variant, noisy, and high dimensionality. A large number of data mining algorithms have been developed for different applications. For example, association rules mining can be useful for market basket problems, clustering algorithms can be used to discover trends in unsupervised learning problems, classification algorithms can be applied in decision-making problems, and sequential and time series mining algorithms can be used in predicting events, fault detection, and other supervised learning problems (Vapnik, 1999). Classification is among the most important tasks in the data mining, particularly for data mining applications into engineering fields. Together with regression, classification is mainly for predictive modelling. So far, there have been a number of classification algorithms in practice. According to (Sebastiani, 2002), the main classification algorithms can be categorized as: decision tree and rule based approach such as C4.5 (Quinlan, 1996); probability methods such as Bayesian classifier (Lewis, 1998); on-line methods such as Winnow (Littlestone, 1988) and CVFDT (Hulten 2001), neural networks methods (Rumelhart, Hinton & Wiliams, 1986); example-based methods such as k-nearest neighbors (Duda & Hart, 1973), and SVM (Cortes & Vapnik, 1995). Other important techniques for classification tasks include Associative Classification (Liu et al, 1998) and Ensemble Classification (Tumer, 1996).

Relevância:

20.00% 20.00%

Publicador:

Resumo:

There are many techniques for electricity market price forecasting. However, most of them are designed for expected price analysis rather than price spike forecasting. An effective method of predicting the occurrence of spikes has not yet been observed in the literature so far. In this paper, a data mining based approach is presented to give a reliable forecast of the occurrence of price spikes. Combined with the spike value prediction techniques developed by the same authors, the proposed approach aims at providing a comprehensive tool for price spike forecasting. In this paper, feature selection techniques are firstly described to identify the attributes relevant to the occurrence of spikes. A simple introduction to the classification techniques is given for completeness. Two algorithms: support vector machine and probability classifier are chosen to be the spike occurrence predictors and are discussed in details. Realistic market data are used to test the proposed model with promising results.

Relevância:

20.00% 20.00%

Publicador:

Relevância:

20.00% 20.00%

Publicador:

Relevância:

20.00% 20.00%

Publicador:

Resumo:

Every day trillions of dollars circulate the globe in a digital data space and new forms of property and ownership emerge. Massive corporate entities with a global reach are formed and disappear with breathtaking speed, making and breaking personal fortunes the size of which defy imagination. Fictitious commodities abound. The genomes of entire nations have become corporately owned. Relationships have become the overt basis of economic wealth and political power. Hypercapitalism explores the problems of understanding this emergent form of global political economic organization by focusing on the internal relations between language, new media networks, and social perceptions of value. Taking an historical approach informed by Marx, Phil Graham draws upon writings in political economy, media studies, sociolinguistics, anthropology, and critical social science to understand the development, roots, and trajectory of the global system in which every possible aspect of human existence, including imagined futures, has become a commodity form.