自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(36)
  • 收藏
  • 关注

原创 Wilcoxon检验

2222

2023-02-23 19:40:41 455

原创 FEW-SHOT BAYESIAN OPTIMIZATION WITH DEEP KERNEL SURROGATES

111

2023-02-11 15:24:48 119

原创 高斯过程Gaussian Processes

1111

2023-02-01 19:47:29 226

原创 Rank correlation metric

1111

2023-01-30 16:54:10 83

原创 Automatic Unsupervised Outlier Model Selection

11111

2023-01-28 14:04:53 100

原创 DRNAS: DIRICHLET NEURAL ARCHITECTURE SEARCH

1111

2023-01-25 16:12:48 86

原创 Dirichlet distribution

1111

2023-01-24 21:34:37 57

原创 gama函数与gama分布

111111

2023-01-23 11:20:59 857

原创 MetaD2A

1111111

2023-01-18 14:53:36 70

原创 Linux cuda

11111

2022-12-18 20:09:52 73

原创 Docker

11111

2022-10-18 14:19:25 158

原创 mAP指标

1111

2022-09-09 16:44:24 1669

原创 Dice Loss

11111

2022-08-16 16:28:51 1127

原创 MMCV相关

111111

2022-07-25 15:49:15 227

原创 视频理解1

1111

2022-07-24 17:11:03 62

原创 plt 画图篇

111111

2022-07-18 17:29:50 253

原创 BatchNorm源码分析

1111111

2022-07-18 15:40:28 256

原创 Python GIL

111111

2022-07-14 21:03:37 147

原创 Python Thread

111111

2022-07-14 20:53:14 315

原创 Pytorch 分布式训练

1111

2022-07-08 16:34:46 144

原创 register_forward_hook

111111

2022-07-07 13:45:10 2379

原创 Python装饰器

111111

2022-07-06 22:07:33 111

原创 multiprocessing.pool

111111

2022-07-04 11:26:22 165

原创 Resnet 50 结构图

11111

2022-07-02 20:05:29 306

原创 最优运输问题

111111111111

2022-07-02 18:45:50 299

原创 Logging的简单使用

1111111

2022-07-02 15:42:18 269

原创 BatchNorm

11111

2022-06-24 22:38:07 101

原创 Proximal Algorithm解决函数优化不可导

1111111

2022-06-23 12:12:17 618

原创 d2l 中的RNN章节

1111111111111111

2022-06-16 22:46:21 112

原创 wandb教程

111111111111111

2022-06-16 15:26:45 354

原创 Vim快捷键

1111

2022-06-07 21:50:26 67

原创 .gitignore设置

iii

2022-05-29 12:21:50 2393

原创 torch函数

111

2022-05-28 16:24:50 303

原创 动态dp模板题(树剖+dp+线段树)

动态最大带权独立集(还有一个是全局平衡二叉树的解法,还没学)#include"bits/stdc++.h"using namespace std;const int inf = 1e8;int n,m;int v[100005];const int nn = 1e5+10;int link[nn<<1],son[nn<<1],nxt[nn<&...

2019-01-18 08:12:37 135

原创 Distinct Substrings (spoj694)(后缀数组)

核心:每一个后缀的每一个前缀都是一个子串相邻后缀的lcp的值是就是重复子串的个数用所有的子串减去sigma(height)就行了  #include"bits/stdc++.h"using namespace std;#define clr(x) memset(x,0,sizeof(x))int T;char a[2000];int n,m;int x[2000...

2019-01-18 08:09:48 89

转载 P3088 [USACO13NOV]挤奶牛Crowded Cows(单调队列)

P3088 [USACO13NOV]挤奶牛Crowded Cows(单调队列) 题目描述Farmer John has N cows that need to be milked (1 <= N <= 10,000), each of which takes only one unit of time to milk.Being impatient animals, s...

2019-01-17 20:27:20 170

空空如也

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除