摘要: 1、"Project Interpreter" 在使用PyCharm打开一个新的文件夹的时候,PyCharm -->File-->Settings... --> 找到对应的工程"Project: ???" -->Project Interpreter --> 选择 合适的 interpreter 1 阅读全文
posted @ 2020-03-01 23:02 pythonz 阅读(208) 评论(0) 推荐(0) 编辑
摘要: 1、ctrl+b: 跳转到函数定义处 (Matlab 中是 ctrl+d) 2、 3、 4、 5、 阅读全文
posted @ 2020-03-01 22:55 pythonz 阅读(181) 评论(0) 推荐(0) 编辑
摘要: 1、CMD运行python命令 cmd中输入"python",回车,进入python控制台,然后输入一些python语句 2、cmd运行?.py文件 cmd中输入"python ???.py",回车。 3、 4、 5、 阅读全文
posted @ 2020-02-23 13:49 pythonz 阅读(2926) 评论(1) 推荐(0) 编辑
摘要: ZC:此处是Windows环境下 1、查看 juypter是否安装,及其安装路径 CMD:python -c "import jupyter;print(jupyter.__version__)" 2、安装juypter(没有安装的话) CMD:pip install jupyter 3、启动: C 阅读全文
posted @ 2020-02-15 20:43 pythonz 阅读(339) 评论(0) 推荐(0) 编辑
摘要: 1、查看python及其第三方库的版本和安装位置 - Niuniuaba - 博客园.html(https://www.cnblogs.com/wfsh-hebau/p/10009574.html) 2、我的测试代码: E:\CaiPiao_01\ShuangSeQiu_01\LotteryPred 阅读全文
posted @ 2020-02-15 20:34 pythonz 阅读(551) 评论(0) 推荐(0) 编辑
摘要: 1、深入理解python中函数传递参数是值传递还是引用传递_python_脚本之家.html(https://www.jb51.net/article/127667.htm) 2、 3、 4、 5、 阅读全文
posted @ 2020-02-10 09:12 pythonz 阅读(492) 评论(0) 推荐(0) 编辑
摘要: PS:pip install -U ??? 更新&安装 1、pip install tensorflow-1.13.1-cp37-cp37m-win_amd64.whl ZC:我安装"tensorflow-1.13.1-cp37-cp37m-win_amd64.whl"时,就只有这一句命令,我记得我 阅读全文
posted @ 2020-02-06 22:20 pythonz 阅读(1122) 评论(0) 推荐(0) 编辑
摘要: 1、度娘了“@autograph.convert()” 的相关内容,这应该是 20180719 Google除的新功能,大概的功能是: “谷歌发布AutoGraph,自动将Python转化为TF图” “AutoGraph:图的简易控制流程” 等 ZC:搜索到的文章 都只是说出了 新的功能,但是没说 阅读全文
posted @ 2020-02-06 21:57 pythonz 阅读(391) 评论(0) 推荐(0) 编辑
摘要: PS:AutoGraph 是很方便,但是 那是 tensorflow的事情了... 1、逻辑&判断&条件&分支&跳转 1.1、Tensorflow-API :对于tensor特定值进行逻辑判断和操作 - 简书.html(https://www.jianshu.com/p/9fe26908ac31) 阅读全文
posted @ 2020-02-06 21:31 pythonz 阅读(3369) 评论(0) 推荐(0) 编辑
摘要: 1、Tensorflow 教程系列 _ 莫烦Python.html(https://morvanzhou.github.io/tutorials/machine-learning/tensorflow/) 用 Tensorflow 可视化梯度下降 - Tensorflow _ 莫烦Python.ht 阅读全文
posted @ 2020-02-02 15:29 pythonz 阅读(171) 评论(0) 推荐(0) 编辑