logistic_sgd module, where to find it?

后端 未结 4 825
刺人心
刺人心 2021-01-19 06:14

doing a deep learning tutorial and my python cannot find that module.

from logistic_sgd import LogisticRegression, load_data
ImportError: No module named log         


        
4条回答
  •  庸人自扰
    2021-01-19 06:48

    Actually, you should download all the code from the following link, it contains all the dependencies you need. Here is the source code: http://deeplearning.net/tutorial/code/

提交回复
热议问题