Skip to content

Releases: usedToBeTomas/hox

hox v1.2.0

13 Dec 23:17
6718da5
Compare
Choose a tag to compare
  • Improvement in execution time during training, mnist 1 epoch 96% accuracy on a 12600k went from 4.25 seconds to 3.5 seconds

hox v1.1.0

11 Dec 09:18
4f88a79
Compare
Choose a tag to compare

Heavy refactor of the entire codebase

  • utils removed
  • training loop moved from utils to hox.py
  • hox.py is now all you need to train a neural network
  • Different layers and optimizers have been removed/hidden. Dense, Optimizer, SGD have been removed, the optimizer has been integrated in the Model and Layer class
  • Training speed is equal to the previous version, possibly slightly faster