码迷,mamicode.com
首页 >  
搜索关键字:nump    ( 745个结果
vue2.0全局组件之pdf
目的:像elementUI那样注册全局组件 预览pdf文件 技术支持:使用火狐的pdf.js http://mozilla.github.io/pdf.js/ 准备:新建一个CPdf.vue文件,把火狐demo里面的build里面的pdf.js下载来,并且依赖了elementUI开发的其实就是用了< ...
分类:其他好文   时间:2017-03-02 16:32:17    阅读次数:388
一线开发者在Reddit上讨论深度学习框架:PyTorch和TensorFlow到底哪个更好?
本文标签: 机器学习 TensorFlow Google深度学习框架 分布式机器学习 PyTorch 近日,Reddit 用户 cjmcmurtrie 发了一个主题为「PyTorch vs. TensorFlow」的讨论帖,想要了解这两大流行的框架之间各自有什么优势。 原帖地址:https://re ...
分类:其他好文   时间:2017-03-02 00:41:04    阅读次数:614
Python-Matplotlib 18 注释
Python-Matplotlib 18 注释 EG1: ...
分类:编程语言   时间:2017-02-22 13:21:49    阅读次数:162
(翻译)deeplearning.net/tutorial —— 栈式去噪自编码器(SdA)
前言 栈式去噪自编码器是栈式自动编码器的扩展[Bengio07],并且它在[Vincent08]里有介绍。 这次教程建立在之前的去噪自编码器Denoising Autoencoders。如果你对自编码器没什么了解,建议你先了解一下。 栈式自编码器 通过把上一层去噪自编码器找到的隐藏输入(output ...
分类:Web程序   时间:2017-02-20 22:53:51    阅读次数:740
Python-Matplotlib2 Questions
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
数据挖掘目录
Numpy pandas ...
分类:其他好文   时间:2017-02-14 19:12:25    阅读次数:133
Python:Numpy学习
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
multiple kernel jupyter
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
sklearn数据预处理-scale
对数据按列属性进行scale处理后,每列的数据均值变成0,标准差变为1。可通过下面的例子加深理解: 测试数据: 使用sklearn进行scale处理时,有两种方式可供选择。 方式1:直接使用preprocessing.scale()方法: 得到的X_scaled中每列的均值为0,方差为1 方式2:使 ...
分类:其他好文   时间:2017-01-16 00:06:08    阅读次数:498
50、matplotlib画图示例
1、画饼图 确定坐标范围 叠加图 plt.figure() plt.text()添加文字说明 ...
分类:其他好文   时间:2017-01-15 00:23:12    阅读次数:361
745条   上一页 1 ... 70 71 72 73 74 75 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!