Resources

This page largely collects miscellaneous content that doesn’t otherwise belong on any of the other pages on this website. Some is my creation, some links to the creations of others which I’ve found fun, interesting, and/or useful.

Code

The following is two pieces of WIP that I may or may not get around to finishing one day.

R Model Codes

A WIP bookdown website containing R implementations of various statistical models, data reduction methods, and machine learning algorithms. Currently neglected, but I'm hoping to return to it when I find myself with a nice stretch of spare time in front of me.

Link GitHub

Neural Networks by Hand

A WIP jupyter book containing my self-learning notes on neural networks from when I first started as a data scientist. Covers gradient descent, vector/matrix calculus, forward passes/propagation, backward passes/propgation, activation and cost functions. Contains a Python implementation of a feedforward neural network, which allows for arbitary depth, layer width, several activation and cost functions. Mostly finished, though I'm not sure I'll get back to it.

Link GitHub

Some fun or interesting reads that are deserving of a wider readership

Notes

Notes on topics that don’t really belong as full research papers. Hopefully useful to someone, somewhere.

Collected Notes on Aldrich-McKelvey Scaling

Swatton, P.J. (2023)