Im trying to use python for SdA,
I dont know where I need to get LogisticRegression.
I have anaconda and Theano but still whenever I write:
from LogisticRegression import LogisticRegression
I receive an error that:
ImportError Traceback (most recent call last)
in ()
----> 1 from logistic_sgd import LogisticRegression, load_data
ImportError: No module named logistic_sgd