Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 691 Bytes

README.md

File metadata and controls

10 lines (6 loc) · 691 Bytes

micropolis

A tiny Metropolis-Hastings neural networks optimizer, inspired by micrograd.

This version is contemporary with Micropolis II.

References

  • optim.MMH(test='Barker') implements the approximate Barker MH test of [6.3, BDH17].
  • optim.MMH(test='exact') implements the exact Barker MH test of [SPCC17] (& thanks to BIDData/BIDMach for the normal-to-logistic correction distriution).