最新 最热

模式识别从0构建—Fisher线性判别

本博中线性判别都以二分类问题为例。多分类问题都可以通过以下三种方法转化为二分类问题。

2021-03-04
1

概率论与数理统计

设lbrace{X_n}rbrace为一随机变量序列。目标:X为一随机变量(或a为常数)。

sum
2021-03-04
1

模式识别从0构建—感知器

感知器(Perception)的特点是随意确定判别函数初始值,在对样本分类训练过程中逐步修正直至最终确定。

2021-03-04
1

numpyPractice100-two

- yesterday = np.datetime64('today', 'D') - np.timedelta64(1, 'D') - today = np.datetime64('today', 'D') - tomorrow = np.datetime64('today',...

2021-03-02
1

sqlzoo练习17-group by and having

GROUP BYandHAVING By including a GROUP BY clause functions such as SUM and COUNT are applied to groups of items sharing values. When you specify GROUP BY conti...

2021-03-02
1

LeetCode 15. 三数之和

给定一个包含 n 个整数的数组 nums,判断 nums 中是否存在三个元素 a,b,c ,使得 a + b + c = 0 ?找出所有满足条件且不重复的三元组。

2021-02-20
1

牛客 XOR和(找规律)

链接:https://ac.nowcoder.com/acm/contest/10166/C 来源:牛客网

2021-02-19
1

LeetCode 1533. Find the Index of the Large Integer(二分查找)

We have an integer array arr, where all the integers in arr are equal except for one integer which is larger than the rest of the integers. You will not be give...

2021-02-19
1

面向对象程序设计——计算阿姆斯特朗数(C++)

编写一个程序,读入两个正整数a和b,其中a<=b, 计算并输出闭区间[a,b]中的阿姆斯特朗数。阿姆斯特数为各个数位上数字的立方和等于其自身的数字,例如:...

2021-02-05
1

C++ do while无限循环~

i大于0|| i++,可以无限递增,我也只是刚好看到,写了一个试试,如果你们有更好的,欢迎留言,一起交流!

2021-02-03
1