Skip to content

pile of feather 0.4.2

Latest
Compare
Choose a tag to compare
@usedToBeTomas usedToBeTomas released this 06 Dec 22:26
· 3 commits to main since this release
  • enigne.py was wrongly using float64 for every single matrix, dtype has now been converted to float32
  • float32 conversion improved execution speed by ~23% and reduced every model size in half (old float64 models should remain compatible)
  • nn.backprop() has been renamed to mbgd -> mini batch gradient descent