Skip to content
View takakhoo's full-sized avatar
  • Dartmouth College
  • Hanover, NH
  • 20:43 (UTC -12:00)

Block or report takakhoo

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.

Content in all repositories owned by your account will be closed.
Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
takakhoo/README.md

Taka Khoo

Résumé (PDF) · Runnable experiments & results · Portfolio · LinkedIn

AI and product engineer building creative tools, applied machine-learning systems, and production software. I have shipped music products used at scale, built research prototypes for DARPA INGOTS with NARF Industries and Dartmouth's LISP Lab, and completed theses spanning an AI-native DAW, neural audio restoration, and music composition and production.

My work centers on music, machine learning, signal processing, and product engineering. I care about systems that are useful beyond a demo: clear evaluation, honest limitations, human review where it matters, and documentation that lets another engineer reproduce the result.

Selected work

  • MODULO — an AI-native desktop music workstation developed as my M.S. thesis and product research platform.
  • Automatic music mastering — waveform and neural-codec experiments for learned music mastering.
  • DataGo — retrieval-augmented search research with runnable cosine-retrieval and adversarial-tree diagnostics; full Go integration remains unfinished.
  • Federated ASR gradient inversion — CTC-aware reconstruction research, with a reproducible synthetic privacy diagnostic and explicitly documented full-speech requirements.
  • Prediction-market research agent — human-reviewed evidence discovery and monitoring for prediction-market research.
  • Transformer melody generation — a readable TensorFlow encoder–decoder Transformer for symbolic music generation.

For saved plots, MIDI/audio, baselines, test runs and honest experiment limits, start with the 22-project reproducibility index.

Engineering focus

Python · TypeScript · C++ · PyTorch · React · Node.js · PostgreSQL · Docker · GCP · JUCE · DSP

My recent work includes real-time collaborative products, audio-model evaluation, LLM tool and agent systems, and graduate machine-learning instruction.

Elsewhere

Pinned Loading

  1. neural-audio-restoration neural-audio-restoration Public

    Token U-Net research for restoring degraded full-mix music in the neural-codec domain.

    Python 8 3

  2. algorithmic-music-generator algorithmic-music-generator Public

    Algorithmic composition in C with Csound synthesis, modal scales, percussion, and AIFF rendering.

    Csound Document 1

  3. generative-music-algorithms generative-music-algorithms Public

    Executable generative-music studies using grammars, Markov chains, cellular automata, and evolutionary search.

    Python 1 1

  4. transformer-melody-generation transformer-melody-generation Public

    Readable TensorFlow encoder-decoder Transformer for symbolic melody generation.

    Python 1

  5. datago-retrieval-search datago-retrieval-search Public

    Research prototype augmenting KataGo search with selective retrieval and cached deep analyses.

    Python