Why are there two "origin/master" pointers (one at head is red, one at bottom is green)?
85ea9aa (HEAD -> master, origin/master) rewrote weight routines to include initialization
b511483 refactored mnist with globals
33a515e refactored naive to use model-ref dictionary for weights
c0253d2 reworked matrix build
ba654ea (origin/master) initial baseline of julia mnist implementation following Dogra