摘要: Case sensitivity, spaces, and line breaks Comments Literals Identifiers and reserved words Unicode Optional semicolons 2.1 The Text of a JavaScript Pr 阅读全文
posted @ 2021-04-10 22:46 zxk44944 阅读(55) 评论(1) 推荐(0)
摘要: Now our job as programmers changes from figuring out the rules, to determining the activities, to writing the code that matches the data to the labels 阅读全文
posted @ 2021-04-18 23:13 zxk44944 阅读(35) 评论(0) 推荐(0)
摘要: with the aim of equipping you to be an ML and AI developer without needing a PhD if you’ve been put off entering this valuable area of computer scienc 阅读全文
posted @ 2021-04-18 22:22 zxk44944 阅读(65) 评论(0) 推荐(0)
摘要: C++ precursor to TensorFlow called DistBelief for instance, using 16,000 CPUs to train a cat detector on unlabeled YouTube videos 阅读全文
posted @ 2021-04-18 21:46 zxk44944 阅读(164) 评论(0) 推荐(0)
摘要: Pyhon 包安装 新建虚拟环境:python -m venv <dir> 进入虚拟环境:<dir>/Scripts/active 安装包:pip install <package> 退出虚拟环境:<dir>/Scripts/deactive 练习安装包:numpy Python -m venv e 阅读全文
posted @ 2021-04-18 21:08 zxk44944 阅读(46) 评论(0) 推荐(0)