Andrew Trask
VERIFIED TECHNICAL DOSSIERSources checked

Andrew Trask

Founder & Leader, OpenMined | Senior Research Scientist, Google DeepMind | Oxford PhD

2 Verified ArtifactsSource Checked & Attributed

Verified Proof of Work Artifacts

2 items cataloged

Each artifact below represents an authenticated research publication, production code repository, or technical architectural framework directly authored or co-created by Andrew Trask. Every entry undergoes editorial source verification.

#1
EXPLANATION Checked Sep 24, 2026

Grokking Deep Learning

Authored the seminal deep learning curriculum teaching backpropagation, matrix calculus, convolution, and recurrent architectures using only standard Python and NumPy without frameworks.

Model & Execution Context:Pedagogical algorithmic synthesis, foundational vector mathematics.
Scope & Limitations

Pedagogical pure NumPy implementations lack GPU-accelerated cuDNN kernels for enterprise-scale foundation model pretraining.

#2
IMPLEMENTATION Checked Sep 24, 2026

PySyft: Library for Secure & Private Machine Learning

Engineered an open-source decentralized privacy framework extending PyTorch and NumPy with Federated Learning, Differential Privacy, and Multi-Party Computation (SMPC) across untrusted nodes.

Model & Execution Context:Python, PyTorch, cryptographic SMPC protocols.
Scope & Limitations

Encrypted tensor computation induces substantial network latency and memory overhead compared to plain-text distributed SGD.