nnfwp
nnfwp copied to clipboard
Neural Networks Fundamentals with Python – implementing neural networks from scratch
Results
2
nnfwp issues
Sort by
recently updated
recently updated
newest added
The function `train` in `mnist.py` creates column vectors of 0s that should have `dtype=int`. d387ee3 fixes this but the book must be updated.
There is an error in `nn.py` example: 