- 博客(10)
- 收藏
- 关注
原创 目标检测和分割中Backbone技术总结
目标检测和分割中Backbone技术总结VGG (2014)ResNet系列ResNet (2015)ResNeXtResNeStInception系列Inception v1Inception v2Inception v3Inception V4总结SENet系列SENetSKNet (Selective Kernel Networks)U-NetFeature Pyramid Network (FPN)introductionFPNFaster R-CNN with FPNDCNDCN v1Deform
2020-11-22 18:22:38
3629
1
原创 IJCAI-PRICAI 3D AI Challenge 2020: Instance Segmentation第二名方案
abstract: |Compared with MS-COCO, the dataset for the competition has a largerproportion of large objects which area is greater than 96$\times$96pixels. As getting fine boundaries is vitally important for large objectsegmentation, Mask R-CNN with Poin.
2020-10-22 12:25:46
549
5
原创 特征选择方法详解Part3-SelectFromModel-RFE、L1、Tree、Permutation importance
Content1. 基于模型的特征选择方法1.1 RFE(Recursive feature elimination)1.1.1 原理1.1.2 使用示例1.2 基于L1正则化的方法1.2.1 原理1.2.2 使用示例1.3 基于树模型的方法1.3.1 原理1.3.2 使用示例1.4 Permutation importance1.4.1 原理1.4.2 使用示例2. 结束特征选择系列:特...
2020-03-28 19:35:27
4786
5
原创 特征选择方法详解Part2-卡方检验、互信息(Mutual Information)
Content1. 单变量分析1.1 卡方检验1.1.1 原理1.1.2 使用示例1.2 互信息(Mutual Information)1.2.1 原理1.2.1.1 互信息(Mutual Information)定义一定义二定义三1.2.1.2 Normalized Mutual Information1.2.1.3 Adjusted Mutual Information1.2.2 Notice...
2020-03-22 18:06:21
10046
16
原创 特征选择方法详解Part1-方差分析、Pearson、Spearman
Content1. 基本方法1.1 专家推荐和业务理解1.2 方差分析2. 单变量分析2.1 Pearson Correlation Coefficient2.1.1 原理2.1.2 Notice2.1.3 使用示例2.2 Spearman Correlation Coefficient2.2.1 原理2.2.2 Notice2.2.3 使用示例3. 后续正常的机器学习项目,除了数据清洗,特征工...
2020-03-18 21:38:54
6983
5
原创 kaggle《SIIM-ACR Pneumothorax Segmentation》第一名方案详解
Content1 Introduction2 OverView3 Input Data3.1 Data Augmentation3.2 Sliding Sample4 Model4.1 Model Zoo4.2 Loss Function4.3 Learn Rate Scheduler4.3.1 torch.optim.lr_scheduler.ReduceLROnPlateau4.3.2 tor...
2020-01-16 23:57:47
2514
2
原创 看一遍学不会awk,你打我
Content1.基本格式2.基本用法2.1 awk内置变量2.2 $n、-F、FS、RS2.3 NF、NR、FNR2.4 OFS、ORS2.5 BEGIN、END 命令、运算符2.5.1 BEGIN 和 END 命令2.5.2 awk运算符2.5.3 awk 数组和循环3. awk的正则表达式4. 多文件操作及awk运行shell命令4.1 awk 多文件操作4.2 awk 运行shell命令...
2019-11-13 21:47:25
376
2
原创 Pandas 那些年踩过的坑
Table of ContentsPandas 那些年踩过的坑——by 江凯1. Pandas IO中的坑1.1 解决读的坑,让pandas读文件内存占用减小 80%1.2 解决写的坑,让磁盘空间节约60%1.3 解决写的坑,避免挖个坑1.4 python2:加上encoding, 读写好习惯2. DataFrame 链式索引的坑2.1 解决:SettingWithCopyWarning:2.2...
2019-11-02 19:38:44
1349
2
原创 看一遍学不会Git,你打我
Git —— 大名鼎鼎的分布式版本控制系统。写过代码的人大都知道它,以写代码为生的人大都离不开它。本文列举常用git操作,以做备查
2019-06-04 15:14:02
430
原创 kaggle实战——What Causes Heart Disease?
Content1. Introduction2. Data3. 数据预处理4. Random Forest5. 模型评估6. Feature Importance Analysis6.1 决策树可视化6.2 Permutation importance6.3 Partial Dependence Plots7. 后记记得有一次去面试,那个公司的HR聊天说,她感觉程序员面试那是面真功夫,会就会,...
2019-04-07 20:02:21
2445
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人