paper-with-me

Papers

airpred: A Flexible R Package Implementing Methods for Predicting Air Pollution

2018-05-29 · M. Benjamin Sabath, Qian Di, Danielle Braun, Joel Schwarz, Francesca Dominici, Christine Choirat

Fine particulate matter (PM$_{2.5}$) is one of the criteria air pollutants regulated by the Environmental Protection Agency in the United States. There is strong evidence that ambient exposure to (PM$_{2.5}$) increases risk of mortality and hospitalization. Large scale epidemiological studies on the health effects of PM$_{2.5}$ provide the necessary evidence base for lowering the safety standards and inform regulatory policy. However, ambient monitors of PM$_{2.5}$ (as well as monitors for other pollutants) are sparsely located across the U.S., and therefore studies based only on the levels of PM$_{2.5}$ measured from the monitors would inevitably exclude large amounts of the population. One approach to resolving this issue has been developing models to predict local PM$_{2.5}$, NO$_2$, and ozone based on satellite, meteorological, and land use data. This process typically relies developing a prediction model that relies on large amounts of input data and is highly computationally intensive to predict levels of air pollution in unmonitored areas. We have developed a flexible R package that allows for environmental health researchers to design and train spatio-temporal models capable of predicting multiple pollutants, including PM$_{2.5}$. We utilize H2O, an open source big data platform, to achieve both performance and scalability when used in conjunction with cloud or cluster computing systems.

📄 PDF Abstract BibTeX arXiv:1805.11534

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

pymia: A Python package for data handling and evaluation in deep learning-based medical image analysis

2020-10-07 · Alain Jungo, Olivier Scheidegger, Mauricio Reyes, Fabian Balsiger

Background and Objective: Deep learning enables tremendous progress in medical image analysis. One driving force of this progress are open-source frameworks like TensorFlow and PyTorch. However, these frameworks rarely a…

Deep LearningMedical Image Analysisregression

Bijectors.jl: Flexible transformations for probability distributions

2019-10-16 · pproximateinference AABI Symposium 2019 12 · Tor Erlend Fjelde, Kai Xu, Mohamed Tarek, Sharan Yalburgi 외

Transforming one probability distribution to another is a powerful tool in Bayesian inference and machine learning. Some prominent examples are constrained-to-unconstrained transformations of distributions for use in Ham…

Bayesian InferenceVariational Inference

BayesPy: Variational Bayesian Inference in Python

2014-10-03 · Jaakko Luttinen

BayesPy is an open-source Python software package for performing variational Bayesian inference. It is based on the variational message passing framework and supports conjugate exponential family models. By removing the …

Bayesian InferenceVariational Inference

Chainer: A Deep Learning Framework for Accelerating the Research Cycle

2019-08-01 · Seiya Tokui, Ryosuke Okuta, Takuya Akiba, Yusuke Niitani 외

Software frameworks for neural networks play a key role in the development and application of deep learning methods. In this paper, we introduce the Chainer framework, which intends to provide a flexible, intuitive, and …

Deep Learning

From Articles to Code: On-Demand Generation of Core Algorithms from Scientific Publications

2025-07-30 · Cameron S. Movassaghi, Amanda Momenzadeh, Jesse G. Meyer arxiv

Maintaining software packages imposes significant costs due to dependency management, bug fixes, and versioning. We show that rich method descriptions in scientific publications can serve as standalone specifications for…

Code Generation