Skip to content
View mitkrieg's full-sized avatar
  • New York, NY

Block or report mitkrieg

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
mitkrieg/README.md

Hello 👋

I am a Data Scientist based in New York City with a passion for collaborating with business partners to design machine-learning models and AI-driven solutions that enhance product offerings and empower data-driven decision-making.

What sets me apart is my dual expertise in data science and education. Before transitioning into tech, I was an interdisciplinary teacher, education administrator, and designer with a focus on reimagining mathematics education. My background in educational technology and curriculum development has given me a unique skill set: the ability to craft compelling data stories that resonate with both technical and non-technical stakeholders. I bridge the gap between data and decision-makers, ensuring that everyone—from C-suite executives to frontline teams—can harness the power of data in their work. Whether I’m optimizing an industry classification model, conducting academic research to guide model development, designing interactive tools for client management, or presenting at a conference, my focus is always on creating data solutions that are both impactful and understandable. I currently work for Middesk as a Data Scientist helping to build/manage machine learning modlels, business analytics and data investigations for Middesk's business identity platform. Formerly I worked at BlockFi leveraging cryptocurrency data across the finance, compliance, fraud, and client services verticals.

Let’s connect if you’re interested in the intersection of data science, machine learning / AI, education, and business strategy!

Highlighted Projects

Citibike in NYC and other similar bike-sharing systems face a unique challenge in balancing their system. Bikes must be distributed across all stations so that riders have access to both bikes to take out and empty docks to return bikes to. Unchecked, this challenge may cause bikes to pool in a certain station and drain from others. This project attempts to understand which stations in the Citibike system are pools, drains, or balanced. To accomplish this, time series analysis was implemented in Python/Jupyter Notebook to predict the number of bikes at a given station given the time. Then based on their extracted seasonality from the time series model, stations were classified as pools, drains, or balanced using clustering. Lastly, an interactive dashboard was created to provide a system overview of visualizations and station modeling. (Modeling Process Walkthrough | Dashboard Demo)

Kickstarter only recieves revenue when projects only get fully funded by backers. In light of that, this project investigated what factors lead to the complete funding (success) or failure of a Kickstarter project by creating classification models in Python/Jupyter Notebook to predict the success or failure of 191,875 kickstarter projects launched between April 2009 and October 2020. Our final model was able to predict success (a project is fully funded by backers) or failure of a project with 80% accuracy using only information that is would be available to creators at project launch. (Project Walkthrough)

This project attemps to classify images of coronal MRIs of Alzheimers patient's brains into one of 4 progressive stages of dementia using convoluted nerual networks and transfer learning. The goal was to create a model that could be used as a preliminary diagnosis for new patients with early signs of dimentia and limit false negatives. We created several neural networks in Keras/Tensorflow and leveraged transfer learning to improve the recall metric, but ultimately the model was limited by regular brain aging, the overlap between the classes, and the large variance in the non-demented class. (Project Walkthrough)

Medium Articles

Towards Data Science

The Startup

Additional Cool Stuff

In May 2022, Mitch spoke at the Chainalysis LINKS Conference with colleagues from BlockFi about leveraging the power of blockchain data to generate insights that help drive revenue, increase security and mitigate risk in crypto markets. Check it out on YouTube

Connect with Me

LinkedIn Medium Gmail

Currently Working On Learning More About

  • Artificial Intelligence
  • Neural Network model architecture
  • Blockchain development
  • C++
  • iOS Game Dev

Pinned Loading

  1. citibike-timeseries citibike-timeseries Public

    Rebalancing the Citibike system using Time Series Analysis and Clustering.

    HTML 1

  2. griffinhundley/kickstarter_success griffinhundley/kickstarter_success Public

    An analysis of kickstarter projects, using machine learning to identify successful features.

    Jupyter Notebook 1

  3. Jacobheyman702/Alzheimer_Image_classifier- Jacobheyman702/Alzheimer_Image_classifier- Public

    Classifying Alzheimer Brain MRI Images with neural nets

    Jupyter Notebook 2

  4. predicting-defaults predicting-defaults Public

    Predicting credit card defaults in Taiwan

    Jupyter Notebook 1

  5. predicting-housing-prices predicting-housing-prices Public

    Predicting Housing Prices in King County, WA using linear regression

    Jupyter Notebook

  6. live-image-face-filter-blog live-image-face-filter-blog Public

    Scripts for facial detection and face filters

    Python 15 3