Cool Things Made by Others
HERE is pytorch code for an ADAM-type optimizer invented by some of my collages ("The file containing the optimizer is AGNES.py. Everything else is for the specific experiments in the paper.")
HERE is a package that lets you call summary(model) on a pytorch model, returning similarly useful output as the model.summary() method of keras models.
HERE is a GitHub repo that my colleague Tushar Pandey has put together as an introduction to topological data analysis.
HERE is an elegantly simple chatbot (basically, a lookup table) implemented in base python.
HERE the best overall YouTube channel I've found on machine learning: DigitalSreeni.
HERE is a neat 3d visualization of what is happening inside of a small, well-trained CNN made by Adam Harley (thanks, Devon, for sharing this with me!).
HERE is a phenomenal (non-technical) explanation of the fashionable "NPU:" basically just a compute core optimized for a particular pattern of FLOPs.
HERE is a nice tutorial series on pytorch-lightning.