Ethan Haarer

HELLO, WORLD!

package contactCard;

public class Ethan extends Student {
    public Ethan() {
      String fullName = "Ethan Haarer";
      String school = "Georgia Tech";
      Masters major = "Computer Science";
      String specialization = "Machine Learning";
      Resume resume = new Resume("pdf");
      String[] hobbiesAndInterests = new String[] {
        "Hockey",
        "Reading",
        "3D Printing",
      }
    }
    public static void contact() { }
}

EDUCATION

Georgia Institute of Technology

B.S. - Computer Science

Focuses in Intelligence and Devices

Graduated Summa Cum Laude May 2024

Georgia Institute of Technology

M.S. - Computer Science

Specialization in Machine Learning

Expected Graduation August 2025



PROFESSIONAL EXPIRENCE

Graduate Student Researcher

Teachable AI Lab @ Georgia Tech

August 2024 - Present

  • Working alongside Zekun Wang on TAIL's Cobweb Project, a clustering model which supports incremental concept learning from fewer examples. The model learns both structure and parameters where the structural expansion is dynamic. It uses multimodal approach which is human-like as it is able to develop and update new concepts within the web structure
  • Developing methods to scale up generative architecture to create a continuously learning generative language model to overcome early training loss often experienced through batch learning in neural networks found in current LLMs
  • Conducting experiments to benchmark Cobweb against traditional neural networks and other clustering models. This involves assessing its ability to learn from fewer examples, its adaptability in dynamic environments, and its performance in comparison to other state-of-the-art models in terms of accuracy, scalability, and efficiency



  • EDS AI Data Engineering Intern

    KPMG US

    June - August 2024

  • Integrated generative AI into software development lifecycle, integrating automatic optimizationand standardization into developers' workflow that saw a near 30% increase in developers' efficeny through streamlining development and vastly improving code readability
  • Oversaw optimization of FOT pipeline utilizing new optimization techniques and implemented major time complexity improvements in 30% of the codebase across thousands of lines of code form O(n2) to O(n log n) leading to a near 20% reduction in pipeline runtime
  • Researched potential modes to further integrate unit generation into SDLC to prioritize expanding code coverage of generated tests to streamline codebase improvement overhaul by integrating a complete end to end pipeline to automate SparkSQL to pySPARK conversion
  • Analyzed impact of Generative Ai in developpment of code and pipelines to determine the inherent benefit of services like chat GPT, CoPilot, and Databricks Ai in optimizing code and reducing overall company costs



  • Enterprise Data Engineering Intern

    Homesteader's Life Company

    May - August 2022

  • Developed and implemented an IT Asset Management system to reduce missing and orphaned assets, maximized useful life and ROI, providing greater insights into asset utilization, capacity management, maintenance expense, and asset depreciation
  • Reduced mean repair time by approximately 20% through Asset management system which maintatined accurate REST API to facilitate cross-organizational active updates to inventory and tracking, leading to an increase in ROI for over 1,300 assets
  • Developed data framework and integrated a new tracking system to manage asset ownership and forensic backlogging for IT and all departments; utilized Power BI and Postman



  • Peer Instructor

    The Hive @ Georgia Tech

    January 2022 - May 2024

  • Assist and instruct hundreds of electrical engineers in prototyping and configuring projects from ideation to engineering, fabrication, testing and deployment. Frequently focused on rapid integration into exisitng project goals and accomplishments to aid end user's in project development, troubleshooting and ad hoc solutions
  • Led and facilitated hands-on workshops for over 150 electrical engineering students, focusing on advanced circuit design, PCB fabrication, and prototyping techniques. These workshops not only enhanced the practical skill sets of the participants but also contributed to a 25% increase in project completion rates, as students were better equipped to translate theoretical concepts into tangible prototypes.
  • Optimized the use and maintenance of lab resources, resulting in a 15% reduction in equipment downtime and a 10% decrease in material waste, ensuring sustainable operation of the makerspace.
  • Certified in technical toolsincluding general EE tools such as waveform generators and oscilloscopes, PCB fabrication, 3D printing, Laser Cutting, and Soldering
  • FEATURED PROJECTS

    Filter Buttons

    Predicting Pedestrian Positions with YOLOv5 and Gen Ai

    Researched different methods to predict people's position in a top-down view with accurate distance estimation from POV images
    Full Paper Linked Here
    Github Repo
    Written in Python with Google Collab

    Inspiration AI - DnD Generative AI

    Website to help DnD enthusiasts generate new locations, characters, quests, and more utilizing DnD REST API, LLMs, and stable diffusion models
    Alpha Build Website
    Github Repo
    Built in Python using Streamlit

    Cobweb 3 LLM Optimization

    Working within TAIL to optimize Cobweb, a clustering model which supports incremental concept learning from fewer examples. The model learns both structure and parameters where the structural expansion is dynamic.
    Link to Lab Page
    Github Repo
    Built in C++ optimized with CUDA

    QUENCH - Robotic Bartending Machine

    Prototpye drink mixer that decodes RFID card data to pour the perfect drink. Also hosts a native web server to request custom drinks over WiFi!
    Demo Video
    Find the Code Here
    Written in C using Arduino

    Mapping Crimes in Italy Capstone

    Created a website for George Mason University to view and filter crimes in early Italy for historical research. Ability to upload custom maps and datasets
    Link to the Site
    Github Page
    Written using React, Javascript, and Python