目的:像elementUI那样注册全局组件 预览pdf文件 技术支持:使用火狐的pdf.js http://mozilla.github.io/pdf.js/ 准备:新建一个CPdf.vue文件,把火狐demo里面的build里面的pdf.js下载来,并且依赖了elementUI开发的其实就是用了< ...
分类:
其他好文 时间:
2017-03-02 16:32:17
阅读次数:
388
本文标签: 机器学习 TensorFlow Google深度学习框架 分布式机器学习 PyTorch 近日,Reddit 用户 cjmcmurtrie 发了一个主题为「PyTorch vs. TensorFlow」的讨论帖,想要了解这两大流行的框架之间各自有什么优势。 原帖地址:https://re ...
分类:
其他好文 时间:
2017-03-02 00:41:04
阅读次数:
614
Python-Matplotlib 18 注释 EG1: ...
分类:
编程语言 时间:
2017-02-22 13:21:49
阅读次数:
162
前言 栈式去噪自编码器是栈式自动编码器的扩展[Bengio07],并且它在[Vincent08]里有介绍。 这次教程建立在之前的去噪自编码器Denoising Autoencoders。如果你对自编码器没什么了解,建议你先了解一下。 栈式自编码器 通过把上一层去噪自编码器找到的隐藏输入(output ...
分类:
Web程序 时间:
2017-02-20 22:53:51
阅读次数:
740
Question 1: 列中有中文 Traceback (most recent call last): File "~/PycharmProjects/ltest/scripts/py_matlab.py", line 17, in <module> ages, weights, heights ...
分类:
编程语言 时间:
2017-02-16 13:41:54
阅读次数:
271
1 import numpy as np 2 # 基础属性 3 array = np.array([[[1,2,3], [0,0,1]], [[1,2,3], [0,0,1]]], 4 dtype = np.int64) 5 6 print(array) 7 print(array.ndim) # ... ...
分类:
编程语言 时间:
2017-02-02 01:02:12
阅读次数:
301
Add kernel python3 in jupyter http://ipython.readthedocs.io/en/stable/install/kernel_install.html After this, still can not use numpy, to install nump ...
分类:
其他好文 时间:
2017-01-21 13:06:12
阅读次数:
186
对数据按列属性进行scale处理后,每列的数据均值变成0,标准差变为1。可通过下面的例子加深理解: 测试数据: 使用sklearn进行scale处理时,有两种方式可供选择。 方式1:直接使用preprocessing.scale()方法: 得到的X_scaled中每列的均值为0,方差为1 方式2:使 ...
分类:
其他好文 时间:
2017-01-16 00:06:08
阅读次数:
498
1、画饼图 确定坐标范围 叠加图 plt.figure() plt.text()添加文字说明 ...
分类:
其他好文 时间:
2017-01-15 00:23:12
阅读次数:
361