Grammar focus 语法点: in 和 on in the desk 在桌子抽屉里 on the desk 在桌子面上 Practice 练习 Where's my pencil? In the desk Where's my dictionary? In the filing cabine ...
分类:
其他好文 时间:
2018-07-12 23:51:48
阅读次数:
161
关于 TensorFlow TensorFlow? 是一个采用数据流图(data flow graphs),用于数值计算的开源软件库。节点(Nodes)在图中表示数学操作,图中的线(edges)则表示在节点间相互联系的多维数据数组,即张量(tensor)。它灵活的架构让你可以在多种平台上展开计算,例 ...
分类:
其他好文 时间:
2018-07-09 21:35:21
阅读次数:
191
Liner Regression %matplotlib作用 是在使用jupyter notebook 或者 jupyter qtconsole的时候,才会经常用到%matplotlib, 而%matplotlib具体作用是当你调用matplotlib.pyplot的绘图函数plot()进行绘图的时 ...
分类:
其他好文 时间:
2018-07-09 17:56:26
阅读次数:
209
老电脑本来用的是Win系列,后来改成Linux后就不卡了,这几天同Notebook运行的Script开始复杂了,Ubuntu经常卡死(发公众号也经常卡死),本来以为是Ubuntu的问题 后来一想,不对啊,怎么永远都是谷歌浏览器卡死,其他的怎么不卡死呢?然后今天卡死的时候发现其实Ubuntu还是可以直 ...
分类:
系统相关 时间:
2018-07-09 13:33:16
阅读次数:
468
1.探索整个目录树kv:增删改查目录树==文件夹文件目录位置==一串字符串文件的绝对目录与相对目录几个系统命令:%cd文件目录位置%pwd目录树=文件夹importos#针对系统的模块,比如对目录树的操作test_path=r‘C:\study\jupyter‘os.listdir(test_path)#listdir显示目录列表[‘.ipynb_checkpoints‘,‘21点.ipynb‘,
分类:
其他好文 时间:
2018-07-05 19:45:30
阅读次数:
257
学习过程中遇到了强转问题,这里整理一下。 前言 本篇主要介绍Python的强制类型转换。 软件环境 系统 UbuntuKylin 14.04 软件 Python 2.7.3 IPython 4.0.0 UbuntuKylin 14.04 Python 2.7.3 IPython 4.0.0 Pyth ...
分类:
编程语言 时间:
2018-07-05 12:16:38
阅读次数:
333
上一篇Jupyter的文章:https://www.cnblogs.com/dotnetcrazy/p/9201976.html 生成配置文件:jupyter-notebook --generate-config 打开配置文件:(没有装vscode的可以用gedit或者vi打开) code ~/.j ...
分类:
系统相关 时间:
2018-07-04 10:35:15
阅读次数:
231
在window开发python代码,搭建python环境! 01、下载python-win https://www.python.org/downloads/windows/ http://ipython.org/ ###友好的交互python 02、安装python ###自动在Window添加的 ...
分类:
编程语言 时间:
2018-07-03 01:01:02
阅读次数:
207
%matplotlib inline 是一个魔法函数(Magic Functions)。官方给出的定义是:IPython有一组预先定义好的所谓的魔法函数(Magic Functions),你可以通过命令行的语法形式来访问它们。可见“%matplotlib inline”就是模仿命令行来访问magic ...
分类:
其他好文 时间:
2018-07-02 20:50:08
阅读次数:
406
# /etc/profile: system-wide .profile file for the Bourne shell (sh(1))# and Bourne compatible shells (bash(1), ksh(1), ash(1), ...). if [ "$PS1" ]; th ...
分类:
其他好文 时间:
2018-06-30 19:51:44
阅读次数:
421