Browse Articles

Simulations of Cheetah Roaming Demonstrate the Effect of Safety Corridors on Genetic Diversity and Human-Cheetah Conflict

Acton et al. | Apr 02, 2018

Simulations of Cheetah Roaming Demonstrate the Effect of Safety Corridors on Genetic Diversity and Human-Cheetah Conflict

Ecological corridors are geographic features designated to allow the movement of wildlife populations between habitats that have been fragmented by human landscapes. Corridors can be a pivotal aspect in wildlife conservation because they preserve a suitable habitat for isolated populations to live and intermingle. Here, two students simulate the effect of introducing a safety corridor for cheetahs, based on real tracking data on cheetahs in Namibia.

Read More...

Evolution of Neuroplastin-65

Cremers et al. | Oct 26, 2016

Evolution of Neuroplastin-65

Human intelligence is correlated with variation in the protein neuroplastin-65, which is encoded by the NPTN gene. The authors examine the evolution of this gene across different animal species.

Read More...

The Effects of Micro-Algae Characteristics on the Bioremediation Rate of Deepwater Horizon Crude Oil

Cao et al. | Jun 17, 2013

The Effects of Micro-Algae Characteristics on the Bioremediation Rate of Deepwater Horizon Crude Oil

Environmental disasters such as the Deepwater Horizon oil spill can be devastating to ecosystems for long periods of time. Safer, cheaper, and more effective methods of oil clean-up are needed to clean up oil spills in the future. Here, the authors investigate the ability of natural ocean algae to process crude oil into less toxic chemicals. They identify Coccochloris elabens as a particularly promising algae for future bioremediation efforts.

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...

Transfer learning and data augmentation in osteosarcoma cancer detection

Chu et al. | Jun 03, 2023

Transfer learning and data augmentation in osteosarcoma cancer detection
Image credit: Chu and Khan 2023

Osteosarcoma is a type of bone cancer that affects young adults and children. Early diagnosis of osteosarcoma is crucial to successful treatment. The current methods of diagnosis, which include imaging tests and biopsy, are time consuming and prone to human error. Hence, we used deep learning to extract patterns and detect osteosarcoma from histological images. We hypothesized that the combination of two different technologies (transfer learning and data augmentation) would improve the efficacy of osteosarcoma detection in histological images. The dataset used for the study consisted of histological images for osteosarcoma and was quite imbalanced as it contained very few images with tumors. Since transfer learning uses existing knowledge for the purpose of classification and detection, we hypothesized it would be proficient on such an imbalanced dataset. To further improve our learning, we used data augmentation to include variations in the dataset. We further evaluated the efficacy of different convolutional neural network models on this task. We obtained an accuracy of 91.18% using the transfer learning model MobileNetV2 as the base model with various geometric transformations, outperforming the state-of-the-art convolutional neural network based approach.

Read More...

Differential privacy in machine learning for traffic forecasting

Vinay et al. | Dec 21, 2022

Differential privacy in machine learning for traffic forecasting

In this paper, we measured the privacy budgets and utilities of different differentially private mechanisms combined with different machine learning models that forecast traffic congestion at future timestamps. We expected the ANNs combined with the Staircase mechanism to perform the best with every value in the privacy budget range, especially with the medium high values of the privacy budget. In this study, we used the Autoregressive Integrated Moving Average (ARIMA) and neural network models to forecast and then added differentially private Laplacian, Gaussian, and Staircase noise to our datasets. We tested two real traffic congestion datasets, experimented with the different models, and examined their utility for different privacy budgets. We found that a favorable combination for this application was neural networks with the Staircase mechanism. Our findings identify the optimal models when dealing with tricky time series forecasting and can be used in non-traffic applications like disease tracking and population growth.

Read More...