在XGBoost中提供了三种特征重要性的计算方法: ‘weight’ - the number of times a feature is used to split the data across all trees. ‘gain’ - the average gain of the featur ...
                            
                            
                                分类:
其他好文   时间:
2018-11-13 12:18:22   
                                阅读次数:
411
                             
                    
                        
                            
                            
                                    一、依据不同属性分类运动分割算法 Camera motion first vs. Object motion first Feature based vs. Dense motion based 2D vs. 3D Rigid vs. Nonrigid Single vs. Multiple Occ ...
                            
                            
                                分类:
其他好文   时间:
2018-11-11 12:50:15   
                                阅读次数:
217
                             
                    
                        
                            
                            
                                spectral analysis和formants,倒频谱,mel谱等feature有关; training和recognition涉及到:基础的(DWT,HMM,Viterbi等);高阶的(deep learning等)。 ...
                            
                            
                                分类:
其他好文   时间:
2018-11-10 10:49:34   
                                阅读次数:
247
                             
                    
                        
                            
                            
                                [TOC] 0. 前言   这篇论文提出了一种新的特征融合方式来解决多尺度问题, 感觉挺有创新性的, 如果需要与其他网络进行拼接,还是需要再回到原文看一下细节。这里转了两篇比较好的博客作为备忘。 1. 博客一 <! flowchart 箭头图标 勿删 这篇论文是CVPR2017年 ...
                            
                            
                                分类:
Web程序   时间:
2018-11-10 10:46:10   
                                阅读次数:
240
                             
                    
                        
                            
                            
                                    在阅读LIFT:Learned Invariant Feature Transform一文时,文中第1节提到为了保证端到端的可微性,利用softargmax来代替传统的NMS(非极大值抑制)来挑选极值点位置。由于只了解softmax,对于softargmax不甚了解,所以记录下来。 1)softma ...
                            
                            
                                分类:
其他好文   时间:
2018-11-09 22:53:59   
                                阅读次数:
388
                             
                    
                        
                            
                            
                                框架1:python3.6.5+selenium3.14.1+Firefox55.0+geckodriver0.19.0 python环境搭建 1安装Python python官网:https://www.python.org/downloads/ 安装过程中选择Enter feature will... ...
                            
                            
                                分类:
编程语言   时间:
2018-11-07 17:44:58   
                                阅读次数:
459
                             
                    
                        
                            
                            
                                    Karaf 遵循OSGi开发规范的一个Apache框架 1.命令形如:scope:name 举例:feature:list 2 shell:completion tab键补齐 GLOBAL 补齐显示所有commands SUBSHELL 补齐subshell对应的commands FIRST 在su ...
                            
                            
                                分类:
其他好文   时间:
2018-11-06 18:14:51   
                                阅读次数:
144
                             
                    
                        
                            
                            
                                从sklearn包自带的数据集中读出鸢尾花数据集data 运行结果 查看data类型,包含哪些数据 运行结果 dict_keys(['data', 'target', 'target_names', 'DESCR', 'feature_names']) dict_keys(['data', 'tar ...
                            
                            
                                分类:
其他好文   时间:
2018-11-05 21:57:13   
                                阅读次数:
173
                             
                    
                        
                            
                            
                                    toolbox: { //可视化的工具箱 show: true, feature: { restore: { //重置 show: true }, saveAsImage: {//保存图片 show: true } } }, ...
                            
                            
                                分类:
其他好文   时间:
2018-11-05 17:30:59   
                                阅读次数:
861
                             
                    
                        
                            
                            
                                    Parallel Feature Pyramid Network for Object Detection ECCV2018 总结: 文章借鉴了SPP的思想并通过MSCA(multi-scale context aggregation)模块进行特征融合从而提出PFPNet(Parallel Feat ...
                            
                            
                                分类:
Web程序   时间:
2018-11-04 22:51:29   
                                阅读次数:
350