doing a deep learning tutorial and my python cannot find that module.
from logistic_sgd import LogisticRegression, load_data ImportError: No module named log
Download and Save logistic_sgd.py from the following link:
http://deeplearning.net/tutorial/code/logistic_sgd.py
Store it in the working directory. That's it!