pile of feather 0.3.1
- 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