{% block content %}

About Me

I'm Andrew Simonson, a Data Scientist at Ecolab and a graduate Data Science student at Rochester Institute of Technology, having recently completed the Computer Science BS program (international relations minor) with a focus on probability theory.

I started in ~2017, reverse engineering probablistic logic models in games and developing interfaces to recreate my findings for friends. Now I develop tracable AI built on deductive reasoning, maintaning scientific methodology in an industry obsessed with implicit rules and exclusive empiricism. As the analysis grew more sophisticated, so too did the tech stack - to the point that I now manage most services, like this website, end to end, container image to insight visual.

I get bored and throw random stuff on this website. It's a form of unprofessional development and I swear by this form of learning.

I also have a resume for some reason.

Skills

{% from 'partials/skills.html' import skills %} {{ skills(var['skillList']) }}

Projects

{% from 'partials/project.html' import project %} {% for i in var["projects"] %} {{ project(i, var["projects"][i]["classes"], var["projects"][i]["status"], var["projects"][i]["bgi"], var["projects"][i]["content"], var["projects"][i]["links"]) }} {% endfor %}
{% endblock %}