Browse Articles

Predicting asthma-related emergency department visits and hospitalizations with machine learning techniques

Chatterjee et al. | Oct 25, 2021

Predicting asthma-related emergency department visits and hospitalizations with machine learning techniques

Seeking to investigate the effects of ambient pollutants on human respiratory health, here the authors used machine learning to examine asthma in Lost Angeles County, an area with substantial pollution. By using machine learning models and classification techniques, the authors identified that nitrogen dioxide and ozone levels were significantly correlated with asthma hospitalizations. Based on an identified seasonal surge in asthma hospitalizations, the authors suggest future directions to improve machine learning modeling to investigate these relationships.

Read More...

AeroPurify: Autonomous air filtration UAV using real-time 3-D Monte Carlo gradient search

Kadakia et al. | Sep 01, 2025

AeroPurify: Autonomous air filtration UAV using real-time 3-D Monte Carlo gradient search
Image credit: Ian Usher

Here the authors present an autonomous drone air filtration system that uses a novel algorithm, the gradient ascent ML particle filter (GA/MLPF), to efficiently locate and mitigate outdoor air pollution. They demonstrate that their GA/MLPF algorithm is significantly more efficient than the conventional gradient ascent algorithm, reducing both the time and number of waypoints needed to find the source of pollution.

Read More...

Assessing CDK5 as a Nanomotor for Chemotactic Drug Delivery

Jiang et al. | Sep 08, 2022

Assessing CDK5 as a Nanomotor for Chemotactic Drug Delivery

Enzyme chemotaxis is a thermodynamic phenomenon in which enzymes move along a substrate concentration gradient towards regions with higher substrate concentrations and can be used to steer nanovehicles towards targets along natural substrate concentrations. In patients with Alzheimer’s disease, a gradient of tau protein forms in the bloodstream. Tau protein is a substrate of the enzyme CDK5, which catalyzes the phosphorylation of tau protein and can travel using chemotaxis along tau protein gradients to increasing concentrations of tau and amyloid-beta proteins. The authors hypothesized that CDK5 would be able to overcome these barriers of Brownian motion and developed a quantitative model using Michaelis-Menten kinetics to define the necessary parameters to confirm and characterize CDK5’s chemotactic behavior to establish its utility in drug delivery and other applications.

Read More...

Evaluating need for adversarial training data given algorithmic defense methods against adversarial attacks

Yian et al. | Jul 05, 2026

Evaluating need for adversarial training data given algorithmic defense methods against adversarial attacks

The purpose of this study was to determine the necessity of previous non-algorithmic attacks (Adversarial Training) in light of algorithmic defense methods (Gradient Masking and Defensive Distillation) against FGSM attacks. We found a significant increase in image classification accuracy from defense methods with the non-algorithmic defense method compared to ones without. By analyzing the significance with a McNemar test, we determined that the inclusion of non-algorithmic defense methods is still necessary in light of new algorithmic defense methods.

Read More...

Exploring the Factors that Drive Coffee Ratings

Agarwal et al. | May 19, 2025

Exploring the Factors that Drive Coffee Ratings

This study explores the factors that influence coffee quality ratings using data from the Coffee Quality Institute. Through a regression model based on gradient descent, the authors aimed to predict coffee ratings (total cup points) and hypothesized that sweetness and the coffee producer would be the most influential factors.

Read More...

Leveraging transfer learning with convolutional neural networks for cardiovascular disease detection

Chen et al. | May 25, 2026

Leveraging transfer learning with convolutional neural networks for cardiovascular disease detection
Image credit: Stephen Andrews

This study shows the efficacy of leveraging transfer learning, specifically from residual networks, to detect CVDs and possible signs of CVDs. The findings indicate that leveraging transfer learning from residual networks alongside medical professionals is a highly promising approach for CVD detection and diagnosis, warranting further investigation.

Read More...

The effect of activation function choice on the performance of convolutional neural networks

Wang et al. | Sep 15, 2023

The effect of activation function choice on the performance of convolutional neural networks
Image credit: Tara Winstead

With the advance of technology, artificial intelligence (AI) is now applied widely in society. In the study of AI, machine learning (ML) is a subfield in which a machine learns to be better at performing certain tasks through experience. This work focuses on the convolutional neural network (CNN), a framework of ML, applied to an image classification task. Specifically, we analyzed the performance of the CNN as the type of neural activation function changes.

Read More...