Edit ‘the_seventy_maxims_of_maximally_effective_machine_learning_engineers’

This commit is contained in:
osmarks 2025-03-02 12:12:26 +00:00 committed by wikimind
parent 2e1219c4fb
commit 8734c61051

View File

@ -25,7 +25,7 @@ Based on [[https://schlockmercenary.fandom.com/wiki/The_Seventy_Maxims_of_Maxima
*. Training loss and validation loss should be easier to tell apart.
*. Any sufficiently advanced algorithm is indistinguishable from a matrix multiplication.
*. If your models failure is covered by the SLA, you didnt test enough edge cases.
*. “Fire-and-forget training” is fine, provided you never actually forget to monitor drift.
*. “Fire-and-forget training” is fine, provided you never actually forget to monitor the run.
*. Dont be afraid to be the first to try a random seed.
*. If the cost of cloud compute is high enough, you might get promoted for shutting down idle instances.
*. The enemy of my bias is my variance. No more. No less.