- 博客(4)
- 收藏
- 关注
原创 D1. Equalizing by Division (easy version)
原题 这道题因为ai,k,na_i,k,nai,k,n都比较小,对数据进行一些预处理就可以解决。 1≤ai≤2×1051≤k≤n 1\le a_i \le 2\times 10^5\\ 1\le k\le n1≤ai≤2×1051≤k≤n 解题步骤 1.定义矩阵chu[i][j]chu[i][j]chu[i][j],表示aia_iai,除以2,连除jjj次后的结果 O(n)\mathcal...
2019-09-06 20:38:06 281
原创 F. Greedy Sequence(The Preliminary Contest for ICPC Asia Nanjing 2019)
原题 You’re given a permutation a of length n (1≤n≤1051\le n\le 10^51≤n≤105). For each i∈[1,n]i \in [1,n]i∈[1,n], construct a sequence sis_isi by the following rules: 1.si[1]=is_i[1]=isi[1]=i 2.The l...
2019-09-04 00:03:52 196
原创 B.super_log(The Preliminary Contest for ICPC Asia Nanjing 2019)
原题 Now your task is let another slowly function log* x reach a constant value b. Here log* is iterated logarithm function, it means “the number of times the logarithm function iteratively applied on x...
2019-09-02 18:42:56 233
原创 Convolutional neural networks for sentence classification 阅读笔记
论文原文 论文实现 使用CNN,以词向量为变量: 1.CNN-rand:初始词向量为随机值,训练过程中可修改 2.CNN-static:初始词向量为word2vec训练后的词向量,训练过程静态不可修改 3.CNN-non-static:初始词向量为word2vec训练后的词向量,训练过程动态可改 4.CNN-multichannel:多通道CNN,初始值为均为word2vec训练后的词向量,一个通...
2019-07-28 17:39:15 194
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人