欧式距离: l2范数: l2正则化: l2-loss(也叫平方损失函数): http://openaccess.thecvf.com/content_cvpr_2017/papers/Li_Mimicking_Very_Efficient_CVPR_2017_paper.pdf 总结:l2范数和欧式 ...
分类:
其他好文 时间:
2018-08-24 19:25:51
阅读次数:
439
The missing piece between MQTT and a SQL database in a M2M landscape Message Queue Telemetry Transport (MQTT) is awesome when it comes to Machine-to-M ...
分类:
其他好文 时间:
2018-08-16 13:31:31
阅读次数:
946
接下来的三周都会研读《MATLAB在数学建模中的应用》这本书,在此把敲过的课本习题代码,以及更详细的代码注释Po出。 插值与拟合 1)指定函数的拟合 接下来的三周都会研读《MATLAB在数学建模中的应用》这本书,在此把敲过的课本习题代码,以及更详细的代码注释Po出。 插值与拟合 1)指定函数的拟合 ...
分类:
其他好文 时间:
2018-08-14 18:48:31
阅读次数:
192
上一篇通过公式自己写了一个计算两组数据的皮尔逊积矩相关系数(Pearson's r)的方法,但np已经提供了一个用于计算皮尔逊积矩相关系数(Pearson's r)的方法 np.corrcoef() : 需要注意的是, np.corrcoef() 接受的参数是一个矩阵,返回的结果也是一个矩阵 以上面 ...
分类:
其他好文 时间:
2018-07-29 15:12:38
阅读次数:
749
https://stackoverflow.com/questions/1946738/vim-how-to-delete-every-second-row An elegant (and efficient) way to accomplish the task is to issue the : ...
分类:
系统相关 时间:
2018-07-29 00:49:26
阅读次数:
235
[TOC] 1.The Mathematical Knowledge Needed For Machine Learning The First Column| The Second Column : :|: : algorithems|Mathematics Bias classifier|ran ...
分类:
其他好文 时间:
2018-07-28 00:08:46
阅读次数:
153
Best practices for writing Dockerfiles This document covers recommended best practices and methods for building efficient images. Docker builds images ...
分类:
其他好文 时间:
2018-07-05 21:27:44
阅读次数:
157
Write an efficient algorithm that searches for a value in an m x n matrix. This matrix has the following properties: Integers in each row are sorted i ...
分类:
其他好文 时间:
2018-07-04 01:16:57
阅读次数:
177
It's like JSON.but fast and small. MessagePack is an efficient binary serialization format. It lets you exchange data among multiple languages like JS... ...
分类:
Web程序 时间:
2018-06-18 16:02:15
阅读次数:
653
Scope 作用:- 监听数据的变化- 广播并监听事件- 绑定模板中的数据 其中“监听数据变化”是 Angular 中最具争议也是最大的卖点——脏检查。将从以下几个功能点来介绍 scope 的实现。 脏检查的核心实现,包含 $watch 和 $digest 不同的触发 digest 循环的方法:$e ...
分类:
其他好文 时间:
2018-06-16 17:52:50
阅读次数:
141