14,974 research outputs found

    Contributions to a catalogue of alien plants in Tasmania III

    No full text
    Management of Tasmania's alien flora requires an accurate and up-to-date account of taxa present. 1his paper is the third of a series (Baker 2005, 2007) which aims to ensure that taxa that become naturalised in Tasmania are formally recorded; that taxa that are present in Tasmania, but have not become fully naturalised ["sparingly naturalized" in the sense of Buchanan (2005) and Baker (2005)] are likewise recorded; that new incursions of alien taxa are recorded; and to maintain up-to-date names for taxa that have been affected by nomenclatural change. In this paper, six taxa are treated, giving diagnostic descriptions and notes on their distribution. It is hoped that this information will increase general knowledge of distribution of naturalised alien taxa in Tasmania and raise community awareness of plants that have the potential to become naturalised. Reports of new incursions, naturalised and sparingly naturalised species are welcomed by the author. Specimens and relevant collection information can be forwarded to the Tasmanian Herbarium

    Metadata Representations for Queryable ML Model Zoos

    No full text
    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

    No full text
    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

    Into the Wild: Dissemination of Antibiotic Resistance Determinants via a Species Recovery Program

    No full text
    Management strategies associated with captive breeding of endangered species can establish opportunities for transfer of pathogens and genetic elements between human and animal microbiomes. The class 1 integron is a mobile genetic element associated with clinical antibiotic resistance in gram-negative bacteria. We examined the gut microbiota of endangered brush-tail rock wallabies Petrogale penicillata to determine if they carried class 1 integrons. No integrons were detected in 65 animals from five wild populations. In contrast, class 1 integrons were detected in 48% of fecal samples from captive wallabies. The integrons contained diverse cassette arrays that encoded resistance to streptomycin, spectinomycin, and trimethoprim. Evidence suggested that captive wallabies had acquired typical class 1 integrons on a number of independent occasions, and had done so in the absence of strong selection afforded by antibiotic therapy. Sufficient numbers of bacteria containing diverse class 1 integrons must have been present in the general environment occupied by the wallabies to account for this acquisition. The captive wallabies have now been released, in an attempt to bolster wild populations of the species. Consequently, they can potentially spread resistance integrons into wild wallabies and into new environments. This finding highlights the potential for genes and pathogens from human sources to be acquired during captive breeding and to be unwittingly spread to other populations

    Optimizing ML Inference Queries Under Constraints

    No full text
    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

    Organic geochemical analysis of sediment trap samples from Baker River and Baker-Martinez Fjord

    No full text
    This dataset presents bulk organic geochemical data (TOC, d13C) obtained by EA-IRMS analysis on samples from a sediment trap deployed 20 meters above seabed in the submarine Baker River delta in the Baker-Martinez Fjord system, Chilean Patagonia (44-48⁰S). The samples were collected between January 2017 and January 2019 using a sequential sediment trap holding 24 bottles of 500 ml which were rotating every 15 days

    Building a generalisable ML pipeline at ING

    No full text
    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

    Impact of water quality on removal of carbamazepine in natural waters by N-doped TiO2 photo-catalytic thin film surfaces

    No full text
    "Photocatalytic experiments on the pharmaceutical pollutant carbamazepine (CBZ) were conducted using. sol–gel nitrogen-doped TiO2-coated glass slides under a solar simulator. CBZ was stable to photodegradation. under direct solar irradiation. No CBZ sorption to the catalyst surface was observed, as further. confirmed by surface characterization using X-ray photoelectron spectroscopic analysis of N-doped TiO2. surfaces. When exposing the catalyst surface to natural organic matter (NOM), an excess amount of carbon. was detected relative to controls, which is consistent with NOM remaining on the catalyst surface.. The catalyst surface charge was negative at pH values from 4 to 10 and decreased with increasing pH, correlated. with enhanced CBZ removal with increasing medium pH in the range of 5–9. A dissolved organic. carbon concentration of 5 mg\/L resulted in. ∼20% reduction in CBZ removal, probably due to competitive. inhibition of the photocatalytic degradation of CBZ. At alkalinity values corresponding to CaCO3 addition. at 100 mg\/L, an over 40% decrease in CBZ removal was observed. A 35% reduction in CBZ occurred in the. presence of surface water compared to complete suppression of the photocatalytic process in wastewater. effluent.

    'Project smells' - Experiences in Analysing the Software Quality of ML Projects with mllint

    No full text
    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

    No full text
    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)
    corecore