Appleby, elsewhere

This page contains links to external code snippets and interactive notebooks and the like that I have posted around the web.

TADM2e Heap Compare
a Google Colab notebook that contains a Python program to count and plot the number of nodes visited by the heap_compare function presented in The Algorithm Design Manual (2nd Ed.)
Generating All Min Heaps
a Google Colab notebook that contains several implementations of a routine to generate all distinct min heaps on N={0,1,2,…,n−1}.
Keras Learning Rate Test
a Jupyter notebook exploring different methods of setting the learning rate for training a Keras model from the original fast.ai Practical Deep Learning for Coders courses.

Created: 2019-05-01

Last modified: 2024-04-11