Skip to content
View sinsangwoo's full-sized avatar

Block or report sinsangwoo

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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
sinsangwoo/README.md

Hi, I'm Sangwoo Sin πŸ‘‹

Freshman Software Engineering Student @ Ajou University
I build things at the intersection of ML theory, systems, and real-world deployment.

Β  Β  profile views


🧭 About Me

I'm a 1st-year Software Engineering student who cares deeply about understanding why algorithms work, not just running them. My work spans ML research tools, physics simulation, NLP, and practical web services β€” all grounded in solid mathematical and engineering principles.

  • πŸ”¬ Core interests: Deep Learning Theory Β· Physics-Informed ML Β· Systems & OS Fundamentals
  • πŸ₯ Applied goals: Medical AI (diagnostic imaging) Β· Industrial AI (process optimization)
  • πŸ“ Philosophy: derive before you import; optimize before you scale; question before you trust

πŸš€ Featured Projects

πŸ”§ ML Tooling & Research

Project What it is Stack
Gradient Pathology Production-grade PyTorch gradient diagnostics library β€” heatmaps, Sankey flow diagrams, real-time Streamlit dashboard, and a 7-rule ExpertEngine with code-snippet recommendations. v0.8.0 PyTorch Plotly Streamlit Python
Physics-Informed ML End-to-end physics simulation platform using Fourier Neural Operators and PINNs. 100–1000Γ— faster than traditional PDE solvers, with Bayesian UQ, FastAPI backend, Three.js 3D frontend, and Terraform IaC. PyTorch FastAPI React Three.js Terraform
ML Gradient Descent Viz MLP & backpropagation built from scratch with NumPy. Mathematical proofs, loss landscape visualization, and convergence analysis. NumPy Python
Physics-Informed Optimizer Optimization algorithms informed by physical priors. Python SciPy
Chemical Reaction Rate Prediction Compared Linear Regression, RF, and SVR for predicting reaction rates. Validated results against Arrhenius equation via feature importance. Scikit-learn Python

🌐 Web & Systems

Project What it is Stack
Ajou Dorm Finder Full-featured web app for Ajou University students β€” eligibility checks, score calculation, interactive room-type charts, and D-Day countdown for the new dorm. Responsive across all devices. React TypeScript Vite
AI Disease Classifier End-to-end pneumonia detection web service from X-ray images. Solved class imbalance and reduced model size with ONNX quantization to fix cloud deployment crashes. Flask ONNX JavaScript
Mini OS Simulator Process scheduling algorithms and memory management logic implemented from scratch for OS fundamentals study. Python C
NPU Simulator Neural Processing Unit simulator exploring hardware-level inference acceleration concepts. Python C

πŸ“ NLP & Data

Project What it is Stack
AI Cyberbullying NLP Analysis NLP pipeline for detecting and analyzing cyberbullying patterns in text. Python NLP

πŸ›  Tech Stack

Category Technologies
Languages Python C TypeScript JavaScript
ML & Science PyTorch NumPy Scikit-Learn TensorFlow
Backend & APIs FastAPI Flask ONNX
Frontend React Three.js Streamlit
DevOps & Cloud Docker Terraform GitHub Actions Git

πŸ“Š GitHub Stats

Β 


πŸ“– Education

Period Institution Details
2023 – 2025 Eunhye High School β€”
2026 – Ajou University B.S. Software Engineering Β· AI Β· Industrial Engineering Β· Bio-Informatics

πŸ“ TIL

I keep a daily learning log at sinsangwoo/TIL β€” notes on algorithms, ML theory, systems, and anything worth remembering.


Open to interesting problems. Always learning.

Pinned Loading

  1. ML-Gradient-Descent-Viz ML-Gradient-Descent-Viz Public

    Python