Back To Projects

Fast and Accurate Gamma-Ray/Hadronic Particle Shower Classification Using Machine Learning

Leonardo V.

This research applies dimensionality reduction techniques, such as Pearson Correlation and Principal Component Analysis, to machine learning models like Random Forests and Support Vector Classifiers to simplify the prediction of atmospheric gamma-ray particle showers, achieving a modest accuracy increase while reducing the number of features used.


Correct and efficient prediction of atmospheric gamma-ray particle showers is important because the study of these initiating particles can lead us to discoveries about the parts of the universe from which they originated. Previous research has been done with datasets similar to the one we chose, all of which go deep into the optimization of machine learning methods to solve this classification problem. However, we have yet to see researchers try to simplify their model in order to maintain high model performance while minimizing the number of features used. Because of this, we used dimensionality reduction methods like Pearson Correlation and Principal Component Analysis on sklearn classification models like Random Forests and Support Vector Classifiers to try and solve this issue. It was found that with a Pearson Correlation Coefficient cut-off of 0.01, model accuracy was increased from 87.51% to 87.83% while reducing the number of features used by two, meaning our goal was accomplished. In addition, a stacking ensemble yielded an accuracy of 88.04% with fast predicting speed.

Explore More!

Source Code
Leonardo V.
Pablo Bonilla

Related Projects

Evaluating Autonomous Vehicle Safety: A Comparative Analysis of ADS and ADAS Incident Data Using Machine Learning Models

This research evaluates the safety performance of Advanced Driver Assistance Systems (ADAS) and Automated Driving Systems (ADS) by training supervised machine learning models on incident report data to predict injury severity. The best results were achieved using a fine-tuned Random Forest model, offering insights to improve autonomous systems and enhance road safety.
Quang M.
Mentored by Edoardo Contente
Gamma Ray Classification

This research paper is in this domain of physics, specifically using Artificial intelligence (AI) to classify high-energy Gamma particles as background or signal. I was able to create an AI model to classify these gamma particles with high accuracy. I was able to accomplish this by using a wide range of data, from the MAGIC Gamma Telescope Dataset, which consists of key features, to construct a model.
Eesha S.
Mentored by Victoria Lloyd
Using Machine Learning to Detect Parkinson’s Disease Through Drawing Data

This research explores the use of machine learning models, particularly logistic regression, on patients' spiral and wave drawings as an accessible and cost-effective method to improve Parkinson's disease diagnosis, achieving an accuracy of 91%, precision of 92%, and recall of 89%.
Katie Y.
Mentored by Sriram Hathwar