9,855 research outputs found
Disease activity in systemic lupus erythematosus: report of the Consensus Study Group of the European Workshop for Rheumatology Research. I. A descriptive analysis of 704 European lupus patients. European Consensus Study Group for Disease Activity in SLE.
Using a detailed questionnaire, the cumulative historical and current demographic, clinical and serological data on 704 SLE patients from 29 European centres and 14 countries have been assessed. Ninety-three percent of the patients were Caucasian and the female/male ratio was 10:1. Analysis of the cumulative incidence showed that arthralgia/arthritis (94%), rash (69%), Raynaud's phenomenon (49%), serositis (44%) and renal disease (38%) were the most frequent clinical manifestations. Virtually all the patients (98%) were antinuclear antibody positive, while anti-ds-DNA antibodies (76%), hypocomplementaemia (71%) and anti-Ro(SSA) antibodies (35%) were frequent serological abnormalities. Whilst much of this data is in line with previous reports, it is notable that renal, lung, and central nervous system involvement and the frequency of rheumatoid factor, anti-Sm and anti-RNP antibodies were much lower than in most comparable series in the United States. We assume that ethnic differences and the greater present awareness of lupus could explain this variations. Low dose corticosteroids, non-steroidal anti-inflammatory drugs and anti-malarials were used to treat over half of the patients, 75% of whom were between 15 and 55 years of age. This report offers a useful overview of lupus both clinically and serologically in Europe in the 1990's
Disease activity in systemic lupus erythematosus: report of the Consensus Study Group of the European Workshop for Rheumatology Research. III. Development of a computerised clinical chart and its application to the comparison of different indices of disease activity. The European Consensus Study Group for Disease Activity in SLE.
In the first phase of this study, a data-base containing clinical and laboratory findings of 704 patients with systemic lupus erythematosus (SLE), originating from 29 centres and 14 countries, was used to assess the validity of 4 common indices of disease activity, SLAM, BILAG, SLEDAI and SIS. The physician's judgement of activity was assumed as the unique reference criterion (gold standard). Computer programmes were developed to calculate automatically the 4 activity indices; this computation appeared to correspond with manual computations in a sample of 60 appropriately selected cases. All 4 indices were closely correlated with each other (r in the range of 0.716 to 0.872), and with the physician's score (r in the range of 0.620 to 0.719). In the second phase of the study the activity index developed in part I (ECLAM) was prospectively validated, and its performance compared to that of the other scales, both as a single state index and as a transition index (i.e., its ability to assess disease activity at a single point in time and to detect variations in consecutive readings). A computer-assisted clinical chart was prepared for this purpose. This chart allowed us to calculate automatically all the indices. Two consecutive observation times (time 0, and time 1 three months later) were included in the study protocol. Data on 75 patients from 19 centres were collected, and each patient was observed twice. All the computed indices were closely correlated, both at time 0 (r ranging from 0.725 to 0.884), and at time 1 (r ranging from 0.607 to 0.833)
Disease activity in systemic lupus erythematosus: report of the Consensus Study Group of the European Workshop for Rheumatology Research. II. Identification of the variables indicative of disease activity and their use in the development of an activity score. The European Consensus Study Group for Disease Activity in SLE.
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)
Disease activity in systemic lupus erythematosus: report of the Consensus Study Group of the European Workshop for Rheumatology Research. I. A descriptive analysis of 704 European lupus patients
- …
