logistic_sgd module, where to find it?

后端 未结 4 824
刺人心
刺人心 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:54

    To download all the code necessary, you can go to GitHub.

    Citing from: http://deeplearning.net/tutorial/

    The code is available on the Deep Learning Tutorial repositories.

    If you aren't familiar with Git, you can download the source code in one zip archive file from there.

提交回复
热议问题