Problem Description There is going to be a party to celebrate the 80-th Anniversary of the Ural State University. The University has a hierarchical st ...
分类:
其他好文 时间:
2017-06-03 17:20:58
阅读次数:
136
本讲内容 1. Newton's method(牛顿法) 2. Exponential Family(指数簇) 3. Generalized Linear Models(GLMs)(广义线性模型) 1.牛顿法 假如有函数, 寻找使得 牛顿法的步骤如下: (1) initialize as some ...
分类:
其他好文 时间:
2017-06-02 11:37:11
阅读次数:
377
1822. Hugo II's War Time limit: 0.5 second Memory limit: 64 MB The glorious King Hugo II has declared a war—a war that is holy, victorious, almost blo ...
分类:
其他好文 时间:
2017-05-31 10:14:37
阅读次数:
138
写几组数据就会发现规律了啊。。但是我是竖着看的。。。还找了半天啊、、、 只是要用高精度来写,水题啊。就当熟悉一下java了啊。 num[i] = 2*num[i-1]-num[i-2-k]。 1513. Lemon Tale Time limit: 1.0 second Memory limit: ...
分类:
其他好文 时间:
2017-05-30 16:23:31
阅读次数:
280
一開始题意没读懂。英语是硬伤,事实上是这道题目真的有点饶人,后来补题,看懂了意思。从n个数中挑出t个,然后第k个必需要在,挑出的t个数要排序成不下降的顺序,然后 原本那个第k个数在这个跳出的t个数其中要在第x的位置 分析:直接找出比第k个数小的数的个数,还有比第k个数大的数的个数,当然啦还有可能存在 ...
分类:
其他好文 时间:
2017-05-29 13:36:17
阅读次数:
171
1306. Sequence Median Time limit: 1.0 second Memory limit: 1 MB Language limit: C, C++, Pascal Given a sequence of N nonnegative integers. Let's defin ...
分类:
其他好文 时间:
2017-05-29 10:02:54
阅读次数:
185
SequenceCrawling in process... Crawling failed Time Limit:3000MS Memory Limit:65536KB 64bit IO Format:%I64d & %I64u Submit Status Practice URAL 1528 D ...
分类:
其他好文 时间:
2017-05-27 15:25:08
阅读次数:
231
1601. AntiCAPS Time limit: 0.5 second Memory limit: 64 MB The blonde Angela has a new whim: internet chats. Of course, as any blonde, shewrites her me ...
分类:
其他好文 时间:
2017-05-26 14:39:02
阅读次数:
156
比較全面的收集了机器学习的介绍文章,从感知机、神经网络、决策树、SVM、Adaboost到随机森林、Deep Learning。 《机器学习经典论文/survey合集》 介绍:看题目你已经知道了是什么内容,没错。里面有非常多经典的机器学习论文值得细致与重复的阅读。 《Brief History of ...
分类:
其他好文 时间:
2017-05-24 16:09:10
阅读次数:
316