COMP5329 assignment1:从头开始进行深度学习 源码
COMP5329-assignment1 从头开始进行深度学习 依存关系: scipy(用于运行代码): pip install scikit-learn 乳胶(用于生成报告) make(用于运行Makefile) bash(用于构建zip文件) yapf,pycodestyle(用于linting): pip install yapf pycodestyle 用法: # run code ./assignment1.py # usage info ./assignment1.py -h # check code style make lint # generate the report and create the zip file make # generate just the report make report/report.pdf
下载地址
用户评论