issues
search
carpentries-incubator
/
machine-learning-neural-python
Introduction to artificial neural nets with Python
https://carpentries-incubator.github.io/machine-learning-neural-python
Other
5
stars
7
forks
source link
Miscellaneous updates: fix imports; tidy language
#10
Closed
tompollard
closed
2 years ago
tompollard
commented
2 years ago
This is a collection of minor updates:
cleaning up tensorflow imports (remove unused, move if appropriate)
add/update questions and keypoints to section headers
explain the purpose of the ellipsis (
...
) when reshaping numpy arrays
fix performance curve and reported accuracy
This is a collection of minor updates:
...
) when reshaping numpy arrays