I'm a Research Engineer at DeepMind. I completed my undergrad in Computer Science, Math, and Stats at the University of Toronto, where I was fortunate to work with Roger Grosse and David Duvenaud at the Vector Institute. My goal is to use machine learning to understand biology. I'm interested in energy-based models, latent variable models, neural ODEs, and genomics.
- London, UK
- jacobjinkelly.github.io
- @jacobjinkelly
Highlights
- Pro
Block or Report
Block or report jacobjinkelly
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePinned
-
easy-neural-ode Public
Code for the paper "Learning Differential Equations that are Easy to Solve"
-
google/jax Public
Composable transformations of Python+NumPy programs: differentiate, vectorize, JIT to GPU/TPU, and more
-
-
gibbs-jem Public
Code for the paper "Directly Training Joint Energy-Based Models for Conditional Synthesis and Calibrated Prediction of Multi-Attribute Data"
Python
-
-
sequencing Public
Fast alignment of genomic sequences using Boyer-Moore with linear time construction of indexes using Z algorithm.
C++ 2
2,400 contributions in the last year
Contribution activity
September 2022
Opened 1 pull request in 1 repository
Created an issue in google/jax that received 5 comments
scatter_mul autodiff bug
Description
Code:
import numpy as np
from jax import lax
from functools import partial
import jax
import jax.numpy as jnp
from jax.tree_util import…


