今天学习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 LearningActive learning is the problem of progressively selecting and annotating the most informative unlab...
分类:
其他好文 时间:
2015-11-12 13:26:09
阅读次数:
308
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
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
你的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
看到这篇文章,先转过来了 出自:http://ued.ctrip.com/blog/javascript-code-performance-optimization-summary.html以下代码基本上在jQuery的源码里面都可以看到,如有说得不对的地方,请大家指出。尽量使用源生方法javaSc...
分类:
编程语言 时间:
2015-10-27 15:20:03
阅读次数:
200
统计信息的作用是:查询优化器使用统计信息来创建可提高查询性能的查询计划。统计信息是数据库的object,提供的统计信息是关于table或indexed view上列的统计信息。Statistics for query optimization are objects that contain sta...
分类:
数据库 时间:
2015-10-19 17:08:50
阅读次数:
290
英文原文: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