1. draw feature pointsofPolyline leftEye, rightEye, leftEyebrow, rightEyebrow, noseBridge, noseBase, innerMouth, outerMouth, jaw;leftEye = tracker.get...
                            
                            
                                分类:
其他好文   时间:
2014-12-12 22:01:47   
                                阅读次数:
267
                             
                    
                        
                            
                            
                                In this post we will be discussing about change tracking feature of Entity Framework Code First. Change tracking allows Entity framework to keep track...
                            
                            
                                分类:
其他好文   时间:
2014-12-12 12:58:39   
                                阅读次数:
195
                             
                    
                        
                            
                            
                                原因是在org.geotools.renderer.lite.StreamingRenderer中的process函数:/** * @param rf * @param feature * @param fts * @param layerId */ ...
                            
                            
                                分类:
其他好文   时间:
2014-12-10 14:11:02   
                                阅读次数:
218
                             
                    
                        
                            
                            
                                function f=WTF(I);
% compute the 128-D wavelet transform feature of image I
% Input:
% I: the input image
% Output:
% f:128-D feature
%%warning:normalization must be performed after all the features a...
                            
                            
                                分类:
其他好文   时间:
2014-12-07 23:14:00   
                                阅读次数:
265
                             
                    
                        
                            
                            
                                考虑典型的文本分类,一个经典的方法就是 分词,扫描所有特征,建立特征词典
重新扫描所有特征,利用特征词典将特征映射到特征空间编号 得到特征向量
学习参数 w
存储学习参数 w , 存储特征映射词典
预测截断装载学习参数w,装载特征映射词典
扫描数据,将所有特征利用特征映射词典映射到特征空间编号 得到...
                            
                            
                                分类:
其他好文   时间:
2014-12-04 17:47:41   
                                阅读次数:
327
                             
                    
                        
                            
                            
                                Bloom filter 思路 用多个不同hash 来记录,比如遇到一个 love 有4个hash function 映射到4个bit位置,如果所有位置都是1 那么认为之前已经遇到love这个词(有一定错误概率),如果有任何一个位置是0,那么表明love这个词之前没有遇到(100%这样) Count...
                            
                            
                                分类:
其他好文   时间:
2014-12-04 17:30:57   
                                阅读次数:
186
                             
                    
                        
                            
                            
                                http://guodong.me/?p=1560ASP.NET MVC 4 has a new feature called WebAPI which makes it much easier to create a REST API in ASP.NET. Unfortunately, I ra...
                            
                            
                         
                    
                        
                            
                            
                                Sprint 3(12.03-12.16)最主要的任务是完成structure-based ASC art generation,也是我们最初设想中的一个很有亮点的feature。除此之外,还包括一些bug的修复、已有功能的优化等,并添加以下新的功能:Generate color ASC artGe...
                            
                            
                                分类:
其他好文   时间:
2014-12-03 20:56:39   
                                阅读次数:
176
                             
                    
                        
                            
                            
                                重构代码http://mysql.taobao.org/index.php/Patch_source_code#Add_flashback_feature_for_mysqlbinlog有三个版本,测试5.5.18_flashback_all.diff在percona5518版本不会报错,mysql...
                            
                            
                                分类:
数据库   时间:
2014-12-03 19:07:23   
                                阅读次数:
178
                             
                    
                        
                            
                            
                                当我们成功实现一个机器学习算法并将其用于解决实际问题时,常常会发现它的性能(分类、回归准确度)达不到我们足够满意的状态。在这种情况下,我们有以下六种选项来提高当前算法的性能1 增加training set的数目 这种方法适合模型发生过拟合的情况2 减小feature的数量(使用更少featur...
                            
                            
                                分类:
编程语言   时间:
2014-12-03 19:01:49   
                                阅读次数:
234