码迷,mamicode.com
首页 >  
搜索关键字:efficient    ( 536个结果
Search a 2D Matrix
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 from left to right.The first integer of each...
分类:其他好文   时间:2015-01-29 01:56:07    阅读次数:228
[NN] 随机VS批训练
本文翻译节选自1998-Efficient BackProp, Yann LeCun et al..4.1 随机VS批训练每一次迭代, 传统训练方式都需要遍历所有数据集来计算平均梯度. 批训练也同样. 但你也可以使用随机训练的方法: 每次随机选择一个样本$\{Z^t, D^t\}$. 使用它来计算对...
分类:其他好文   时间:2015-01-28 21:04:45    阅读次数:239
准备实现体积蒙皮
之前发现,牛顿法在迭代的过程中容易收敛到局部。现在想通过减少变量的个数(不求解内部点的位置)来避免此种情况。主要参考Efficient Simulation of Secondary Motion in Rig-Space这篇论文的方法。方法的基本思路是,在解算的过程中,不考虑内部点的加速度,认为内...
分类:其他好文   时间:2015-01-19 12:21:50    阅读次数:194
分配固定大小对象的内存池
//下面的代码思想取自efficient c++ 1 ////////////////////////////////////////////////////////////////////////// 2 //可分为:1.内存池本身的创建和删除 3 // 2.内存池中空闲内存的维护 ...
分类:其他好文   时间:2015-01-15 00:22:08    阅读次数:201
LeetCode--Search a 2D Matrix
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 from left to right.The first integer of each...
分类:其他好文   时间:2015-01-13 09:00:00    阅读次数:104
Search a 2D Matrix
Write an efficient algorithm that searches for a value in anmxnmatrix. This matrix has the following properties:Integers in each row are sorted from l...
分类:其他好文   时间:2015-01-11 14:46:25    阅读次数:148
LeetCode-Search a 2D Matrix
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 from left to right.The first integer of each...
分类:其他好文   时间:2015-01-09 22:27:36    阅读次数:272
Java Notes-7
-One such related pair of patterns is the concept of an executor service that manages tasks and that of a thread pool that services tasks in an efficient way. -The new  Callable interface, whic...
分类:编程语言   时间:2015-01-09 00:18:47    阅读次数:365
Leetcode:Search a 2D Matrix
Write an efficient algorithm that searches for a value in anmxnmatrix. This matrix has the following properties:Integers in each row are sorted from l...
分类:其他好文   时间:2015-01-06 17:46:21    阅读次数:138
监控视频相关数据集
BOSS datasetWebsite:Datasets are availablehere.Dataset:The BOSS project aims at developing an innovative and bandwidth efficient communication system ...
分类:其他好文   时间:2015-01-05 21:54:18    阅读次数:8093
536条   上一页 1 ... 43 44 45 46 47 ... 54 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!