03 2022 档案
摘要:编写一个Django应用 cd到指定文件夹,创建项目,生成mysite目录(整个项目的容器)(mysite可以换名字) manage.py:管理项目的命令行工具 mysite/目录:一个python包,用mysite.url的形式调库 __init__:包的标识 settings.py:配置文件,用
阅读全文
摘要:Decision tree To deal with nonlinear classification Greedy Top-down Recursive Partitioning ask questions to divide the entire space into independent r
阅读全文
摘要:deep learning computationally expensive data algorithm logistic regression e.g.1 find a cat in the image input : suppose image 64*64, input vector x:
阅读全文