Hi Guys,
I am trying to use mnist handwriting example to create a neural network error. But it shows me the below error at the time of importing mnist module.
ModuleNotFoundError Traceback (most recent call last)
<ipython-input-1-599f2a84d274> in <module>
----> 1 from mnist import MNIST
ModuleNotFoundError: No module named 'mnist'