CUDA optimized Neural Network predicts blood glucose control from quantified joint mobility and anthropometrics
Sterling Ramroach, Andrew Dhanoo, Brian Cockburn, and Ajay Joshi

TL;DR
This paper presents a CUDA-accelerated neural network that predicts blood glucose control from non-invasive markers, achieving high accuracy and significantly faster training times compared to CPU implementation.
Contribution
The paper introduces a CUDA-optimized neural network for predicting HbA1c levels from non-invasive markers, demonstrating substantial speed improvements and high predictive accuracy.
Findings
Achieved over 95% training accuracy for males and 97% for females.
Reduced training time by 50 times using GPU acceleration.
Identified non-invasive markers correlated with blood glucose control.
Abstract
Neural network training entails heavy computation with obvious bottlenecks. The Compute Unified Device Architecture (CUDA) programming model allows us to accelerate computation by passing the processing workload from the CPU to the graphics processing unit (GPU). In this paper, we leveraged the power of Nvidia GPUs to parallelize all of the computation involved in training, to accelerate a backpropagation feed-forward neural network with one hidden layer using CUDA and C++. This optimized neural network was tasked with predicting the level of glycated hemoglobin (HbA1c) from non-invasive markers. The rate of increase in the prevalence of Diabetes Mellitus has resulted in an urgent need for early detection and accurate diagnosis. However, due to the invasiveness and limitations of conventional tests, alternate means are being considered. Limited Joint Mobility (LJM) has been reported as…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
