svia3 - Overview

View svia3's full-sized avatar

Stephen Via svia3

Block or report svia3

  • 👋 Hi, I’m am Stephen an SDE II for AWS SageMaker Pipelines. I am a recent GeorgiaTech MS Grad living in the greater Seattle area.

  • 👀 I’m interested in Machine Learning, Model Deployment, IoT

  • 📫 How to reach me -> stephenvia3@gmail.com

Pinned Loading

  1. This project simulates a single level, N-way set associative cache for a given block size, using LRU replacement, tracking metrics such as write/read misses/hits and write backs.

    C

  2. This was a project completed during the Fall 2019 Semester of my undergraduate career at Georgia Tech, in a class entitled Machine Learning for Trading that taught both basic trading strategies and…

    Python

  3. This project simulates the paging system of an OS Kernel by performing a single process with a page table and TLB.

    C

  4. This is a project that utilized the C++ socket object implementation to create a server that binds to a host socket, and listens and accepts multiple clients. The server side and client side interf…

    C++ 1 1