Skip to content
View MattBoraske's full-sized avatar

Highlights

  • Pro
Block or Report

Block or report MattBoraske

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
MattBoraske/README.md

Hi there ๐Ÿ‘‹

aboutMe = {
    'name': {
        'first': "Matt",
        'last': "Boraske", 
        'pronouns': 'he/him/his'
    },
    'experience': {
        'current': 'Data Scientist @ CSL Behring (since 2023)',
        'past': 'Technical Solutions Engineer @ Epic Systems (2021-2022), Machine Learning Intern @ Honda (2020), New Model and Innovation Intern @ Honda (2019)'
    },
    'education': {
        'M.S. Computer Science': 'West Chester University of PA, 2024',
        'B.S. Industrial and Systems Engineering': 'The Ohio State University, 2021'
    },
    'projects': {
        'The Efficacy of Finetuning LLMs For Interpersonal Conflict Resolution': {
            'description': 'My Thesis for M.S. Computer Science @ WCUPA.',
            'github repo': 'https://github.com/MattBoraske/Reddit_AITA_Conflict_Resolution'
        },
        'Optimizing Restaurant Service In Real-Time Using Deep Reinforcement Learning': {
            'description': 'Working underneath Dr. Ashik Ahmed Bhuiyan @ WCUPA to develop a OpenAI gym environment to train DRL agents to optimize labor allocation in counter-service restaurants to minimize customer wait times.',
            'github repo': 'https://github.com/MattBoraske/Gym-RTS-Restaurant'
        },
        'Type Evolve': {
            'description': 'An interactive typing tutor that leverages a conversational LLM to offer a novel approach for typing training through customized stories based on prior performance.',
            'github repo': 'https://github.com/MattBoraske/TypeEvolve'
        }
    }
} 

๐Ÿ“Š GitHub Stats:

Pinned

  1. Reddit-AITA-Conflict-Resolution-LLM-Finetuning Reddit-AITA-Conflict-Resolution-LLM-Finetuning Public

    Jupyter Notebook 1

  2. Gym-RTS-Restaurant Gym-RTS-Restaurant Public

    Research on using deep reinforcement learning for real time systems control

    Python 1

  3. TypeEvolve TypeEvolve Public

    A conversational AI typing tutor.

    JavaScript 2