reecejrobertson
I am a PhD student studying Computer Science with an emphasis in Quantum Computing and Machine Learning. I love solving problems with code.
Pinned Repositories
AdiabaticSimonsAlgorithm
Deepnefatafl
A deep reinformenent learning agent for Copenhagen Hnefatafl.
forestFireModel
In this paper, we use a finite difference method to analyze a wildfire system. We perform Dimensional Analysis to simplify the system and numerically approximate solutions to the equa- tions. We examine the width required for a firebreak to effectively stop the spread of a fire under different conditions, including the presence and absence of wind.
hhlEmulator
housingPricePredictor
We analyze Utah housing data in an attempt to determine if au- thorizing more housing will decrease the housing price. We use sev- eral models to attempt to predict this, including ARIMA, VARIMA, “ARIMA Forest” (a model of our own creation), and Kalman Filter.
reecejrobertson.github.io
SevenClicksToJesus
In middle school, I played a game with my friends. We would go to a random article on Wikipedia, and then attempt to get to Jesus by clicking on hyperlinks embedded in the article. The legend was that one could get from any article to Jesus in seven clicks or less. This project was created to find out if this is true.
simons-algorithm
SpanishLanguageLearner
Our objective is to use machine learning to create a model that will recommend new words to missionaries learning Spanish based on the words that they have already studied. We test two potential models and recommend the best one for use in the app.
Supervised-learning-of-quantum-circuits
Relevant scripts and data for the paper "Supervised learning of random quantum circuits via scalable neural networks"
reecejrobertson's Repositories
reecejrobertson/AdiabaticSimonsAlgorithm
reecejrobertson/Deepnefatafl
A deep reinformenent learning agent for Copenhagen Hnefatafl.
reecejrobertson/forestFireModel
In this paper, we use a finite difference method to analyze a wildfire system. We perform Dimensional Analysis to simplify the system and numerically approximate solutions to the equa- tions. We examine the width required for a firebreak to effectively stop the spread of a fire under different conditions, including the presence and absence of wind.
reecejrobertson/hhlEmulator
reecejrobertson/housingPricePredictor
We analyze Utah housing data in an attempt to determine if au- thorizing more housing will decrease the housing price. We use sev- eral models to attempt to predict this, including ARIMA, VARIMA, “ARIMA Forest” (a model of our own creation), and Kalman Filter.
reecejrobertson/reecejrobertson.github.io
reecejrobertson/SevenClicksToJesus
In middle school, I played a game with my friends. We would go to a random article on Wikipedia, and then attempt to get to Jesus by clicking on hyperlinks embedded in the article. The legend was that one could get from any article to Jesus in seven clicks or less. This project was created to find out if this is true.
reecejrobertson/simons-algorithm
reecejrobertson/SpanishLanguageLearner
Our objective is to use machine learning to create a model that will recommend new words to missionaries learning Spanish based on the words that they have already studied. We test two potential models and recommend the best one for use in the app.
reecejrobertson/Supervised-learning-of-quantum-circuits
Relevant scripts and data for the paper "Supervised learning of random quantum circuits via scalable neural networks"
reecejrobertson/UNIQuE
A quantum computing emulator for my undergraduate senior thesis. This performs high level quantum subroutinues using optimized classical algorithms, as opposed to quantum simulators that perform all operations via matrix multiplications.