DeepLearning icon indicating copy to clipboard operation
DeepLearning copied to clipboard

ImportError: No module named logistic_sgd

Open isalirezag opened this issue 8 years ago • 0 comments

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

isalirezag avatar Mar 14 '16 20:03 isalirezag