software-engineering
- Miscellaneous Azure NotesSeptember 14, 2023
Miscellaneous notes about various Azure-related things. - Miscellaneous AWS NotesSeptember 13, 2023
Miscellaneous notes about various AWS-related things. - Getting Started with ROS 2November 7, 2022
An actually good guide to getting started with ROS 2. - Numpy Array Stream to VideoApril 29, 2021
Short post with code snippits for creating videos from Numpy arrays in Matplotlib. - Useful bash / zsh Profile AdditionsMay 27, 2020
Some functions I found useful to add to my bash and zsh profile. - Optimized Log-Sum-Exp PyTorch FunctionMay 20, 2020
A walkthrough of how to optimize the log-sum-exp function in PyTorch. - Torch CUDA Extension TricksMay 6, 2020
Some tricks I found useful for writing CUDA extensions for PyTorch. - A Neural Network in 28 Lines of TheanoFebruary 23, 2016
A quick introduction to using Theano for deep learning, from the bare-bones to a full neural network.