Generating DNA barcdes with Numpy

Posted on January 04, 2018 in Python • Tagged with Numpy, Numba, Python

A tour through the process of optimizing slow code


Continue reading

Bayesian Convolutional Neural Networks with Bernoulli Approximate Variational Inference

Posted on December 08, 2016 in Papers

After a long hiatus, I’m going to write about another paper I read recently, that is changing the way I think about using deep networks for biological sequence problems.

Background

Anyone that’s working in applied machine learning these days is familiar with the idea of convolutional neural networks …


Continue reading