Skip to content
View JOTELLECHEA's full-sized avatar

Block or report JOTELLECHEA

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 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
jotellechea/README.md

Jonathan Tellechea

Physicist working in machine learning. Los Angeles.

Six years in experimental high-energy physics — ttHH searches at SCIPP, MIP Timing Detector work at UVA — now building and probing neural networks. I'm interested in what models learn that nobody told them to learn, and in whether the uncertainty on a prediction means what it claims to mean.

Current work

  • Calorimeter fast simulation (in progress) — diffusion surrogate with sampling spread, deep ensembles, and conformal prediction compared on the same backbone
  • chess-transformer (repo in progress) — legal-move generation is capacity-bound, not data-bound; confirmed by linear probing the residual stream
  • Character-level GPT from scratch — epoch-boundary validation hid the loss minimum by 5,300 steps; step-interval evaluation cut val loss 1.63 → 1.46
  • resume-tailor — role-specific résumés from a master document and a job posting; started as RAG, ended as full-context injection once retrieval proved wrong for a single-document corpus
  • Autodiff engine (in progress)grad as a composable function transform, so higher-order derivatives need no special casing

Tools PyTorch · Python · C++ · ROOT/uproot · Docker

Publication Aromatic Copper Hydride Cages, AAAFM Energy 2020;1(1):16–26 — first author

Elsewhere jonathantellechea.com

Open to research engineer and applied scientist roles.

Pinned Loading

  1. chess-transformer chess-transformer Public

    Python

  2. resume-tailor resume-tailor Public

    A resume tailoring tool that started as RAG and ended up not needing it. Job description in, LaTeX draft plus keyword coverage.

    Python

  3. gpt-from-scratch gpt-from-scratch Public

    Character-level transformer in PyTorch. Epoch-boundary validation hid the true loss minimum by 5,300 steps; step-interval evaluation cut val loss 1.63 → 1.46.

    Python

  4. Elementary Elementary Public

    Elementary — iOS Standard Model reference app (project page)

    CSS

  5. Exploring-ttHH-with-BDT Exploring-ttHH-with-BDT Public

    Research on ttHH production via BDT

    Python

  6. Exploring-ttHH-with-Neural-Networks Exploring-ttHH-with-Neural-Networks Public

    Research on ttHH production via NN/Keras

    Python