Back To Projects

Using Deep Learning to Predict the Half-Lives of Isotopes Given Proton and Neutron Count

Akilan P.

This study explores using deep learning regression models to predict superheavy isotopes' half-lives based on proton and neutron counts, finding that additional complexity in input variables and model architecture may be necessary to improve prediction accuracy.


In this study, we attempt to predict the half-lives of superheavy isotopes through regression models. Superheavy elements usually have very short half-lives, but a few isotopes are predicted to have long enough half-lives for potential applications in nuclear and material science. To calculate these half-lives, we initially used a deep learning regression model with Keras library’s dense layers that took proton count and neutron count as inputs and $\log_{10}$ of the half-life as the output. When it was tested on various isotopes of the periodic table, there was an MSE (mean squared error) of 111. Afterwards, more input variables related to proton and neutron count were added to increase complexity, leading to an MSE of 97. This suggests that the model on average falls many orders of magnitude off from the actual half-life, which would make accurate prediction of half-lives difficult. It is possible that more complexity, through different kinds of layers, and different inputs may be needed to accurately predict the half-lives of nuclides (another word for isotopes).

Explore More!

Akilan P.
Erick Ruiz

Related Projects

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

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.
Leonardo V.
Mentored by Pablo Bonilla
Using Machine Learning to identify the Habitability of Exoplanets from TESS Transit Data

With so many new tools and methods to detect exoplanets, it is time to start determining which are deserving of more research in the hunt for other habitable planets.
Eve B.
Mentored by Tomer Arnon
Predictive Analysis of Aircraft Engine Lifespan: Leveraging Neural Networks on NASA's C-MAPSS Dataset

This research paper explores the application of neural networks for predictive maintenance of aircraft engines, focusing on the estimation of their Remaining Useful Life (RUL).
Sambhav A.
Mentored by