码迷,mamicode.com
首页 >  
搜索关键字:optimization    ( 513个结果
斯坦福大学机器学习(Andrew Ng@2014)--自学笔记
今天学习Andrew NG老师《机器学习》之6 - 6 - Advanced Optimization,做笔记如下:用fminunc函数求代价函数最小值,分两步:1、自定义代价函数function [jVal,gradient] = costFunction(theta)jVal = (theta(...
分类:其他好文   时间:2015-11-18 21:32:36    阅读次数:286
支持向量机
Support Vector Machines are an optimization problem. They are attempting to find a hyperplane that divides the two classes with the largest margin. Th...
分类:其他好文   时间:2015-11-16 21:09:24    阅读次数:294
论文阅读之 A Convex Optimization Framework for Active Learning
A Convex Optimization Framework for Active LearningActive learning is the problem of progressively selecting and annotating the most informative unlab...
分类:其他好文   时间:2015-11-12 13:26:09    阅读次数:308
【mysql】关于Index Condition Pushdown特性
ICP简介Index Condition Pushdown (ICP) is an optimization for the case where MySQL retrieves rows from a table using an index. Without ICP, the storage e...
分类:数据库   时间:2015-11-11 23:48:08    阅读次数:329
程序性能优化
作为一个性能癖,关于程序优化的奥秘怎能错过? 咱么可以将优化分为三个层次: 1、High-level design:即选择适当的数据结构和算法。 2、Basic code principles:注意避免两个optimization blockers,使编译器可以顺利优化。还要注意尽量不要使用连...
分类:其他好文   时间:2015-11-10 00:20:36    阅读次数:223
内存泄漏工具VLD1.0_要点分析
0X01 关闭FPO优化// Frame pointer omission (FPO) optimization should be turned off for this// entire file. The release VLD libs don't include FPO debug inf...
分类:其他好文   时间:2015-11-09 23:58:24    阅读次数:535
MVC正确引用CSS文件の姿势
你的css文件目录结构:将路径写入BundleConfig规则中: 1 using System.Web; 2 using System.Web.Optimization; 3 4 namespace XXXX 5 { 6 public class BundleConfig 7 {...
分类:Web程序   时间:2015-10-28 12:05:09    阅读次数:204
JavaScript代码性能优化总结【转】
看到这篇文章,先转过来了 出自:http://ued.ctrip.com/blog/javascript-code-performance-optimization-summary.html以下代码基本上在jQuery的源码里面都可以看到,如有说得不对的地方,请大家指出。尽量使用源生方法javaSc...
分类:编程语言   时间:2015-10-27 15:20:03    阅读次数:200
Statistics Sql Server 统计信息
统计信息的作用是:查询优化器使用统计信息来创建可提高查询性能的查询计划。统计信息是数据库的object,提供的统计信息是关于table或indexed view上列的统计信息。Statistics for query optimization are objects that contain sta...
分类:数据库   时间:2015-10-19 17:08:50    阅读次数:290
101 个 MySQL 的调节和优化的提示(根据实际情况调整,有些已经不适用)
英文原文:101 Tips to MySQL Tuning and Optimization(July 12, 2011)翻译:http://www.oschina.net/translate/101-tips-to-mysql-tuning-and-optimization?p=3#comment...
分类:数据库   时间:2015-09-29 10:00:28    阅读次数:164
513条   上一页 1 ... 35 36 37 38 39 ... 52 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!