一 : 安装ipython以及用到的包介绍 二: 关于numpy ...
分类:
其他好文 时间:
2017-12-25 11:43:21
阅读次数:
176
之前对这个函数理解一直有误。 以为是获取一个张量中,行/列的最大值。 其实他获取的是行/列中最大值的索引号。 axis:0按列,1按行。 举个例子 [[1,2,3,4]] 会得到 [0 0 0 0] [3] 因为按列算,每一列的第唯一一个数组就是最大的数字,其索引号都是0。所以所有的列返回的都是0, ...
分类:
其他好文 时间:
2017-12-19 01:23:13
阅读次数:
237
A. Find Extra One You have n distinct points on a plane, none of them lie on OY axis. Check that there is a point after removal of which the remaining ...
分类:
其他好文 时间:
2017-12-16 19:49:48
阅读次数:
238
参考机器学习实战第二章K邻近算法的数据分析一小节,稍微修改了一下条件,准备拿去给蓝盆友做提醒。 可以看出,玩游戏少,看视频率低,并且爱干净的男生更受欢迎哈。 ...
分类:
其他好文 时间:
2017-12-16 17:09:13
阅读次数:
103
代码源自游戏《A Place for the Unwilling》 开发《A Place for the Unwilling》游戏第一部要解决的问题就是让精灵可以围绕其它精灵前后移动,呈现出真实的深度感觉。SpriteRenderer组件有两个属性,可以改变场景中Sprite的渲染顺序。 Sorti ...
分类:
编程语言 时间:
2017-12-16 13:11:17
阅读次数:
1065
tooltip: { trigger: "axis", axisPointer: { // 坐标轴指示器,坐标轴触发有效 type: "line" // 默认为直线,可选为:'line' | 'shadow' }, formatter: function(params) { var... ...
分类:
其他好文 时间:
2017-12-14 13:23:34
阅读次数:
162
http://wossoneri.github.io/2017/11/15/[Tensorflow]The dimension of Tensor/ Tensor维度理解 Tensor在Tensorflow中是N维矩阵,所以涉及到Tensor的方法,也都是对矩阵的处理。由于是多维,在Tensorfl ...
分类:
其他好文 时间:
2017-12-12 23:55:40
阅读次数:
402
转自:http://blog.csdn.net/wangying19911991/article/details/73928172 https://www.zhihu.com/question/58993137 python中的axis究竟是如何定义的呢?他们究竟代表是DataFrame的行还是列? ...
分类:
编程语言 时间:
2017-12-12 17:26:43
阅读次数:
215
这次还是能看的0 0,没出现一题掉分情况。 QAQ前两次掉分还被hack了0 0,两行清泪。 A. Find Extra One A. Find Extra One You have n distinct points on a plane, none of them lie on OY axis. ...
分类:
其他好文 时间:
2017-12-12 12:14:12
阅读次数:
184
本文亲测; 1、从官网下载axis2相关api,地址是:http://axis.apache.org/axis2/java/core/download.html,我下载的是axis2-1.7.6-bin; 2、从axis2-1.7.6-bin里面找到webapp,WEB-INF,将conf,modu ...
分类:
其他好文 时间:
2017-12-11 13:53:04
阅读次数:
196