Hello, I'm Yu, Yao-Hsing 尤耀星, a student at Taipei Municipal Chien Kuo High School. I work on the limiting spectral distributions of random matrices — and then on getting that mathematics to actually run somewhere: a denoiser on a Mac, a full Python runtime on an iPhone, a typhoon track model in a browser tab.

The through-line is stubbornness about the gap between a result and a working thing. A proof about eigenvalue supports became an image denoiser and a PyPI package; wanting PyTorch on an iPad became the first public native PyTorch build for iOS.

Publication

Peer-reviewed research

Limiting spectral distributions of random matrices

Yao-Hsing Yu. Cambridge Journal for Junior Scientists, Volume 3 (2026), Number 2, pp. 365–382. Published 30 July 2026 by International Press of Boston. Open access

doi:10.4310/CJJS.260626162006

The paper grew out of “Geometric analysis of the eigenvalue range of the generalized covariance matrix”, which took the Bronze Medal in Mathematics at the 2025 S.-T. Yau High School Science Award finals. Advised by Shao-Hsuan Wang (National Central University) and Yang-Kai Lue (National Yang Ming Chiao Tung University).

Education

Education

Taipei Municipal Chien Kuo High School

Currently diving into advanced computer science, applied mathematics, and data analytics. This academic environment inspires me to push the boundaries of what's possible and constantly challenge myself.

Skills & expertise

Skills & Expertise

01

Mathematical Research

Random Matrix Theory, Stieltjes Transform, M-P Law, spectral distributions

02

Machine Learning & AI

PyTorch, HuggingFace transformers, on-device LLMs, scikit-learn

03

iOS & Apple Platforms

Swift, SwiftUI, iOS / iPadOS / macOS apps, HealthKit, CarPlay, Metal

04

Systems & Cross-Compilation

Native iOS arm64 builds, Rust (PyO3), C / C++ / Fortran, Metal GPU bridges

05

Software Engineering

Windows Store apps, GUI applications, Python packaging, web development

06

Data Science & Visualization

Data analysis, Manim animations, matplotlib / Plotly, FFmpeg / Cairo

Interests

Interests

I'm fascinated by the convergence of machine learning, mathematics, and coding — especially pushing heavy compute (PyTorch, transformers, LaTeX, Manim) onto devices people actually carry. I spend my time researching random matrix theory, building offline-first apps, and cross-compiling "impossible" libraries to iOS.

On-Device AI Random Matrix Theory iOS Development Cross-Compilation Mathematical Animation Data Visualization

Experience & timeline

Experience & Timeline

July 2026

Paper published — Cambridge Journal for Junior Scientists

“Limiting spectral distributions of random matrices”, Volume 3 (2026), Number 2, pp. 365–382, open access via International Press of Boston. The peer-reviewed form of the award work from the year before. Read it →

2026

Weather forecasting — Trackformer

A typhoon-track model running as a quantised ONNX file small enough to sit in a browser tab, driving both the live JMA overlay and hindcasts of past storms on the Typhoon Tracks page. The interesting part was the honesty problem: knowing, and saying, how much of a drawn track is the model and how much is persistence.

2026

Seven apps across three stores

App Store & Mac App Store — ManimStudio, EigenDenoise, SidecarBridge, WhisperKit, GPS-location-app.
Microsoft Store — ManimStudio, Generalized Covariance Matrix, t-SNE Visualization.

EigenDenoise and Generalized Covariance Matrix are the paper made usable: the eigenvalue-support result turned into an image denoiser. Real download numbers for all of them are on the Store Stats page — including the ones that barely registered, since publishing only the flattering numbers would defeat the point.

2026

Python where it is not supposed to run

python-ios-lib — a Python 3.14 runtime for iOS and iPadOS with 30+ native libraries, including the first public native PyTorch build on iOS and a Metal GPU bridge worth a 2–10× on-device training speedup.

CodeBench — an offline developer and scientific workstation for iPad and Mac: Monaco editor, a real terminal, C/C++/Fortran, on-device pdflatex, and local LLMs.

Bootbox and the WebAssembly work (qemu-wasm, container2wasm) — booting whole operating systems in a browser tab.

2026

Five packages on PyPI

rmt-denoise (random-matrix image denoising, the library counterpart to EigenDenoise), cairometal (pycairo-compatible 2D vector graphics on the Apple GPU via Metal — the first GPU cairo on PyPI), python-to-binary (Python → machine code with no C toolchain, assembler, linker, or dependencies at all), narrate, and ollama-installer. Download numbers — with mirror traffic separated out — are on the PyPI Stats page.

2025

S.-T. Yau High School Science Award — Bronze Medal, Grand Finals

2025 丘成桐中學科學獎總決賽

Geometric analysis of the eigenvalue range of the generalized covariance matrix — explicit support bounds for two-point limiting measures, via the Intermediate Value Theorem and Stieltjes transform inversion.

Bronze in Mathematics at the Grand Finals, after Silver at the Asia regional. Applications in statistics, signal processing, and wireless communications. Published in peer-reviewed form the following July.

2023 – 2024

Research, and the first things that shipped

Beginning the random matrix theory work at Chien Kuo High School, alongside early AI projects — and putting the first applications on the Microsoft Store, which is where the habit of measuring what people actually download started.

2021 – 2023

Mathematical modelling

Projects in mathematical modelling and spectral distribution analysis — the groundwork the later papers rest on.

2019 – 2021

Self-study

Working through programming languages and tools on personal projects, with nobody assigning any of it.