DeepLearning
DeepLearning copied to clipboard
ImportError: No module named logistic_sgd
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)
ImportError: No module named logistic_sgd