Skip to content
View JasonJooste's full-sized avatar

Block or report JasonJooste

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

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

Report abuse
JasonJooste/README.md

About me

Hi there, I'm Jason and I'm interested in Data Science and Computational Biology. I studied bioinformatics at the University of Queensland and, more recently, a masters of Data Science at LMU in Munich. I'm particularly interested in incorporating thermodynamics into metabolic models and hybrid modelling, that is, the synthesis of ML and mechanistic models to hopefully combine the rigidity, specificty and interpretability of mechanistic models with the accuracy of ML models. I'm currently working on a new statistical model for improving the covariance estimates of the group contribution (and component contribution) methods.

Projects

Unfortunately, my current projects are still private until we get closer to publishing, but I have a handful here that might be interesting.

Improving seedling detection with height data

In this project I was tasked with integrating height data into an existing Faster-RCNN object detection network to detect conifer seedlings from drone imagery. Interestingly, it turned out that if you introduced the height data directly as a fourth image channel, the performance of the network decreased. However, pooling the height data and incorporating it after the backbone and before the region proposal network improved performance. It goes to show that it's important to think about how to incorporate new information when using transfer learning.

Generative Bayesian model of metabolic fluxes and thermodynamics

In this project I wanted to integrate thermodynamics into steady-state flux sampling for my master's thesis. The requirement that the fluxes are steady-state introduces a number of constraints into the model that need to be adressed. I solved this by making explicit the linear relations between the models parameters and removing superfluous parameters. This project also involved improving existing estimates of formation energy covariance to address prediction collinearity.

Popular repositories Loading

  1. seedlings_height seedlings_height Public

    Jupyter Notebook 1

  2. dualbluet dualbluet Public

    A script for syncronising bluetooth keys for dual boot systems

    Python

  3. JasonJooste JasonJooste Public

  4. nbstripout nbstripout Public

    Forked from kynan/nbstripout

    strip output from Jupyter and IPython notebooks

    Python

  5. config config Public

    A place to store my config and dotfiles

    Shell

  6. aoc-rust aoc-rust Public

    A copy of the aoc for rust template

    Rust