I'm quite new to Python and DL. I have Windows 8 and I want to run Deep Learning for MNIST (the Hello World! for DL). What steps should I follow to run it successfully ? Google hasn't helped much because of its complex, unreadable answers/outputs. Perhaps I need to install everything necessary.
EDIT I have somewhat proceeded but not much I'm getting this pytorch
error:
$ python
Python 3.9.9 (main, Dec 5 2021, 13:29:55)
[GCC 11.2.0] on cygwin
Type "help", "copyright", "credits" or "license" for more information.
>>> import pytorch
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
ModuleNotFoundError: No module named 'pytorch'
>>>
KeyboardInterrupt
>>>