Browse Articles

Optimizing airfoil shape for small, low speed, unmanned gliders: A homemade investigation

Lara et al. | Mar 30, 2023

Optimizing airfoil shape for small, low speed, unmanned gliders: A homemade investigation
Image credit: Konrad Wojciechowski

Here, the authors sought to identify a method to optimize the lift generated by an airfoil based solely on its shape. By beginning with a Bernoullian model to predict an optimized wing shape, the authors then tested their model against other possible shapes by constructing them from Styrofoam and testing them in a small wind tunnel. Contrary to their hypothesis, they found their expected optimal airfoil shape did not result in the greatest lift generation. They attributed this to a variety of confounding variables and concluded that their results pointed to a correlation between airfoil shape and lift generation.

Read More...

Exponential regression analysis of the Canadian Zero Emission Vehicle market’s effects on climate emissions in 2030

Ajay et al. | Feb 25, 2023

Exponential regression analysis of the Canadian Zero Emission Vehicle market’s effects on climate emissions in 2030
Image credit: Andrew Roberts

Here, the authors explored how the sale and use of electric vehicles could reduce emissions from the transport industry in Canada. By fitting the sale of total of electric vehicles with an exponential model, the authors predicted the number of electric vehicle sales through 2030 and related that to the average emission for such vehicles. Ultimately, they found that the sale and use of electric vehicles alone would likely not meet the 45% reduction in emissions from the transport industry suggested by the Canadian government

Read More...

An improved video fingerprinting attack on users of the Tor network

Srikanth et al. | Mar 31, 2022

An improved video fingerprinting attack on users of the Tor network

The Tor network allows individuals to secure their online identities by encrypting their traffic, however it is vulnerable to fingerprinting attacks that threaten users' online privacy. In this paper, the authors develop a new video fingerprinting model to explore how well video streaming can be fingerprinted in Tor. They found that their model could distinguish which one of 50 videos a user was hypothetically watching on the Tor network with 85% accuracy, demonstrating that video fingerprinting is a serious threat to the privacy of Tor users.

Read More...

Propagation of representation bias in machine learning

Dass-Vattam et al. | Jun 10, 2021

Propagation of representation bias in machine learning

Using facial recognition as a use-case scenario, we attempt to identify sources of bias in a model developed using transfer learning. To achieve this task, we developed a model based on a pre-trained facial recognition model, and scrutinized the accuracy of the model’s image classification against factors such as age, gender, and race to observe whether or not the model performed better on some demographic groups than others. By identifying the bias and finding potential sources of bias, his work contributes a unique technical perspective from the view of a small scale developer to emerging discussions of accountability and transparency in AI.

Read More...

Population Forecasting by Population Growth Models based on MATLAB Simulation

Li et al. | Aug 31, 2020

Population Forecasting by Population Growth Models based on MATLAB Simulation

In this work, the authors investigate the accuracy with which two different population growth models can predict population growth over time. They apply the Malthusian law or Logistic law to US population from 1951 until 2019. To assess how closely the growth model fits actual population data, a least-squared curve fit was applied and revealed that the Logistic law of population growth resulted in smaller sum of squared residuals. These findings are important for ensuring optimal population growth models are implemented to data as population forecasting affects a country's economic and social structure.

Read More...

Understanding the impossibility of machine learning fairness with data examples

Pillutla et al. | Sep 04, 2026

Understanding the impossibility of machine learning fairness with data examples

Machine learning systems are often expected to make fair decisions, yet the most widely used fairness criteria—independence, separation, and sufficiency—cannot generally be satisfied at the same time. In this study, students tested these criteria using a logistic regression model on a real-world student performance dataset and found that each criterion was met only at different prediction thresholds, with no threshold satisfying all three simultaneously. These results illustrate the inherent trade-offs in algorithmic fairness and highlight why achieving perfectly fair machine learning models is often impossible in practice.

Read More...

Study of PINN sensor layout in evaluating WSS with application to patient-specific carotid flow

Nie et al. | Sep 04, 2026

Study of PINN sensor layout in evaluating WSS with application to patient-specific carotid flow

Physics‑Informed Neural Networks (PINNs) offer a promising way to estimate blood‑flow behavior in arteries, especially near the vessel wall where traditional methods struggle. In this study, students tested how sensor density and placement affect PINN accuracy in modeling carotid artery flow and found that accuracy improves up to a moderate sensor density and depends strongly on how close sensors are placed to the arterial wall. Applying the optimized configuration to a patient‑specific carotid model produced velocity predictions closely matching computational fluid dynamics results, highlighting PINNs’ potential for future personalized cardiovascular assessment.

Read More...

Evaluating the impact of prompting styles on LLM accuracy for AIME math questions

Ganesa et al. | Jul 26, 2026

Evaluating the impact of prompting styles on LLM accuracy for AIME math questions

Large language models are increasingly used to solve math problems, but their ability to handle multi-step reasoning remains uncertain. In this study, students tested whether different prompting styles could improve LLM accuracy on challenging AIME math questions and found that detailed step-by-step solutions did not significantly outperform simpler prompts. These results suggest that improving LLM mathematical reasoning may require deeper model-level advances rather than changes in prompting style alone.

Read More...

Innovative fake health news detection: Integrating emotional features into graph neural networks

Wang et al. | Jul 03, 2026

Innovative fake health news detection: Integrating emotional features into graph neural networks
Image credit: Wang and Wang

This manuscript tackles a major social issue in the health news sector, with social media being one of the primary sources of information and a prime spot to propagate fake news. The author proposes X-HND , which is a unique architecture that combines emotional and contextual analysis in a Graph Neural Network to accurately detect fake news. This was a multi-step process which involved the creation of a custom health news dataset (HNDataset), and an emotional variant that uses RoBERTa to extract emotion. These dataset were then used to prove the hypothesis that accuracy increases when the custom dataset is used to train the model and that with the integration of emotion capture, the detection accuracy increases further.

Read More...