Brandon Pries

Center for Relativistic Astrophysics,
Georgia Institute of Technology

bpries3@gatech.edu

Direct-Collapse Black Holes

DCBH Formation

My current research focuses on the formation of direct-collapse black holes (DCBHs), a particular pathway to form massive black holes in the early universe. Specifically, I'm developing a support vector machine (SVM) attempting to predict the probability of a halo forming a DCBH given the halo's properties (mass, temperature, metallicity, stellar mass, etc.). I've worked on improving the SVM by optimizing its hyperparameters and measuring the relative importances of different features in our data. I'm now investigating the performance of SVMs with different feature subsets and inspecting why some halos are misclassified by the SVMs. The publication covering this work is in preparation.

Neutrinos

WIMP Annihilation

This project is a statistical search for neutrinos from dark matter (DM), where we assume DM consists of Weakly-Interacting Massive Particles (WIMPs). Given the location of observed neutrinos, the predicted spectra of neutrinos from WIMP annihilation into a particular particle-antiparticle pair, and the properties of the dwarf galaxies we assume are sources of WIMP annihilation, we calculate the best-fit number of events we expect to see from WIMP annihilation and compare this to a background-only hypothesis. If we do not find a statistically-significant deviation from the background-only hypothesis, we instead set upper limits on the velocity-averaged WIMP annihilation cross section $\left<\sigma v\right>$. The publication covering this work is in preparation.

RNN Reconstructions for IceCube-Upgrade

This project was attempting to improve upon existing reconstruction methods for a future detector geometry. By treating each event as a sequence of hits, we used recurrent neural networks (RNNs) RNNs to attempt to reconstruct the energy and direction of incoming neutrinos from simulated neutrino data. This work showed promise for improving both energy and direction reconstructions at low energies $\left(\lesssim 10 \, \mathrm{GeV}\right)$; the data required additional processing to remove events that had large estimated uncertainities to truly see improvements in performance, which was done by another undergraduate student after I moved to the WIMP Annihilation project.

CNN Reconstructions for FLERCNN

This project was attempting to speed up existing event reconstruction methods by using neural networks, which can be several orders of magnitude faster than likelihood-based reconstructions. By summarizing the event information for each Digitial Optical Module (DOM) in the detector, we treated the data of an event like an image and used convolutional neural networks (CNNs) to attempt to reconstruct the neutrino's energy and zenith angle. My work on this project focused on testing different network archtiectures and loss functions. This led to the development of the Fast Low-Energy Reconstruction using Convolutional Neural Networks (FLERCNN) model (see PRL publication).