This is the start of a series on understanding and implementing the YOLOv3 model using PyTorch.
This post shows a way to automatically convert word look-ups in a custom desktop dictionary into flashcards of org-drill.
This post shares my experience with a simple spaced repetition utility in Emacs org-mode.
This post explains transposed convolution and relevant module arguments in PyTorch.
This post reviews 5 podcast client applications in Linux: Vocal, CPod, Poddr, gPodder and castero.
My new configs for Neovim with LSP, tree-sitter and nvim-cmp setups.
In this post I share how to create a dot pattern portrait effect using Python, inspired by the same effect achieved using Photoshop.
This post introduces a simple Python script that batch downloads and processes climate indices from the NOAA PSL webpage.
In this post we are going to work out a vectorized Mann-Kendall trend test implementation using numpy and scipy.
In this post we put together all the building blocks covered in previous posts to create a convolution neural network, using numpy, and test it on the MNIST hand-written digits classification task.