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) 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, etc.). I'm currently working on improving the SVM by optimizing its hyperparameters and measuring the relative importances of different features in our data.

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, 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. If we do not find a statistically-significant deviation from what we expect from background, we instead set upper limits on the velocity-averaged WIMP annihilation cross section $\left<\sigma v\right>$.

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.

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 like an image and used convolutional neural networks to attempt to reconstruct the neutrino's energy and zenith angle. My work on this project focused on testing different networks archtiectures and loss functions. This led to the development of the Fast Low-Energy Reconstruction using Convolutional Neural Networks (FLERCNN) model (see arXiv preprint).