码迷,mamicode.com
首页 >  
搜索关键字:efficient    ( 536个结果
l2-loss,l2范数,l2正则化,欧式距离
欧式距离: 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
MQTT 单个订阅消息量过大处理
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在数学建模中的应用
接下来的三周都会研读《MATLAB在数学建模中的应用》这本书,在此把敲过的课本习题代码,以及更详细的代码注释Po出。 插值与拟合 1)指定函数的拟合 接下来的三周都会研读《MATLAB在数学建模中的应用》这本书,在此把敲过的课本习题代码,以及更详细的代码注释Po出。 插值与拟合 1)指定函数的拟合 ...
分类:其他好文   时间:2018-08-14 18:48:31    阅读次数:192
np.corrcoef()方法计算数据皮尔逊积矩相关系数(Pearson's r)
上一篇通过公式自己写了一个计算两组数据的皮尔逊积矩相关系数(Pearson's r)的方法,但np已经提供了一个用于计算皮尔逊积矩相关系数(Pearson's r)的方法 np.corrcoef() : 需要注意的是, np.corrcoef() 接受的参数是一个矩阵,返回的结果也是一个矩阵 以上面 ...
分类:其他好文   时间:2018-07-29 15:12:38    阅读次数:749
vim :g
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
the mathematical knowledge
[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
Images之Dockerfiles
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
Search a 2D Matrix II
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
ASP.NET Core SignalR 中使用 MessagePack
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
Angular 原理分析之 scope
Scope 作用:- 监听数据的变化- 广播并监听事件- 绑定模板中的数据 其中“监听数据变化”是 Angular 中最具争议也是最大的卖点——脏检查。将从以下几个功能点来介绍 scope 的实现。 脏检查的核心实现,包含 $watch 和 $digest 不同的触发 digest 循环的方法:$e ...
分类:其他好文   时间:2018-06-16 17:52:50    阅读次数:141
536条   上一页 1 ... 11 12 13 14 15 ... 54 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!