DOVE CONSERVARE I BITCOIN
I first create a high-level Twitter Anonymity Dataset, based off user's level of anonymity on the platform. Then I explore the communicative effects that users demonstrate in aggregate based on their level of identifiability online. Successfully defended Honors Thesis that was highlighted at the 2021 BYU Honors Conference.
QUANDO AVVERRÀ IL DIMEZZAMENTO DEI BITCOIN?
Recreated popular machine learning models in Python to gain a deeper understanding of their workings. Including, decision tree, random forest, adaboost, linear regression, perceptron, support vector machines, etc.
QUANTO TEMPO IMPIEGA IL BITCOIN PER ESSERE INVIATO
A Monte Carlo Tree Search implementation of an agent for the board game, Ticket to Ride. Based off 24-city European edition, with 50 routes. The agent is able to consistently beat average players.
LAVORI PER ADULTI IN BITCOIN
Utilizing the Twitter API, the model constructs a novel, real-time dataset based on the run-time. Then it preprocesses the data, classifies each tweet by a fitted emotion classifier, creates an inverted index that users can then quickly query.
SONO COLLEGATI BITCOIN E BITCOIN CASH
For this project, we are attempting to properly predict whether a person makes over $50,000 annually based on a number of features. We explore the efficacy of various models, explore feature engineering, and fit a Random Forest Classifier that is able classify 91% of datapoints without overfitting. This was top 5 in a graduate ML course of 100 students