aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-12-16Clarify some terminology.HEADmain3gg
2023-12-16Define vector outer product (nnMatrixMulOuter), which removes the need to ↵3gg
transpose layer inputs during training.
2023-12-16Address BorrowMut TODO. There does not appear to be a good way to enforce ↵3gg
const-ness here.
2023-12-16Decouple activations from linear layer.3gg
2023-11-23Documentation.3gg
2023-11-23Formatting.3gg
2022-05-15Optimize matrix multiplication to be more cache-friendly.3gg
Mnist-1000: 15s -> 7.74s.
2022-05-15Optimize away weights_T during training.3gg
Mnist-1000: 18s -> 15s.
2022-05-12Fix typo in OneHotDecode.3gg
2022-05-11Initial commit.jeanne
2022-05-11Initial commit3gg