18,111 research outputs found
Report on the use of linked data relating to Aboriginal and Torres Strait Islander people
The Council of Australian Governments funded the Australian Institute of Health and Welfare and the Australian Bureau of Statistics to review past, ongoing and planned data linkage studies that have an Indigenous focus. This report reviews these data linkage activities and is a companion document to the National Best Practice Guidelines for Data Linkage activities relating to Aboriginal and Torres Strait Islander people.SummaryThis review presents various Australian studies and analyses based on linked data relating to Aboriginal and Torres Strait Islander people. We reviewed whether the purpose of each study was: to enhance the value of Indigenous status information across datasets, orto enhance data other than Indigenous status for the purpose of undertaking research that cannot be undertaken using data from only one source. The review also examined: the core themes of the studiesthe datasets usedthe data linkage methodology used, or intended to be used, in the studiesdata quality issues encountered or anticipatedproblems with the quality of the Indigenous status variable on the various datasetsthe method of analysiswhat algorithms or methods were used or are planned to be used in deriving Indigenous status if Indigenous status was missing or was inconsistent across input datasetswhether researchers explored, or intend to explore, the impact of various algorithms or methods for deriving Indigenous status on the estimated outcome measures. We found that an emphasis on the use of data linkage to improve accuracy of Indigenous status in datasets has only recently emerged. Moreover: the use of survey data as a \u27gold standard\u27 for Indigenous status information when linking with other datasets has great potentialto date, data linkage has rarely been used for exploring topics related to Council ofAustralian Government\u27s (COAG) Closing the Gap Performance Indicatorsthere has been little consistency in how Indigenous data linkage is done or evaluatedthere is a small evidence base for the relative merits of different approaches to identifying Aboriginal and Torres Strait Islander people through data linkagethe existing evidence base may not be universally applicable across all Australian jurisdictions and datasets. The amount of work using linked data about Aboriginal and Torres Strait Islander people varies greatly between different states and territories. This partly reflects how long data linkage nodes have existed in each jurisdiction, but differences in legislative regimes between states and territories may also be partly responsible. Only the AIHW and ABS are currently linking data related to Aboriginal and Torres Strait Islander people on a national scale. This report should be read in conjunction with the National Best Practice Guidelines for Data Linkage activities relating to Aboriginal and Torres Strait Islander people and its online attachment, Thematic list of projects using linked data relating to Aboriginal and Torres Strait Islander people (henceforth referred to as the Thematic List)
Thematic list of projects using linked data relating to Aboriginal and Torres Strait Islander people
This report contains an alphabetical listing and description of past (published since 1991), current and planned data linkage studies relating to Aboriginal and Torres Strait Islander people. The publication provides a brief listing of: the name of the projectthe names of the investigatorsthe date of the studythe jurisdiction where the study is basedthe datasets used in the studythe core issue, or theme, of the studythe method of analysisthe method or algorithms used or intended to be used to derive Indigenous status information, if required. This list should be read in conjunction with the National best practice guidelines for data linkage activities relating to Aboriginal and Torres Strait Islander People and its online attachment, Report on the use of linked data relating to Aboriginal and Torres Strait Islander people. The list was compiled from consultations with jurisdictional departments and researchers who use linked data relating to Aboriginal and Torres Strait Islander Australians and from reports and academic journal articles that describe the analysis of linked data relating to Aboriginal and Torres Strait Islander Australians
Metadata Representations for Queryable ML Model Zoos
Machine learning (ML) practitioners and organizations are building model zoos of pre-trained models, containing metadata describing properties of the ML models and datasets that are useful for reporting, auditing, reproducibility, and interpretability purposes. The metatada is currently not standardised; its expressivity is limited; and there is no interoperable way to store and query it. Consequently, model search, reuse, comparison, and composition are hindered. In this paper, we advocate for standardized ML model metadata representation and management, proposing a toolkit supported to help practitioners manage and query that metadata.Web Information SystemsHuman-Centred Artificial Intelligenc
A Manifesto of Nodalism
This paper proposes the notion of Nodalism as a means describing contemporary culture and of understanding my own creative practice in electronic music composition. It draws on theories and ideas from Kirby, Bauman, Bourriaud, Deleuze, Guatarri, and Gochenour, to demonstrate how networks of ideas or connectionist neural models of cognitive behaviour can be used to contextualize, understand and become a creative tool for the creation of contemporary electronic music
Optimizing ML Inference Queries Under Constraints
The proliferation of pre-trained ML models in public Web-based model zoos facilitates the engineering of ML pipelines to address complex inference queries over datasets and streams of unstructured content. Constructing optimal plan for a query is hard, especially when constraints (e.g. accuracy or execution time) must be taken into consideration, and the complexity of the inference query increases. To address this issue, we propose a method for optimizing ML inference queries that selects the most suitable ML models to use, as well as the order in which those models are executed. We formally define the constraint-based ML inference query optimization problem, formulate it as a Mixed Integer Programming (MIP) problem, and develop an optimizer that maximizes accuracy given constraints. This optimizer is capable of navigating a large search space to identify optimal query plans on various model zoos.Green Open Access added to TU Delft Institutional Repository ‘You share, we take care!’ – Taverne project https://www.openaccess.nl/en/you-share-we-take-care Otherwise as indicated in the copyright section: the publisher is the copyright holder of this work and the author uses the Dutch legislation to make this work public.Web Information SystemsHuman-Centred Artificial Intelligenc
Building a generalisable ML pipeline at ING
Advances in data science have caused an increase in the use of Artificial Intelligence (AI), specifically Machine Learning (ML), throughout various fields. Not only in research but in the industry as well, has ML been receiving increasing amounts of interest. Many companies rely on ML models to increase the efficiency of existing processes or offer new services and products. The industry, however, is facing several additional challenges compared to the academic context. One of those challenges is applying the Development Operations (DevOps) model to an ML application, also referred to as MLOps. This thesis sets out to find the specific challenges that practitioners encounter while operationalising ML models. To do so, we perform a single-case case study on an ML pipeline built by the Trade & Communication Surveillance team at the ING bank. This case study consists of conducting a set of interviews and performing a manual code inspection of the pipeline. The team faces challenges ranging from having insufficient time for operationalising each ML project individually to operating in the highlyregulated fintech context. Their pipeline is able to deploy a single ML model but it does not generalise well to other projects. We present the first version of an application that mitigates these challenges. The application is able to deploy ML models to the development environment at ING and can be operated by data scientists to reduce the effort of operationalising an ML model. Computer Science | Software Technolog
'Project smells' - Experiences in Analysing the Software Quality of ML Projects with mllint
Machine Learning (ML) projects incur novel challenges in their development and productionisation over traditional software applications, though established principles and best practices in ensuring the project's software quality still apply. While using static analysis to catch code smells has been shown to improve software quality attributes, it is only a small piece of the software quality puzzle, especially in the case of ML projects given their additional challenges and lower degree of Software Engineering (SE) experience in the data scientists that develop them. We introduce the novel concept of project smells which consider deficits in project management as a more holistic perspective on software quality in ML projects. An open-source static analysis tool mllint was also implemented to help detect and mitigate these. Our research evaluates this novel concept of project smells in the industrial context of ING, a global bank and large software- and data-intensive organisation. We also investigate the perceived importance of these project smells for proof-of-concept versus production-ready ML projects, as well as the perceived obstructions and benefits to using static analysis tools such as mllint. Our findings indicate a need for context-aware static analysis tools, that fit the needs of the project at its current stage of development, while requiring minimal configuration effort from the user. Green Open Access added to TU Delft Institutional Repository ‘You share, we take care!’ – Taverne project https://www.openaccess.nl/en/you-share-we-take-care Otherwise as indicated in the copyright section: the publisher is the copyright holder of this work and the author uses the Dutch legislation to make this work public.Software EngineeringSoftware Technolog
Audiomobiles, Sculptures and Conundrums
Roberto Gerhard was a pioneer of electronic music in England creating a number of substantial concert, theatre and radio works from as early as 1954. Gerhard’s electronic music is one of the richest repositories for understanding the development of the composer’s late compositional technique. Apart from the Symphony no.3, ‘Collages’, none of Gerhard’s electronic music is published. This paper will discuss aspects of Gerhard’s electronic music, focusing on Audiomobiles (1958-59) and Sculptures (1963)
The impacts of colonial law and policy on indigenous family life in Australia
From the moment that Britain colonised the landmass of Australia, the continuation of traditional Indigenous family life was threatened. It has even been argued that the policy and legislation of successive governments attempted to destroy the rights of Indigenous peoples to their children. Indigenous children were removed from their communities. These children are now known as the Stolen Generations. Past colonial law and policy continues to impact upon the enjoyment of traditional family life with disproportionately high removal rates of Indigenous children from their families and communities. Nationwide solutions such as the Aboriginal Child Placement Principle have gone some way in redressing this issue. In its present form, however, it remains a victim of poor implementation, funding and inadequate consultation with Indigenous communities
Music for classical guitar by South African composers : a historical survey, notes on selected works and a general catalogue
Includes abstract.Includes bibliographical references (leaves 296-309).This is the first comprehensive investigation of music for, or including, the classical guitar by South African composers. The focus of this research has been, firstly, to uncover as much of the repertoire as possible, and, secondly, to collate, study, catalogue and report on the information. A brief historical survey of the guitar in South Africa provides the context within which this study was conducted. The primary sources of quantitative data collection were through the archival catalogues of the South African Music Rights Organisation and through personal contact with guitarists, composers and guitar teachers. Other sources consulted were publishers, broadcasting corporations, recording companies, libraries and the internet. The body of the dissertation comprises biographical sketches, background notes, analyses and technical notes on 17 selected solo and chamber works dating from 1947 to 2007 by some of South Africa's most prominent composers and guitaristcomposers. The repertoire ranges in style from the traditional and ethnically inspired to the experimental and abstract. As this is an empirical survey, each selected entry includes details on instrumentation, duration, level of difficulty, number of pages, scordatura, commissions or requests, sources or publishers, premières and recordings. A biography of each composer is provided as well as background notes which offer an overview of the selected work. The notes discuss historical, cultural, musical and extra-musical influences, and frequently include references to interview material. The commentaries on the selected works, with musical examples, include an analytical component describing structure, form, stylistic and compositional elements, while the technical observations include performance suggestions and a grading for each work
- …
