Skip to content

pile of feather 0.3.1

Compare
Choose a tag to compare
@usedToBeTomas usedToBeTomas released this 15 Jul 00:02
· 37 commits to main since this release
  • pof.py refactor of neuralNetwork class, now has model.computeBatch() method. model.train() has been removed, pof.train(model ...) has been added as a replacement, this will allow in future to easily implement different training architectures
  • pof.py 2.5x speed improvement in model.computeBatch()
  • pod.py loadData() now support .gz dataset upload
  • mnist example added