Published onMay 27, 2020Useful bash / zsh Profile AdditionsreferencesSome functions I found useful to add to my bash and zsh profile.
Published onMay 20, 2020Optimized Log-Sum-Exp PyTorch FunctionmathA walkthrough of how to optimize the log-sum-exp function in PyTorch.
Published onMay 6, 2020Torch CUDA Extension TricksengineeringSome tricks I found useful for writing CUDA extensions for PyTorch.
Published onApril 7, 2020HMMs and CRFsmlmathalgorithmsA comparison of Hidden Markov Models and Conditional Random Fields, two kinds of probabilistic graphical models.