Chase Roberts·Apr 9, 2021How to become a Quantum Software EngineerQuantum computing has come a long way in the past decade, and the infamous “It’ll be ready in 5–10 years” might actually be true this time…A response icon1A response icon1
Chase Roberts·Oct 3, 2019Upgrading your TensorNetwork codeDuring development, we’ve received user feedback that the TensorNetwork object in the tensornetwork library was more of a burden than…
Chase Roberts·May 7, 2019Introducing tf.vectorized_mapOne of the difficulties with writing tensorflow code is making sure all operations have the right tensor shape, especially when trying to…
Chase Roberts·Feb 2, 2018mltest: Automatically test neural network models in one function callSo I got a lot of positive feedback on my last post on how to unit test machine learning code. A few people actually messaged me directly…A response icon3A response icon3
Chase Roberts·Oct 19, 2017How to unit test machine learning code.Edit: The popularity of this post has inspired me to write a machine learning test library. Go check it out!A response icon14A response icon14